Age | Commit message (Expand) | Author | Files | Lines |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
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-02-20 | tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. | Richard Biener | 1 | -21/+19 |
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 | -1/+1 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-08-13 | re PR tree-optimization/54200 (copyrename generates wrong debuginfo) | Richard Guenther | 1 | -7/+45 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -19/+35 |
2012-08-03 | tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S... | Richard Guenther | 1 | -1/+1 |
2012-08-02 | tree-flow.h (set_default_def): Rename to ... | Richard Guenther | 1 | -3/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2012-06-13 | common.opt (ftree-coalesce-inlined-vars): New. | Alexandre Oliva | 1 | -6/+7 |
2011-07-12 | tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics. | Richard Guenther | 1 | -8/+9 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -1/+1 |
2011-04-13 | postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e... | Nathan Froyd | 1 | -0/+9 |
2011-01-25 | re PR tree-optimization/47427 (ICE in process_constraint, at tree-ssa-structa... | Jakub Jelinek | 1 | -2/+14 |
2011-01-20 | re PR other/47167 (Performance regression in numerical code) | Richard Guenther | 1 | -3/+8 |
2010-12-06 | re PR tree-optimization/46806 (-O3 implies 0 <= 8 <= 7) | Richard Guenther | 1 | -3/+3 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -1/+3 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -21/+21 |
2009-05-22 | re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing) | Richard Guenther | 1 | -14/+0 |
2009-04-26 | Expand from SSA. | Michael Matz | 1 | -1/+1 |
2009-04-26 | tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names. | Michael Matz | 1 | -2/+2 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -23/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -16/+19 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -4/+6 |
2008-01-28 | re PR c++/34862 (operator new placement variant with reference arg not accept... | Ian Lance Taylor | 1 | -3/+6 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-07-09 | revert: re PR debug/23551 (dwarf records for inlines appear incomplete) | Alexandre Oliva | 1 | -4/+12 |
2007-07-06 | re PR debug/23551 (dwarf records for inlines appear incomplete) | Alexandre Oliva | 1 | -12/+4 |
2007-07-02 | re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function) | Richard Guenther | 1 | -1/+1 |
2007-02-04 | tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when some... | Jan Hubicka | 1 | -14/+16 |
2007-01-11 | re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ... | Jan Hubicka | 1 | -1/+1 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -3/+3 |
2006-12-01 | common.opt (ftree-combine-temps): Remove. | Andrew MacLeod | 1 | -2/+2 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -3/+3 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -5/+6 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-29 | cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ... | Kazu Hirata | 1 | -1/+1 |
2004-11-06 | * tree-ssa-copyrename.c (rename_ssa_copies): Make it static. | Kazu Hirata | 1 | -3/+1 |
2004-09-29 | re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ... | Richard Henderson | 1 | -13/+0 |
2004-09-24 | re PR tree-optimization/16954 (ICE in get_tmt_for with IMA and incomplete str... | Andrew Pinski | 1 | -0/+12 |
2004-09-16 | re PR tree-optimization/17517 (ICE: SSA corruption) | Andrew MacLeod | 1 | -10/+10 |
2004-09-13 | re PR tree-optimization/17400 (out of SSA corruption) | Andrew MacLeod | 1 | -3/+16 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-09 | Makefile.def: Remove libbanshee. | Daniel Berlin | 1 | -1/+0 |