Age | Commit message (Expand) | Author | Files | Lines |
2016-05-18 | To... | Richard Sandiford | 1 | -0/+23 |
2016-05-02 | Support << and >> for offset_int and widest_int | Richard Sandiford | 1 | -5/+5 |
2016-03-10 | Add -funconstrained-commons to work around PR/69368 (and others) in SPEC2006 | Alan Lawrence | 1 | -1/+14 |
2016-02-04 | re PR fortran/69368 (spec2006 test case 416.gamess fails with the g++ 6.0 com... | Jakub Jelinek | 1 | -9/+0 |
2016-01-21 | re PR tree-optimization/69355 (Wrong results with -O1 optimization) | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -3/+8 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -15/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+7 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -6/+6 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -3/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -6/+6 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -4/+7 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -9/+9 |
2014-08-29 | cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to... | DJ Delorie | 1 | -1/+1 |
2014-06-17 | tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here. | Andrew MacLeod | 1 | -0/+139 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -53/+48 |
2014-04-22 | re PR tree-optimization/60823 (ICE in gimple_expand_cfg, at cfgexpand.c:5644) | Jakub Jelinek | 1 | -1/+1 |
2014-03-13 | re PR tree-optimization/59779 (FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-... | Jakub Jelinek | 1 | -58/+69 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -2/+2 |
2013-11-25 | tree-dfa.c: Remove unused convert.h include. | Richard Biener | 1 | -1/+0 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+4 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -11/+9 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -7/+7 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-07 | tree-dfa.c (get_ref_base_and_extent): Fix casting. | Richard Biener | 1 | -2/+3 |
2013-11-05 | re PR middle-end/58941 (value modification on zero-length array optimized away) | Richard Biener | 1 | -53/+42 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -3/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -2/+5 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-05-03 | double-int.h (lshift): New overload without precision and arith argument. | Richard Biener | 1 | -12/+8 |
2013-03-04 | tree-dfa.c (get_or_create_ssa_default_def): Use parameter fn in all appropria... | Martin Jambor | 1 | -2/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -2/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -13/+10 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -1/+1 |