Age | Commit message (Expand) | Author | Files | Lines |
2011-08-04 | Fix a bug in cfg fixup | David Li | 1 | -0/+4 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+1 |
2011-05-05 | tree.h (get_pending_sizes): Remove prototype. | Eric Botcazou | 1 | -6/+0 |
2011-04-11 | except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph... | Martin Jambor | 1 | -4/+5 |
2010-11-17 | timevar.def (TV_IPA_OPT, [...]): New. | Michael Matz | 1 | -5/+5 |
2010-10-20 | tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges if there ... | Eric Botcazou | 1 | -1/+4 |
2010-09-22 | tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s... | Richard Guenther | 1 | -1/+0 |
2010-09-22 | tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here. | Richard Guenther | 1 | -36/+4 |
2010-09-02 | re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space)) | Joseph Myers | 1 | -2/+2 |
2010-07-19 | Reliably change cgraph_state to SSA form. | Richard Henderson | 1 | -14/+16 |
2010-07-13 | re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering) | Joern Rennecke | 1 | -0/+29 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
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 | -11/+23 |
2010-05-27 | diagnostic-core.h: New. | Joseph Myers | 1 | -4/+4 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -1/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -3/+0 |
2009-12-01 | cgraphunit.c (plugin.h): Include. | Grigori Fursin | 1 | -0/+8 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -3/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -5/+5 |
2009-11-23 | ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda... | Jan Hubicka | 1 | -0/+4 |
2009-11-18 | predict.c (compute_function_frequency): Export. | Jan Hubicka | 1 | -29/+44 |
2009-11-08 | cfgrtl.c (pass_free_cfg): Add pass name. | Zbigniew Chamski | 1 | -4/+4 |
2009-10-03 | Merge lto branch into trunk. | Diego Novillo | 1 | -1/+4 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -2/+1 |
2009-07-14 | tree-ssa-alias.h (refs_may_alias_p_1): Declare. | Richard Guenther | 1 | -4/+0 |
2009-07-07 | Give names to some currently nameless passes (this | Duncan Sands | 1 | -1/+1 |
2009-04-26 | tree-pass.h (pass_del_ssa, [...]): Remove decls. | Michael Matz | 1 | -45/+0 |
2009-04-26 | Expand from SSA. | Michael Matz | 1 | -5/+7 |
2009-04-17 | df.h: Include "timevar.h". | Ian Lance Taylor | 1 | -10/+10 |
2009-03-28 | attr-noinline.c: Avoid pure-const optimization. | Jan Hubicka | 1 | -0/+1 |
2009-03-28 | tree-pass.h (pass_fixup_cfg): New pass. | Jan Hubicka | 1 | -3/+19 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-12-10 | re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection) | Jakub Jelinek | 1 | -0/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -19/+19 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -15/+12 |
2008-07-20 | cgraph.c (cgraph_add_new_function): Do early local passes. | Jan Hubicka | 1 | -9/+1 |
2008-06-19 | tree-optimize.c (execute_early_local_optimizations): Set cgraph_state only at... | Jan Hubicka | 1 | -1/+5 |
2008-05-13 | tree.h (init_phinodes, [...]): Move ... | Diego Novillo | 1 | -1/+1 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -1/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -1/+1 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -25/+41 |
2008-02-26 | common.opt (Wlarger-than=): New. | Manuel López-Ibáñez | 1 | -2/+2 |
2007-10-17 | builtins.c (gimplify_va_arg_expr): Use inform for help message. | Manuel López-Ibáñez | 1 | -2/+2 |
2007-09-05 | Add target hook invoked when cfun changes. | Sandra Loosemore | 1 | -2/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-04-27 | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 1 | -7/+1 |
2007-02-04 | tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline. | Jan Hubicka | 1 | -65/+2 |
2007-01-29 | tree-optimize.c (update_inlined_to_pointers): Delete unused function. | Manuel López-Ibáñez | 1 | -18/+0 |
2007-01-16 | cgraph.h (cgraph_decide_inlining_incrementally): Kill. | Jan Hubicka | 1 | -55/+10 |