Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -2/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -23/+24 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -8/+5 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-06 | modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it is newly allo... | Felix Yang | 1 | -0/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-24 | re PR bootstrap/59279 (r205337 breaks bootstrap with java) | Steven Bosscher | 1 | -1/+4 |
2013-11-24 | jump.c (reset_insn_reg_label_operand_notes): New function, split out from ... | Steven Bosscher | 1 | -4/+1 |
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 | -4/+3 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -2/+3 |
2013-09-09 | alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ... | Richard Sandiford | 1 | -2/+3 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -20/+37 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -2/+2 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -22/+15 |
2012-11-01 | This patch renames sbitmap iterators to unify them with the bitmap iterators. | Lawrence Crowl | 1 | -5/+5 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -27/+27 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+1 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -42/+42 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -9/+9 |
2012-08-16 | re PR middle-end/54146 (Very slow compile with attribute((flatten))) | Richard Guenther | 1 | -1/+1 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -2/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -2/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-02-04 | re PR rtl-optimization/52095 (ICE compiling gcc.dg/sms-7.c: SEGV in fprintf) | Jakub Jelinek | 1 | -28/+40 |
2011-12-13 | SMS: Add missing free operation in mark_loop_unsched | Revital Eres | 1 | -0/+2 |
2011-10-30 | Fix marking of SMSed loops as BB_DISABLE_SCHEDULE | Revital Eres | 1 | -2/+20 |
2011-10-11 | modulo-sched.c: Fix comment typo. | Richard Sandiford | 1 | -2/+6 |
2011-10-10 | modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages. | Richard Sandiford | 1 | -116/+271 |
2011-10-10 | modulo-sched.c (ps_insn): Adjust comment. | Richard Sandiford | 1 | -119/+205 |
2011-10-10 | modulo-sched.c (ps_insn): Replace node field with an identifier. | Richard Sandiford | 1 | -147/+148 |
2011-10-10 | modulo-sched.c (undo_replace_buff_elem): Delete. | Richard Sandiford | 1 | -49/+2 |
2011-09-30 | SMS: Support instructions with REG_INC_NOTE | Revital Eres | 1 | -6/+5 |
2011-09-30 | SMS: Avoid generating redundant reg-moves | Revital Eres | 1 | -1/+16 |
2011-09-13 | SMS: Minor misc. fixes | Revital Eres | 1 | -15/+10 |
2011-08-08 | modulo-sched.c (get_sched_window): Use a table for the debug output. | Richard Sandiford | 1 | -48/+46 |
2011-08-08 | modulo-sched.c (get_sched_window): Use just one loop for predecessors and one... | Richard Sandiford | 1 | -188/+99 |
2011-08-03 | Optimize stage count | Revital Eres | 1 | -57/+287 |
2011-07-31 | SMS: Misc. fixes | Revital Eres | 1 | -11/+17 |
2011-07-15 | revert: re PR rtl-optimization/11320 (Scheduler bug) | Bernd Schmidt | 1 | -3/+1 |
2011-07-13 | haifa-sched.c: Include "hashtab.h" | Bernd Schmidt | 1 | -0/+1 |
2011-06-16 | SMS: Fix calculation of row_rest_count | Revital Eres | 1 | -22/+45 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -3/+1 |
2011-05-16 | Fix condition in doloop_register_get | Revital Eres | 1 | -1/+1 |
2011-05-11 | Support closing_branch_deps | Revital Eres | 1 | -56/+126 |