Age | Commit message (Expand) | Author | Files | Lines |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-22 | pretty-print.h (output_buffer::output_buffer): Declare. | Gabriel Dos Reis | 1 | -2/+0 |
2013-08-16 | sched-vis.c (rtl_slim_pp_initialized): Remove. | Gabriel Dos Reis | 1 | -21/+15 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -35/+71 |
2013-08-05 | pretty-print.h (pp_base): Remove. | Gabriel Dos Reis | 1 | -1/+1 |
2013-08-04 | pretty-print.h (pp_bar_bar): New. | Gabriel Dos Reis | 1 | -3/+3 |
2013-01-18 | re PR libmudflap/53359 (undefined reference to `__gnu_cxx::__numeric_traits_i... | Alexandre Oliva | 1 | -0/+10 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-15 | re PR libmudflap/53952 (FAIL: libmudflap.c++/pass55-frag.cxx ( -O[123]) execu... | Alexandre Oliva | 1 | -0/+6 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -4/+4 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-08-02 | tree-flow.h (make_rename_temp): Remove. | Richard Guenther | 1 | -6/+6 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals. | Richard Guenther | 1 | -4/+0 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -5/+5 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -0/+6 |
2012-01-19 | re PR libmudflap/40778 (Mudflap instrumentation missing in cloned function.) | Jakub Jelinek | 1 | -7/+14 |
2011-12-05 | cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th... | Richard Guenther | 1 | -11/+0 |
2011-10-07 | re PR middle-end/50527 (inconsistent vla align) | Tom de Vries | 1 | -1/+3 |
2011-10-06 | tree-flow.h (get_var_ann): Don't declare. | Michael Matz | 1 | -0/+4 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -12/+10 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 1 | -28/+16 |
2011-07-14 | re PR tree-optimization/49309 (ICE with -fmudflap: verify_stmts failed: type ... | Andrew Pinski | 1 | -1/+1 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+2 |
2011-04-29 | tree-nested.c (get_trampoline_type): Use size_int. | Richard Guenther | 1 | -3/+3 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -1/+1 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-15 | tree.h (enum tree_index): Add TI_INTEGER_THREE. | Anatoly Sokolov | 1 | -2/+2 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -3/+3 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -1/+14 |
2010-05-27 | diagnostic-core.h: New. | Joseph Myers | 1 | -2/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-05-12 | tree-mudflap.c (build_function_type_0, [...]): Remove. | Kazu Hirata | 1 | -28/+6 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -22/+22 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 1 | -21/+31 |
2009-06-26 | builtins.c (expand_builtin_alloca): Handle builtin alloca that is marked not ... | Olatunji Ruwase | 1 | -9/+26 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -3/+6 |
2009-05-20 | tree-flow.h (insert_edge_copies_seq): Undeclare. | Martin Jambor | 1 | -0/+20 |
2009-05-05 | attribs.c (decl_attributes): Use %qE for identifiers in diagnostics. | Joseph Myers | 1 | -4/+4 |
2009-04-26 | Expand from SSA. | Michael Matz | 1 | -8/+8 |
2009-04-17 | df.h: Include "timevar.h". | Ian Lance Taylor | 1 | -3/+3 |
2009-04-15 | tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c... | Richard Guenther | 1 | -3/+3 |
2009-03-31 | re PR middle-end/23401 (Gimplifier produces too many temporaries) | Richard Guenther | 1 | -6/+11 |
2008-11-10 | re PR middle-end/35314 (ICE with __builtin_setjmp and -fmudflap) | Jakub Jelinek | 1 | -0/+9 |
2008-09-15 | re PR libmudflap/36397 (ICE with pointer cast and -fmudflap) | Jakub Jelinek | 1 | -0/+7 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -3/+3 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -155/+161 |
2008-07-09 | gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. | Jakub Jelinek | 1 | -2/+6 |