summaryrefslogtreecommitdiff
path: root/gcc/ddg.c
Commit message (Expand)AuthorAgeFilesLines
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-7/+7
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-16/+16
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-26/+26
* * ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.Alexandre Oliva2012-06-221-1/+9
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* SMS: Prevent the creation of reg-moves for definitions with MODE_CCRevital Eres2012-01-021-1/+21
* SMS: Support instructions with REG_INC_NOTERevital Eres2011-09-301-5/+35
* Move the creation of anti-dep edgeRevital Eres2011-07-311-6/+4
* SMS: Fix violation of memory dependenceRevital Eres2011-06-161-2/+41
* Support closing_branch_depsRevital Eres2011-05-111-0/+5
* Free sccs fieldRevital Eres2011-04-171-0/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che...Nathan Froyd2010-10-211-2/+4
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+2
* ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set...Bingfeng Mei2010-08-091-1/+38
* ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.Bingfeng Mei2010-07-191-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka2010-06-041-3/+3
* sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka2010-05-271-1/+1
* re PR debug/42244 (var-tracking ICE for 300.twolf)Jakub Jelinek2009-12-071-4/+11
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev2009-11-131-1/+1
* re PR debug/41535 (Broken var location info after scheduling)Alexandre Oliva2009-10-171-2/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-6/+20
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* check alias sets in add_inter_loop_mem_depBingfeng Mei2009-01-211-0/+4
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-9/+9
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-2/+2
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-221-3/+2
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-201-2/+3
* sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov2007-10-171-0/+4
* Modulo-scheduling improvements. Patch 2 of 2Mircea Namolaru2007-08-281-3/+7
* sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2007-08-141-6/+8
* Remove profitability checkVladimir Yanovsky2007-08-081-0/+1
* New flag to control reg-moves generationVladimir Yanovsky2007-08-051-37/+41
* ddg.c (add_cross_iteration_register_deps): Declare bb_info only if ENABLE_CHE...H.J. Lu2007-07-311-0/+2
* SMS: Change the ddg's constructionRevital Eres2007-07-311-95/+75
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* ddg.c (check_sccs): Define only if ENABLE_CHECKING is defined.H.J. Lu2007-07-031-1/+2
* modulo-sched: print sccs and check itRevital Eres2007-07-031-0/+48
* Fix missed initialization of scc_nodes.Vladimir Yanovsky2007-07-011-0/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-22/+21
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-1/+1
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-021-16/+25
* builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle2006-10-301-2/+3
* re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE)Kenneth Zadeck2006-05-231-2/+2
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-1/+1
* ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov2006-03-161-2/+1