Age | Commit message (Expand) | Author | Files | Lines |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+5 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-09-17 | * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: Remove | Eric Botcazou | 1 | -34/+5 |
2012-08-14 | graphite-scop-detection.c (create_sese_edges): Compute dominance info before ... | Steven Bosscher | 1 | -0/+2 |
2012-07-19 | re PR middle-end/54017 (Incorrect implementation of infinite loops in OpenMP ... | Jakub Jelinek | 1 | -36/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -6/+2 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -2/+6 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | Makefile.in: Fix many dependencies. | Steven Bosscher | 1 | -1/+0 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -1/+0 |
2011-07-04 | re PR tree-optimization/49615 (internal compiler error: verify_stmts failed /... | Richard Guenther | 1 | -1/+1 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -1/+1 |
2011-05-13 | cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message. | Eric Botcazou | 1 | -3/+2 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -2/+0 |
2010-11-17 | timevar.def (TV_IPA_OPT, [...]): New. | Michael Matz | 1 | -1/+5 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -3/+1 |
2010-10-21 | cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred. | Nathan Froyd | 1 | -18/+3 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-25 | re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between ... | Jakub Jelinek | 1 | -0/+3 |
2010-06-12 | Fix typo. | Jan Hubicka | 1 | -1/+1 |
2010-06-12 | re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands... | Jan Hubicka | 1 | -3/+19 |
2010-06-11 | Revert accidental commit. | Jan Hubicka | 1 | -16/+2 |
2010-06-11 | invoke.texi (Wsuggest-attribute): Document. | Jan Hubicka | 1 | -2/+16 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -2/+0 |
2010-06-01 | tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...; remove return va... | Jan Hubicka | 1 | -4/+44 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-05-21 | re PR debug/44205 (Wrong .debug_line for -O0 -g) | Jakub Jelinek | 1 | -5/+10 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-03-18 | re PR tree-optimization/43402 (dom1 miscompiles binary search) | Michael Matz | 1 | -4/+12 |
2010-03-12 | re PR debug/43329 (Early inlining causes suboptimal debug info) | Jakub Jelinek | 1 | -3/+7 |
2010-02-26 | re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e... | Richard Guenther | 1 | -1/+39 |
2010-01-28 | re PR middle-end/42883 (internal compiler error: in redirect_eh_edge_1, at tr... | Richard Biener | 1 | -3/+4 |
2010-01-17 | tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check. | Richard Guenther | 1 | -1/+1 |
2010-01-15 | re PR middle-end/42739 (ICE with computed goto, destructors, and optimization) | Richard Guenther | 1 | -17/+36 |
2009-12-01 | re PR debug/42234 (internal compiler error: verify_ssa failed) | Jakub Jelinek | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -3/+3 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -3/+10 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -2/+8 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -2/+5 |
2009-04-25 | tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels. | Jan Hubicka | 1 | -20/+0 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-10-29 | re PR middle-end/37913 (ICE: Segmentation fault in link_block, cfg.c:153) | Jakub Jelinek | 1 | -0/+5 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -93/+86 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -3/+6 |
2008-03-05 | cfg.c: Include tree-flow.h. | Aldy Hernandez | 1 | -6/+9 |
2007-08-04 | tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso... | Zdenek Dvorak | 1 | -4/+4 |
2007-08-01 | tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH. | Zdenek Dvorak | 1 | -1/+34 |
2007-08-01 | tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str... | Zdenek Dvorak | 1 | -20/+33 |