Age | Commit message (Expand) | Author | Files | Lines |
2014-01-09 | re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c) | Jakub Jelinek | 1 | -6/+11 |
2014-01-07 | re PR rtl-optimization/58668 (internal compiler error: in cond_exec_process_i... | Jakub Jelinek | 1 | -14/+10 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -2/+2 |
2013-11-24 | re PR bootstrap/59279 (r205337 breaks bootstrap with java) | Steven Bosscher | 1 | -57/+32 |
2013-11-24 | jump.c (reset_insn_reg_label_operand_notes): New function, split out from ... | Steven Bosscher | 1 | -32/+57 |
2013-11-22 | re PR target/59233 (C++ failures after revision 205058 on *-apple-darwin* wit... | Teresa Johnson | 1 | -4/+12 |
2013-11-21 | Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -25/+32 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -7/+10 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-10 | re PR rtl-optimization/58365 (likely wrong code bug) | Jakub Jelinek | 1 | -0/+18 |
2013-08-31 | This patch sanitizes the partitioning to address issues such as edge weight i... | Teresa Johnson | 1 | -2/+13 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -34/+68 |
2013-06-06 | re PR c++/53743 (ICE when compiling firefox with PGO and LTO) | Teresa Johnson | 1 | -1/+1 |
2013-05-15 | function.h (has_bb_partition): New rtl_data flag. | Teresa Johnson | 1 | -1/+1 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+2 |
2013-04-08 | First phase of unifying the computation of profile scale factors/probabilitie... | Teresa Johnson | 1 | -3/+1 |
2013-01-30 | Small cleanup in cleanup_cfg. | Marek Polacek | 1 | -4/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-11 | sanitizer.def: Add comment about importance of ordering of BUILT_IN_ASAN_REPO... | Jakub Jelinek | 1 | -0/+22 |
2012-11-20 | re PR debug/55094 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2224) | Jakub Jelinek | 1 | -3/+25 |
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-09-27 | tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION. | Dehao Chen | 1 | -6/+6 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -5/+9 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -1/+1 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -1/+1 |
2012-06-09 | re PR c++/53602 (Libre Office causes an internal compiler error) | Richard Henderson | 1 | -13/+38 |
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 | -1/+1 |
2012-05-26 | cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocks if CLEANUP_NO... | Eric Botcazou | 1 | -1/+1 |
2012-05-08 | basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb... | Michael Matz | 1 | -7/+7 |
2012-04-14 | cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to... | Tom de Vries | 1 | -14/+1 |
2012-03-28 | loop-init.c (loop_optimizer_init): If loops are preserved perform incremental... | Richard Guenther | 1 | -0/+22 |
2012-03-21 | Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies. | Richard Guenther | 1 | -28/+0 |
2011-10-05 | invoke.texi (-fshrink-wrap): Document. | Bernd Schmidt | 1 | -0/+10 |
2011-09-13 | cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump th... | Bernd Schmidt | 1 | -2/+16 |
2011-08-25 | re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with... | Richard Henderson | 1 | -5/+14 |
2011-08-02 | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 1 | -0/+10 |
2011-07-19 | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 1 | -5/+7 |
2011-07-19 | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 1 | -9/+11 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -3/+1 |
2011-05-22 | cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK. | Eric Botcazou | 1 | -4/+4 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-04-07 | re PR target/43920 (Choosing conditional execution over conditional branches ... | Tom de Vries | 1 | -7/+20 |