summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in trunk.mrs2014-01-031-3/+3
|\
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
| * PR middle-end/35535hubicka2013-12-171-2/+2
* | Merge in trunk.mrs2013-12-161-0/+65
|\ \ | |/
| * * internal-fn.c: Include stringpool.h and tree-ssanames.h.jakub2013-12-161-0/+65
* | Merge in trunk.mrs2013-12-131-11/+52
|\ \ | |/
| * Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
| * Eliminate last_basic_block macro.dmalcolm2013-12-091-5/+5
| * Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
| * * common.opt: Split up -fisolate-erroneous-paths intolaw2013-12-051-1/+1
| * Implement -fsanitize=signed-integer-overflow.mpolacek2013-12-041-0/+41
* | [wide-int] improved multiply for tree-vrp.czadeck2013-12-111-16/+17
* | Remove INT_CST_LT and INT_CST_LE.rsandifo2013-12-101-1/+1
* | Merge with trunk.rsandifo2013-12-041-10/+25
|\ \ | |/
| * PR tree-optimization/59358jakub2013-12-021-2/+4
| * gcc/rsandifo2013-11-281-31/+8
| * PR tree-optimization/59014jakub2013-11-261-3/+7
| * 2013-11-26 Richard Biener <rguenther@suse.de>rguenth2013-11-261-4/+8
| * * gimple.h: Remove all includes.amacleod2013-11-221-1/+6
* | Address Richard's review comments.rsandifo2013-12-021-3/+3
* | Add trailing_wide_ints and use it for range_info_def.rsandifo2013-11-281-7/+5
* | wide-int version of SSA_NAME_ANTI_ALIAS_P patch.rsandifo2013-11-281-29/+8
* | Remove trailing whitespace. Add missing dbxout.c hunk.rsandifo2013-11-211-8/+8
* | Merge from trunk.rsandifo2013-11-201-2/+4
|\ \ | |/
| * 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
| * Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
| * gcc/ada/rsandifo2013-11-181-2/+2
| * gcc/ada/rsandifo2013-11-181-1/+1
* | Merge in trunk.mrs2013-11-161-0/+2
|\ \ | |/
| * * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* | Remove some wide_int constructor calls. Make more use of wi::.rsandifo2013-11-101-10/+6
* | Merge with trunk.rsandifo2013-11-091-38/+44
|\ \ | |/
| * Re-factor tree.h - Part 1.dnovillo2013-11-081-18/+0
| * * tree-vrp.c (find_assert_locations): Pre-seed live bitmaps for loopjakub2013-11-071-0/+28
| * 2013-11-06 Richard Biener <rguenther@suse.de>rguenth2013-11-061-21/+16
* | Fix some formatting. Put stuff on a single line where shorter wide-int codersandifo2013-11-091-3/+4
* | Merge in trunk.mrs2013-11-061-54/+4
|\ \ | |/
| * * Makefile.in (OBJS): Add gimple-ssa-isolate-paths.olaw2013-11-051-51/+0
| * PR tree-optimization/58978jakub2013-11-041-3/+4
* | Merge in trunk.mrs2013-11-041-9/+135
|\ \ | |/
| * * tree-vrp.c (maybe_set_nonzero_bits): New function.jakub2013-10-311-2/+59
| * * tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.jakub2013-10-311-9/+68
| * * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+2
| * * tree-ssa.h: Remove all #include'samacleod2013-10-231-0/+8
* | Simplify some force_fit_type calls in tree-vrp.c.rsandifo2013-11-041-20/+4
* | - Fix comment typos that I'd introducted.rsandifo2013-10-291-47/+38
* | Make ordered comparisons enforce the same type rules as equality comparisons.rsandifo2013-10-291-9/+1
* | Rename max_wide_int to widest_int, addr_wide_int to offset_int,rsandifo2013-10-241-22/+22
* | Always treat trees as having their native precision by default.rsandifo2013-10-231-17/+17
* | Fix merge-o.mrs2013-10-211-2/+2