Age | Commit message (Expand) | Author | Files | Lines |
2011-07-15 | revert: re PR rtl-optimization/11320 (Scheduler bug) | Bernd Schmidt | 1 | -14/+4 |
2011-07-13 | haifa-sched.c: Include "hashtab.h" | Bernd Schmidt | 1 | -70/+97 |
2011-04-01 | sched-ebb.c (begin_schedule_ready): Remove second argument. | Bernd Schmidt | 1 | -2/+8 |
2011-04-01 | * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag. | Bernd Schmidt | 1 | -2/+7 |
2011-02-02 | re PR debug/47498 (-fcompare-debug failure with -fsched2-use-superblocks) | Alexandre Oliva | 1 | -2/+2 |
2011-01-31 | revert: re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns) | Alexandre Oliva | 1 | -2/+2 |
2011-01-25 | re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns) | Alexandre Oliva | 1 | -2/+2 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -3/+1 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -9/+7 |
2010-10-21 | basic-block.h (find_fallthru_edge): Define. | Nathan Froyd | 1 | -8/+2 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-05-27 | sched-ebb.c: Rename struct deps to struct deps_desc. | Jan Hubicka | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -8/+8 |
2009-11-13 | sched-deps.c (init_deps): New parameter lazy_reg_last. | Andrey Belevantsev | 1 | -1/+1 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -2/+2 |
2009-07-09 | haifa-sched.c (insn_finishes_cycle_p): New static function. | Maxim Kuvyrkov | 1 | -0/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-09-01 | sel-sched.h, [...]: New files. | Andrey Belevantsev | 1 | -69/+72 |
2008-07-16 | recog.c (validate_change_1, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -3/+3 |
2008-06-26 | ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -3/+3 |
2007-10-17 | sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'. | Maxim Kuvyrkov | 1 | -0/+4 |
2007-08-14 | sched-int.h (struct _dep): Rename field 'kind' to 'type'. | Maxim Kuvyrkov | 1 | -28/+40 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -2/+2 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -98/+15 |
2007-05-04 | sched-ebb.c (debug_ebb_dependencies): New static function. | Maxim Kuvyrkov | 1 | -3/+14 |
2007-02-02 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Maxim Kuvyrkov | 1 | -15/+11 |
2006-11-29 | haifa-sched.c: Remove define LINE_NOTE(INSN). | Tehila Meyzels | 1 | -8/+0 |
2006-11-11 | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 1 | -4/+0 |
2006-10-06 | sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros. | Maxim Kuvyrkov | 1 | -1/+1 |
2006-10-06 | re PR rtl-optimization/29128 (ICE: in move_block_after_check, at haifa-sched.... | Maxim Kuvyrkov | 1 | -2/+6 |
2006-08-17 | re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968) | Maxim Kuvyrkov | 1 | -4/+14 |
2006-03-23 | haifa-sched.c (choose_ready): Fix type of the local variable. | Maxim Kuvyrkov | 1 | -1/+1 |
2006-03-16 | target.h (struct spec_info_def): New opaque declaration. | Maxim Kuvyrkov | 1 | -174/+289 |
2006-03-16 | sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ... | Maxim Kuvyrkov | 1 | -15/+6 |
2006-03-16 | ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call. | Maxim Kuvyrkov | 1 | -7/+29 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -4/+4 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -1/+1 |
2005-07-27 | re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps) | Steven Bosscher | 1 | -1/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -2/+2 |
2004-12-04 | PR middle end/18718 | Alan Modra | 1 | -5/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+0 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -4/+2 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -5/+10 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -4/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -9/+9 |
2004-02-08 | * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data. | Jan Hubicka | 1 | -1/+0 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |