aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chkp.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-20tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless gimple_buil...Ilya Enkovich1-9/+9
2015-05-15re PR middle-end/66134 ([CHKP] ICE: Unable to coalesce ssa_names 18 and 17 wh...Ilya Enkovich1-5/+15
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-1/+2
2015-04-15Fix fdump-passesTom de Vries1-2/+4
2015-04-08tree-chkp.c (chkp_find_const_bounds_var): Remove.Ilya Enkovich1-61/+24
2015-04-08tree-chkp.h (chkp_insert_retbnd_call): New.Ilya Enkovich1-0/+29
2015-03-25re PR target/65508 (ICE: in initialize_inlined_parameters, at tree-inline.c:3...Ilya Enkovich1-0/+1
2015-03-23re PR target/65523 (ICE: in gimple_op, at gimple.h:2270 with -fcheck-pointer-...Jakub Jelinek1-4/+4
2015-03-02re PR target/65183 (ICE: verify_ssa failed: virtual use of statement not up-t...Ilya Enkovich1-2/+8
2015-01-27tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of bounds narrowing...Ilya Enkovich1-2/+8
2015-01-16re PR target/64363 (Unresolved labels with -fcheck-pointer-bounds and -mmpx)Ilya Enkovich1-3/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-2/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09re PR bootstrap/63995 (Bootstrap error with -mmpx -fcheck-pointer-bounds)Ilya Enkovich1-4/+24
2014-12-08tree-chkp.c (chkp_build_returned_bound): Don't predict return bounds for strc...Ilya Enkovich1-2/+1
2014-12-08tree-chkp.c (chkp_call_returns_bounds_p): New.Ilya Enkovich1-1/+35
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-7/+5
2014-12-01re PR target/64055 (gnat.dg/derived_aggregate.adb FAILs on 32-bit i386)Ilya Enkovich1-1/+3
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-37/+39
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich1-18/+69
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+4252