summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-11/+6
* re PR rtl-optimization/60866 (ICE: in get_seqno_for_a_jump, at sel-sched-ir.c...Andrey Belevantsev2014-05-141-16/+40
* Merge in wide-int.Kenneth Zadeck2014-05-061-4/+4
* sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P on the in...Andrey Belevantsev2014-02-031-0/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-5/+5
* Eliminate last_basic_block macro.David Malcolm2013-12-091-8/+9
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-10/+10
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-6/+4
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-3/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher2013-04-131-18/+9
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-1/+1
* re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_ascen...Andrey Belevantsev2013-02-271-2/+6
* 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-9/+9
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-140/+133
* re PR rtl-optimization/54472 (ICE (spill_failure): unable to find a register ...Andrey Belevantsev2012-11-091-3/+3
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-6/+6
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* re PR rtl-optimization/54455 (ICE: RTL check: expected elt 3 type 'B', have '...Jakub Jelinek2012-09-061-1/+17
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* re PR target/53975 ([ia64] Target register of a speculative load moved to a b...Andrey Belevantsev2012-07-311-4/+6
* re PR regression/54084 (Bunch of fails for x86)Steven Bosscher2012-07-261-1/+7
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR rtl-optimization/52250 (ICE: in sel_remove_bb, at sel-sched-ir.c:5213 w...Andrey Belevantsev2012-03-061-9/+17
* re PR tree-optimization/51557 (ICE: in maybe_record_trace_start, at dwarf2cfi...Jakub Jelinek2011-12-161-1/+17
* re PR rtl-optimization/50340 (Fails to build SPEC 2000 176.gcc)Alexander Monakov2011-10-191-0/+5
* sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge only if prod...Sergey Grechanik2011-08-111-1/+2
* sel-sched-ir.c (get_seqno_of_a_pred): Rename to get_seqno_for_a_jump.Sergey Grechanik2011-08-111-8/+49
* sel-sched-ir.c (invalidate_av_set): Remove the assert.Dmitry Melnik2011-08-111-5/+4
* sel-sched-ir.h (register_unavailable_p): Declare.Sergey Grechanik2011-08-111-5/+24
* sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of recognized ...Dmitry Melnik2011-08-111-1/+4
* sel-sched-ir.c (merge_expr_data): Take maximum spec.Dmitry Melnik2011-08-111-3/+3
* haifa-sched.c: Include "hashtab.h"Bernd Schmidt2011-07-131-0/+4
* haifa-sched.c (sched_scan_info): Remove.Bernd Schmidt2011-05-271-11/+59
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* re PR rtl-optimization/48302 (ICE: SIGSEGV in reposition_prologue_and_epilogu...Alexander Monakov2011-04-081-3/+4
* re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov2011-04-081-0/+1
* sched-ebb.c (begin_schedule_ready): Remove second argument.Bernd Schmidt2011-04-011-1/+3
* re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev2011-03-261-17/+28
* re PR rtl-optimization/47036 (ICE: in move_cond_jump, at sel-sched.c:4901 wit...Alexander Monakov2010-12-241-3/+0
* re PR rtl-optimization/46649 (ICE: in move_bb_info, at sel-sched-ir.c:5080 wi...Alexander Monakov2010-12-151-3/+3
* re PR rtl-optimization/46875 (ICE: verify_flow_info failed: too many outgoing...Alexander Monakov2010-12-141-1/+2
* re PR target/43603 (gcc-4.4.3 ICE on ia64 with -O3)Andrey Belevantsev2010-12-081-6/+49
* re PR rtl-optimization/45354 (ICE with -fselective-scheduling and -freorder-b...Alexander Monakov2010-12-031-13/+11
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+0