Age | Commit message (Expand) | Author | Files | Lines |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -4/+4 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+6 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -3/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -7/+7 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-13 | re PR tree-optimization/59077 (ipa-pure-const.c (better_state): comment and c... | Marc Glisse | 1 | -0/+1 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -28/+28 |
2013-10-28 | df-scan.c (df_collection_rec): Adjust. | Trevor Saunders | 1 | -10/+0 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -3/+3 |
2013-10-09 | tree-flow.h: Remove all remaining prototypes... | Andrew MacLeod | 1 | -1/+58 |
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 | -14/+14 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-06 | re PR middle-end/58094 (IPA devirt testsuite errors) | Jan Hubicka | 1 | -3/+5 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -43/+80 |
2013-07-22 | df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no... | Po-Chun Chang | 1 | -1/+4 |
2013-07-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-07-18 | ipa-pure-const.c (generate_summary): Rename to... | David Malcolm | 1 | -2/+2 |
2013-06-01 | lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | Jan Hubicka | 1 | -1/+1 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -5/+5 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 1 | -3/+3 |
2013-02-27 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -1/+1 |
2013-02-08 | Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency. | Richard Biener | 1 | -3/+6 |
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-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -16/+14 |
2012-11-06 | * ipa-pure-const.c (check_stmt): Fix debug info formatting. | Jan Hubicka | 1 | -5/+8 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-09-20 | function.c (push_cfun): Check old current_function_decl matches old cfun... | Martin Jambor | 1 | -3/+0 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -12/+8 |
2012-08-16 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Richard Guenther | 1 | -1/+1 |
2012-08-13 | tree-pass.h (write_summary, [...]): Remove set and vset arguments. | Jan Hubicka | 1 | -7/+11 |
2012-08-11 | cgraph.h (vector types for symtab_node): Add. | Jan Hubicka | 1 | -6/+6 |
2012-07-25 | re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type) | Sandra Loosemore | 1 | -1/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2012-04-16 | cgraph.h (FOR_EACH_VARIABLE, [...]): New macros. | Jan Hubicka | 1 | -2/+2 |
2012-04-14 | cgraph.h: Update copyrights; | Jan Hubicka | 1 | -19/+19 |
2012-01-27 | ipa-pure-const.c (check_stmt): Clobbers do not make a function non-const/pure. | Richard Guenther | 1 | -1/+2 |
2011-10-07 | re PR middle-end/50527 (inconsistent vla align) | Tom de Vries | 1 | -0/+1 |
2011-08-12 | data-streamer.h (streamer_write_zero): Rename from output_zero. | Diego Novillo | 1 | -6/+6 |
2011-08-08 | rebase | Diego Novillo | 1 | -0/+2 |
2011-06-10 | cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow... | Jan Hubicka | 1 | -7/+6 |
2011-06-10 | ipa-utils.c (searchc): Use cgraph_function_or_thunk_node. | Jan Hubicka | 1 | -7/+11 |