summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
Commit message (Expand)AuthorAgeFilesLines
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* re PR rtl-optimization/57662 (ICE: SIGSEGV in code_motion_process_successors ...Andrey Belevantsev2013-08-141-1/+14
* re PR rtl-optimization/56957 (ICE in add_insn_after, at emit-rtl.c:3783)Andrey Belevantsev2013-04-301-4/+3
* re PR middle-end/55889 (ICE: in move_op_ascend, at sel-sched.c:6153 with -fsc...Andrey Belevantsev2013-02-191-0/+67
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-73/+59
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-4/+4
* re PR rtl-optimization/53701 (ICE on ia64 (when building Allegro 4.4) in sel-...Andrey Belevantsev2012-08-091-20/+32
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-2/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* sel-sched.c (sel_global_init): Revert previous change.Bernd Schmidt2012-04-171-1/+1
* re PR rtl-optimization/52203 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2012-04-131-11/+14
* sel-sched.c (sel_global_init): Swap order of sched_rgn_init and sched_init ca...Bernd Schmidt2012-04-111-2/+2
* re PR rtl-optimization/52203 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2012-03-071-8/+12
* re PR rtl-optimization/50205 (ICE: in code_motion_path_driver, at sel-sched.c...Alexander Monakov2011-10-181-13/+7
* sel-sched-ir.h (register_unavailable_p): Declare.Sergey Grechanik2011-08-111-6/+6
* sel-sched.c (verify_target_availability): Fix usage of hard_regno_nregs.Sergey Grechanik2011-08-111-1/+1
* re PR target/49349 (gfortran.dg/char_result_3.f90 fails with -O3)Alexander Monakov2011-06-151-7/+15
* re PR rtl-optimization/49303 (ICE: vinsn_detach, at sel-sched-ir.c:1277 w/ -O...Alexander Monakov2011-06-081-1/+4
* haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt2011-05-271-4/+4
* ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.hJan Hubicka2011-04-181-1/+1
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov2011-04-091-10/+5
* sel-sched.c (sel_region_init): Move call to sel_setup_region_sched_flags afte...Alexander Monakov2011-04-081-2/+2
* re PR rtl-optimization/48235 (ICE: SIGSEGV in has_dependence_p (sel-sched-ir....Dmitry Melnik2011-04-081-3/+22
* re PR rtl-optimization/48302 (ICE: SIGSEGV in reposition_prologue_and_epilogu...Alexander Monakov2011-04-081-5/+5
* re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov2011-04-081-1/+2
* re PR rtl-optimization/48442 (ICE: in init_seqno, at sel-sched.c:6767 with -O...Alexander Monakov2011-04-081-14/+12
* re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev2011-03-261-1/+1
* re PR debug/45454 (ICE: in verify_target_availability, at sel-sched.c:1614)Alexandre Oliva2011-01-261-0/+9
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2011-01-131-6/+8
* re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov2010-12-241-4/+2
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2010-12-221-8/+20
* re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ...Alexander Monakov2010-11-221-0/+3
* re PR middle-end/46518 (internal compiler error: in vinsn_detach, at sel-sche...Alexander Monakov2010-11-181-1/+1
* re PR rtl-optimization/45352 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2010-11-081-11/+25
* Model decoder of Core 2/i7 for multipass scheduling.Maxim Kuvyrkov2010-11-021-1/+2
* ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che...Nathan Froyd2010-10-211-5/+7
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-7/+5
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-3/+5
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-4/+2
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* sel-sched.c (move_cond_jump): Use tidy_control_flow instead of maybe_tidy_emp...Alexander Monakov2010-09-161-1/+1
* sel-sched.c (move_cond_jump): Correct arguments to maybe_tidy_empty_bb.Alexander Monakov2010-09-061-1/+1
* re PR rtl-optimization/44919 (ICE on ia64 with -O3 at sel-sched.c:4672)Alexander Monakov2010-09-061-23/+47
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8