Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -8/+1 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -0/+3 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -5/+1 |
2017-08-29 | Set the call nothrow flag more often | Richard Sandiford | 1 | -0/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -8/+5 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -3/+3 |
2017-03-28 | re PR tree-optimization/80218 (tree-call-cdce does not update block frequencies) | Richard Sandiford | 1 | -18/+50 |
2017-01-10 | re PR tree-optimization/79034 (error: missing PHI def in verify_gimple_in_cfg) | Richard Biener | 1 | -1/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-08 | re PR tree-optimization/78224 (g++ ICE at -O2(-O1 on gcc6) and above in verif... | Richard Biener | 1 | -4/+9 |
2016-05-18 | To... | Richard Sandiford | 1 | -60/+44 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-01 | PR68474: Fix tree-call-cdce.c:use_internal_fn | Richard Sandiford | 1 | -1/+2 |
2015-11-17 | Extend tree-call-cdce to calls whose result is used | Richard Sandiford | 1 | -61/+217 |
2015-11-13 | PR68264: Use unordered comparisons for tree-call-cdce.c | Richard Sandiford | 1 | -22/+21 |
2015-11-07 | Try to update dominance info in tree-call-cdce.c | Richard Sandiford | 1 | -1/+36 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | Remove redundant variable from tree-call-cdce.c | Richard Sandiford | 1 | -6/+5 |
2015-10-29 | Remove unnecessary label from tree-call-cdce.c | Richard Sandiford | 1 | -7/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-10-05 | Replace REAL_VALUES_LESS with real_less | Richard Sandiford | 1 | -4/+4 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -2/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -15/+15 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -14/+4 |
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 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-04-28 | Fix example in header comment in tree-call-cdce.c | Tom de Vries | 1 | -1/+1 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+7 |
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 | -14/+15 |
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 | -0/+10 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -2/+2 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -42/+40 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -10/+9 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
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_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -3/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -11/+3 |