summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor2009-04-161-6/+4
* target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec...Andrey Belevantsev2008-10-141-2/+2
* haifa-sched.c (dep_cost_1): Recognize the producer even if the consumer is an...Adam Nemet2008-09-181-3/+13
* haifa-sched.c (advance_one_cycle): Do not print '\n' before printing dump mes...Andrey Belevantsev2008-09-091-3/+4
* re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Andrey Belevantsev2008-09-091-1/+8
* Improved branch hints, safe hints, and scheduling.Trevor Smigiel2008-09-051-0/+11
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-549/+1046
* re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...Maxim Kuvyrkov2008-08-061-26/+0
* haifa-sched.c (extend_global): Split to extend_global_data and extend_region_...Maxim Kuvyrkov2008-08-061-21/+28
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-5/+1
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-5/+6
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-3/+3
* haifa-sched.c (haifa_classify_insn): Rename to ...Alexander Monakov2007-11-091-36/+25
* re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Maxim Kuvyrkov2007-11-071-18/+0
* re PR middle-end/33670 (cc1 segfault with -O2 -fsched-stalled-insns=0 for twolf)Jakub Jelinek2007-11-031-0/+6
* re PR target/33133 (ICE in try_ready, at haifa-sched.c:2958 with -O2/-O3)Maxim Kuvyrkov2007-10-151-2/+11
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-2/+2
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-7/+7
* target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul...Maxim Kuvyrkov2007-08-221-0/+6
* sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2007-08-141-279/+309
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR target/31684 (ICE in get_attr_first_insn, at config/ia64/itanium2.md:18...Steve Ellcey2007-07-021-1/+1
* dbgcnt.def (global_alloc_at_func, [...]): New counters.Seongbae Park2007-06-201-35/+89
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-182/+24
* haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak2007-06-061-2/+3
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-2/+2
* haifa-sched.c (rtx_vec_t): New typedef.Maxim Kuvyrkov2007-05-041-46/+80
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-021-214/+290
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-4/+4
* haifa-sched.c (schedule_block): Remove excessive sanity check.Maxim Kuvyrkov2006-12-091-8/+0
* haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels2006-11-291-147/+5
* re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov2006-11-161-5/+9
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-138/+3
* sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov2006-10-061-17/+14
* re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov2006-08-171-2/+1
* re PR middle-end/26807 (FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for exce...Maxim Kuvyrkov2006-06-131-2/+7
* re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov2006-06-131-13/+19
* re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov2006-06-081-0/+20
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-2/+2
* params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100.Eric Botcazou2006-04-141-3/+41
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-20/+20
* haifa-sched.c (try_ready): Change condition to restore non-speculative patter...Maxim Kuvyrkov2006-03-301-14/+35
* 2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov2006-03-281-35/+13
* haifa-sched.c (Copyright): Update date.Maxim Kuvyrkov2006-03-271-13/+35
* haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov2006-03-231-9/+33
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-232/+2215