summaryrefslogtreecommitdiff
path: root/gcc/tree-chkp.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...Ilya Enkovich2015-06-011-0/+65
* tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless gimple_buil...Ilya Enkovich2015-05-201-9/+9
* re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 wh...Ilya Enkovich2015-05-151-5/+15
* cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener2015-04-211-1/+2
* Fix fdump-passesTom de Vries2015-04-151-2/+4
* tree-chkp.c (chkp_find_const_bounds_var): Remove.Ilya Enkovich2015-04-081-61/+24
* tree-chkp.h (chkp_insert_retbnd_call): New.Ilya Enkovich2015-04-081-0/+29
* re PR target/65508 (ICE: in initialize_inlined_parameters, at tree-inline.c:3...Ilya Enkovich2015-03-251-0/+1
* re PR target/65523 (ICE: in gimple_op, at gimple.h:2270 with -fcheck-pointer-...Jakub Jelinek2015-03-231-4/+4
* re PR target/65183 (ICE: verify_ssa failed: virtual use of statement not up-t...Ilya Enkovich2015-03-021-2/+8
* tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of bounds narrowing...Ilya Enkovich2015-01-271-2/+8
* re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich2015-01-161-3/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-2/+12
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds)Ilya Enkovich2014-12-091-4/+24
* tree-chkp.c (chkp_build_returned_bound): Don't predict return bounds for strc...Ilya Enkovich2014-12-081-2/+1
* tree-chkp.c (chkp_call_returns_bounds_p): New.Ilya Enkovich2014-12-081-1/+35
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-7/+5
* re PR target/64055 (gnat.dg/derived_aggregate.adb FAILs on 32-bit i386)Ilya Enkovich2014-12-011-1/+3
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-37/+39
* tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich2014-11-171-18/+69
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+4252