aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)Author
2015-03-11Merge branches/gcc-4_9-branch rev 221341yroux
2015-02-12Merge branches/gcc-4_9-branch rev 220524yroux
2014-11-03Merge branches/gcc-4_9-branch rev 216979clyon
2014-07-16Merge branches/gcc-4_9-branch rev 212419yroux
2014-06-25Merge branches/gcc-4_9-branch rev 211964yroux
2014-03-26 * tree-vrp.c (simplify_internal_call_using_ranges): If onlyjakub
2014-03-12 PR middle-end/60482jakub
2014-01-24 PR tree-optimization/59919law
2014-01-02Update copyright years in gcc/rsandifo
2013-12-17 PR middle-end/35535hubicka
2013-12-16 * internal-fn.c: Include stringpool.h and tree-ssanames.h.jakub
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate last_basic_block macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-12-05 * common.opt: Split up -fisolate-erroneous-paths intolaw
2013-12-04Implement -fsanitize=signed-integer-overflow.mpolacek
2013-12-02 PR tree-optimization/59358jakub
2013-11-28gcc/rsandifo
2013-11-26 PR tree-optimization/59014jakub
2013-11-262013-11-26 Richard Biener <rguenther@suse.de>rguenth
2013-11-22 * gimple.h: Remove all includes.amacleod
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth
2013-11-19Factor unrelated declarations out of tree.h.dnovillo
2013-11-18gcc/ada/rsandifo
2013-11-18gcc/ada/rsandifo
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod
2013-11-08Re-factor tree.h - Part 1.dnovillo
2013-11-07 * tree-vrp.c (find_assert_locations): Pre-seed live bitmaps for loopjakub
2013-11-062013-11-06 Richard Biener <rguenther@suse.de>rguenth
2013-11-05 * Makefile.in (OBJS): Add gimple-ssa-isolate-paths.olaw
2013-11-04 PR tree-optimization/58978jakub
2013-10-31 * tree-vrp.c (maybe_set_nonzero_bits): New function.jakub
2013-10-31 * tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.jakub
2013-10-23 * tree-ssa-loop.h: Remove include files.amacleod
2013-10-23 * tree-ssa.h: Remove all #include'samacleod
2013-10-18 * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod
2013-10-16gcc/pmatos
2013-10-11 * tree-vrp.c (infer_nonnull_range): Use is_gimple_call,jakub
2013-10-092013-10-09 Marc Glisse <marc.glisse@inria.fr>glisse
2013-10-082013-10-08 Marc Glisse <marc.glisse@inria.fr>glisse
2013-10-032013-10-03 Marc Glisse <marc.glisse@inria.fr>glisse
2013-10-022013-10-02 Andrew MacLeod <amacleod@redhat.com>amacleod
2013-09-30gcc/rsandifo
2013-09-28gcc/rsandifo
2013-09-26 * tree-flow.h (thread_through_all_blocks): Prototype moved intolaw
2013-09-242013-09-24 Christophe Lyon <christophe.lyon@linaro.org>clyon
2013-09-242013-09-24 Richard Biener <rguenther@suse.de>rguenth
2013-09-232013-09-23 Kugan Vivekanandarajah <kuganv@linaro.org>clyon
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod
2013-09-03gcc/meadori