Age | Commit message (Expand) | Author | Files | Lines |
2016-02-29 | re PR tree-optimization/70005 (wrong code at -O2 and -O3 on x86_64-linux-gnu) | Jeff Law | 1 | -1/+2 |
2016-01-15 | re PR tree-optimization/69270 (DOM should exploit range information to create... | Jeff Law | 1 | -9/+12 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 1 | -2/+3 |
2015-11-24 | remove val_ssa_equiv_hash_traits | Trevor Saunders | 1 | -20/+2 |
2015-11-24 | destroy values as well as keys when removing them from hash maps | Trevor Saunders | 1 | -1/+2 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -7/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -6/+3 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -1/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -2/+2 |
2015-08-14 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+5 |
2015-07-24 | Revert: | David Edelsohn | 1 | -5/+0 |
2015-07-23 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+5 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -15/+5 |
2015-06-25 | tree-hash-traits.h: New file. | Richard Sandiford | 1 | -15/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-10 | Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt... | Alexandre Oliva | 1 | -5/+0 |
2015-06-09 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -0/+5 |
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 | -4/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -3/+4 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -2/+6 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-24 | add hash_map class | Trevor Saunders | 1 | -56/+19 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -6/+7 |
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/+39 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+1 |
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 | -2/+2 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -1/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+1 |
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 | -10/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+5 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -11/+11 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-17 | compare-elim.c (find_comparison_dom_walker): New class | Trevor Saunders | 1 | -37/+35 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -17/+36 |
2013-06-14 | gimple.h (gimple_can_coalesce_p): Prototype. | Jeff Law | 1 | -8/+6 |