Age | Commit message (Expand) | Author | Files | Lines |
2009-09-02 | invoke.texi (-fsched-pressure): Document it. | Vladimir Makarov | 1 | -78/+459 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -31/+193 |
2009-07-13 | 2009-07-13 Ghassan Shobaki <ghassan.shobaki@amd.com> | Ghassan Shobaki | 1 | -7/+8 |
2009-07-09 | haifa-sched.c (insn_finishes_cycle_p): New static function. | Maxim Kuvyrkov | 1 | -1/+21 |
2009-06-16 | bitmap.c (bitmap_clear): Don't declare as inline. | Ian Lance Taylor | 1 | -3/+1 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -1/+1 |
2009-04-16 | rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note. | Ian Lance Taylor | 1 | -6/+4 |
2008-10-14 | target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec... | Andrey Belevantsev | 1 | -2/+2 |
2008-09-18 | haifa-sched.c (dep_cost_1): Recognize the producer even if the consumer is an... | Adam Nemet | 1 | -3/+13 |
2008-09-09 | haifa-sched.c (advance_one_cycle): Do not print '\n' before printing dump mes... | Andrey Belevantsev | 1 | -3/+4 |
2008-09-09 | re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts... | Andrey Belevantsev | 1 | -1/+8 |
2008-09-05 | Improved branch hints, safe hints, and scheduling. | Trevor Smigiel | 1 | -0/+11 |
2008-09-01 | sel-sched.h, [...]: New files. | Andrey Belevantsev | 1 | -549/+1046 |
2008-08-06 | re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop... | Maxim Kuvyrkov | 1 | -26/+0 |
2008-08-06 | haifa-sched.c (extend_global): Split to extend_global_data and extend_region_... | Maxim Kuvyrkov | 1 | -21/+28 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -5/+1 |
2008-06-26 | driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual... | Kaveh R. Ghazi | 1 | -5/+6 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+3 |
2008-03-01 | df-scan.c (df_ref_chain_change_bb): Simplify. | Alexandre Oliva | 1 | -3/+3 |
2007-11-09 | haifa-sched.c (haifa_classify_insn): Rename to ... | Alexander Monakov | 1 | -36/+25 |
2007-11-07 | re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf) | Maxim Kuvyrkov | 1 | -18/+0 |
2007-11-03 | re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf) | Jakub Jelinek | 1 | -0/+6 |
2007-10-15 | re PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3) | Maxim Kuvyrkov | 1 | -2/+11 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -7/+7 |
2007-08-22 | target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul... | Maxim Kuvyrkov | 1 | -0/+6 |
2007-08-14 | sched-int.h (struct _dep): Rename field 'kind' to 'type'. | Maxim Kuvyrkov | 1 | -279/+309 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-02 | re PR target/31684 (ICE in get_attr_first_insn, at config/ia64/itanium2.md:18... | Steve Ellcey | 1 | -1/+1 |
2007-06-20 | dbgcnt.def (global_alloc_at_func, [...]): New counters. | Seongbae Park | 1 | -35/+89 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -182/+24 |
2007-06-06 | haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ... | Zdenek Dvorak | 1 | -2/+3 |
2007-05-25 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -2/+2 |
2007-05-04 | haifa-sched.c (rtx_vec_t): New typedef. | Maxim Kuvyrkov | 1 | -46/+80 |
2007-02-03 | c-decl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-02 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Maxim Kuvyrkov | 1 | -214/+290 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -4/+4 |
2006-12-09 | haifa-sched.c (schedule_block): Remove excessive sanity check. | Maxim Kuvyrkov | 1 | -8/+0 |
2006-11-29 | haifa-sched.c: Remove define LINE_NOTE(INSN). | Tehila Meyzels | 1 | -147/+5 |
2006-11-16 | re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3) | Maxim Kuvyrkov | 1 | -5/+9 |
2006-11-11 | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 1 | -138/+3 |
2006-10-06 | sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros. | Maxim Kuvyrkov | 1 | -17/+14 |
2006-08-17 | re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968) | Maxim Kuvyrkov | 1 | -2/+1 |
2006-06-13 | re PR middle-end/26807 (FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for exce... | Maxim Kuvyrkov | 1 | -2/+7 |
2006-06-13 | re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615) | Maxim Kuvyrkov | 1 | -13/+19 |
2006-06-08 | re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615) | Maxim Kuvyrkov | 1 | -0/+20 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2006-04-14 | params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100. | Eric Botcazou | 1 | -3/+41 |
2006-04-08 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -20/+20 |