| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree-ssa.c (target_for_debug_bind, verify_phi_args, | jakub | 2016-10-09 | 1 | -4/+3 |
* | gcc/ChangeLog: | kugan | 2016-08-20 | 1 | -0/+1 |
* | * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when | amker | 2016-05-23 | 1 | -0/+4 |
* | Update copyright years. | jakub | 2016-01-04 | 1 | -1/+1 |
* | PR tree-opt/66768 | rth | 2015-11-09 | 1 | -1/+1 |
* | 2015-10-30 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-30 | 1 | -11/+0 |
* | 2015-10-29 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-29 | 1 | -10/+10 |
* | remove more useless typedefs | tbsaunde | 2015-08-19 | 1 | -2/+2 |
* | 2015-07-07 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-08 | 1 | -11/+4 |
* | 2015-06-17 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-17 | 1 | -2/+0 |
* | 2015-06-08 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-08 | 1 | -5/+0 |
* | 2015-06-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-04 | 1 | -5/+0 |
* | 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2015-01-15 | 1 | -6/+14 |
* | 2015-01-09 Michael Collison <michael.collison@linaro.org> | prathamesh3492 | 2015-01-09 | 1 | -4/+10 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | gcc/ada/ | rsandifo | 2014-10-29 | 1 | -5/+5 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -0/+8 |
* | Merge in trunk. | mrs | 2014-01-03 | 1 | -1/+1 |
|\ |
|
| * | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | | Merge with trunk. | rsandifo | 2013-12-04 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | * gimple.h: Remove all includes. | amacleod | 2013-11-22 | 1 | -1/+4 |
* | | Address Richard's review comments. | rsandifo | 2013-12-02 | 1 | -2/+2 |
* | | Merge from trunk. | rsandifo | 2013-11-20 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Factor unrelated declarations out of tree.h. | dnovillo | 2013-11-19 | 1 | -0/+3 |
* | | Remove tree_to_hwi. | rsandifo | 2013-11-19 | 1 | -1/+1 |
* | | Merge in trunk. | mrs | 2013-11-16 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | * gimplify-be.h: New file. Add prototypes. | amacleod | 2013-11-14 | 1 | -1/+3 |
| * | 2013-11-12 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-11-12 | 1 | -1/+1 |
* | | Remove some wide_int constructor calls. Make more use of wi::. | rsandifo | 2013-11-10 | 1 | -1/+1 |
* | | Fix some formatting. Put stuff on a single line where shorter wide-int code | rsandifo | 2013-11-09 | 1 | -2/+2 |
* | | Merge in trunk. | mrs | 2013-11-04 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | * tree-ssa-loop.h: Remove include files. | amacleod | 2013-10-23 | 1 | -1/+1 |
| * | * tree-ssa.h: Remove all #include's | amacleod | 2013-10-23 | 1 | -1/+4 |
* | | - Fix comment typos that I'd introducted. | rsandifo | 2013-10-29 | 1 | -4/+3 |
* | | Rename max_wide_int to widest_int, addr_wide_int to offset_int, | rsandifo | 2013-10-24 | 1 | -4/+4 |
* | | Always treat trees as having their native precision by default. | rsandifo | 2013-10-23 | 1 | -2/+1 |
* | | Merge in trunk. | mrs | 2013-10-20 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | * tree-flow.h: Remove all remaining prototypes, enums and structs that | amacleod | 2013-10-09 | 1 | -0/+19 |
* | | Merge in trunk. | mrs | 2013-09-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -1/+1 |
* | | Reorganise wide-int classes so that they are all instantiations of a | rsandifo | 2013-09-07 | 1 | -11/+11 |
* | | Add wide-int branch. | mrs | 2013-08-13 | 1 | -23/+24 |
|/ |
|
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -9/+4 |
* | * tree.h (copy_mem_ref_info): Delete. | ebotcazou | 2012-10-01 | 1 | -15/+6 |
* | Modify gcc/*.[hc] double_int call sites to use the new interface. | crowl | 2012-09-07 | 1 | -14/+14 |
* | Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion). | dnovillo | 2012-08-15 | 1 | -1/+2 |
* | 2012-07-26 Bill Schmidt <wschmidt@linux.ibm.com> | wschmidt | 2012-07-26 | 1 | -1/+2 |
* | gcc/ | steven | 2012-07-16 | 1 | -3/+1 |