Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+4 |
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-16 | re PR regression/58165 (internal compiler error: verify_flow_info) | Jakub Jelinek | 1 | -5/+18 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -17/+35 |
2013-02-20 | tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. | Richard Biener | 1 | -4/+3 |
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-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -33/+33 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-09-29 | * tree-call-cdce.c (shrink_wrap_one_built_in_call): Update profile. | Jan Hubicka | 1 | -2/+11 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -2/+2 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -2/+2 |
2012-08-08 | tree-call-cdce.c (check_pow): Simplify. | Richard Guenther | 1 | -9/+4 |
2012-08-01 | graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands. | Richard Guenther | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -1/+1 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -3/+1 |
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/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -8/+0 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -10/+8 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -62/+62 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -1/+1 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -0/+3 |
2008-09-14 | * tree-call-cdce.c (check_target_format): Accept Motorola formats. | Andreas Schwab | 1 | -2/+5 |
2008-09-10 | re PR tree-optimization/37353 (ICE: vector VEC(gimple,base) push domain error... | Jakub Jelinek | 1 | -9/+12 |
2008-08-30 | parse.c (parse_interface): Silence uninitialized var warning. | Jan Hubicka | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -108/+97 |
2008-07-13 | re PR testsuite/36440 (FAIL: g++.dg/cdce3.C on powerpc-apple-darwin8.5.0) | John David Anglin | 1 | -2/+5 |
2008-06-04 | tree-call-cdce.c: New file. | Xinliang David Li | 1 | -0/+944 |