Age | Commit message (Expand) | Author | Files | Lines |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -28/+29 |
2014-08-26 | Various condition-handling calls | David Malcolm | 1 | -13/+16 |
2014-08-26 | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 1 | -2/+2 |
2014-08-22 | ifcvt.c: Use rtx_insn | David Malcolm | 1 | -58/+78 |
2014-08-21 | cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c) | David Malcolm | 1 | -4/+4 |
2014-08-18 | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 1 | -2/+2 |
2014-08-14 | Fix if-conversion pass for dead type-unsafe code | Tom de Vries | 1 | -3/+28 |
2014-08-08 | calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG... | Kugan Vivekanandarajah | 1 | -3/+3 |
2014-08-07 | remove pointer-set.[ch] | Trevor Saunders | 1 | -1/+0 |
2014-08-07 | convert the rest of the users of pointer_map to hash_map | Trevor Saunders | 1 | -30/+23 |
2014-07-15 | re PR rtl-optimization/61772 (RTL if-conversion removes asm volatile goto) | Michael Matz | 1 | -0/+2 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -3/+0 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -15/+9 |
2014-05-19 | reg-notes.def (CROSSING_JUMP): Likewise. | Richard Sandiford | 1 | -8/+12 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+3 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -17/+14 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -24/+17 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -3/+0 |
2014-03-21 | re PR target/60598 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239) | Richard Henderson | 1 | -0/+15 |
2014-01-31 | Fix a typo. | Jakub Jelinek | 1 | -1/+1 |
2014-01-30 | re PR regression/59923 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 ... | Jakub Jelinek | 1 | -0/+4 |
2014-01-09 | re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c) | Jakub Jelinek | 1 | -1/+4 |
2014-01-07 | re PR middle-end/59285 (gcc.dg/builtin-unreachable-6.c:17:1: internal compile... | Jeff Law | 1 | -0/+28 |
2014-01-07 | re PR rtl-optimization/58668 (internal compiler error: in cond_exec_process_i... | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-19 | re PR other/59545 (Signed integer overflow issues) | Jakub Jelinek | 1 | -3/+4 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -6/+6 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -14/+18 |
2013-11-15 | ifcvt.c (find_cond_trap): Properly handle case where trap_bb == else_bb. | Jeff Law | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -7/+7 |
2013-09-23 | rtl.texi (REG_NOTES): Say that int_list can also be used. | Richard Sandiford | 1 | -18/+21 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -7/+7 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -52/+105 |
2013-07-13 | ifcvt.c (ifcvt_after_combine): New static variable. | Bin Cheng | 1 | -7/+26 |
2013-06-06 | re PR c++/53743 (ICE when compiling firefox with PGO and LTO) | Teresa Johnson | 1 | -4/+3 |
2013-04-12 | ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as well. | Andreas Krebbel | 1 | -0/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -4/+2 |
2013-04-02 | re PR rtl-optimization/56745 (ICE in merge_if_block) | Jakub Jelinek | 1 | -1/+1 |
2013-03-05 | re PR rtl-optimization/56484 (ICE in assign_by_spills, at lra-assigns.c:1268) | Jakub Jelinek | 1 | -0/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+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 | -2/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -9/+8 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+3 |
2012-10-17 | re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory... | Aldy Hernandez | 1 | -1/+1 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -15/+15 |
2012-08-08 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Steven Bosscher | 1 | -63/+60 |
2012-07-24 | Introduce and use code_to_optab and optab_to_code functions | Richard Henderson | 1 | -2/+2 |
2012-07-17 | dumpfile.h (TDF_COMMENT): New define. | Steven Bosscher | 1 | -6/+1 |