aboutsummaryrefslogtreecommitdiff
path: root/gcc/ddg.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-1/+1
2012-11-01This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl1-7/+7
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-16/+16
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-26/+26
2012-06-22* ddg.c (build_intra_loop_deps): Discard deps of nondebug on debug.Alexandre Oliva1-1/+9
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-01-02SMS: Prevent the creation of reg-moves for definitions with MODE_CCRevital Eres1-1/+21
2011-09-30SMS: Support instructions with REG_INC_NOTERevital Eres1-5/+35
2011-07-31Move the creation of anti-dep edgeRevital Eres1-6/+4
2011-06-16SMS: Fix violation of memory dependenceRevital Eres1-2/+41
2011-05-11Support closing_branch_depsRevital Eres1-0/+5
2011-04-17Free sccs fieldRevital Eres1-0/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-10-21ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead of gcc_che...Nathan Froyd1-2/+4
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+2
2010-08-09ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of alias_set...Bingfeng Mei1-1/+38
2010-07-19ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop.Bingfeng Mei1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-04df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka1-3/+3
2010-05-27sched-ebb.c: Rename struct deps to struct deps_desc.Jan Hubicka1-1/+1
2009-12-07re PR debug/42244 (var-tracking ICE for 300.twolf)Jakub Jelinek1-4/+11
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-11-13sched-deps.c (init_deps): New parameter lazy_reg_last.Andrey Belevantsev1-1/+1
2009-10-17re PR debug/41535 (Broken var location info after scheduling)Alexandre Oliva1-2/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-6/+20
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-21check alias sets in add_inter_loop_mem_depBingfeng Mei1-0/+4
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-9/+9
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-2/+2
2008-01-22re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck1-3/+2
2008-01-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck1-2/+3
2007-10-17sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.Maxim Kuvyrkov1-0/+4
2007-08-28Modulo-scheduling improvements. Patch 2 of 2Mircea Namolaru1-3/+7
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-6/+8
2007-08-08Remove profitability checkVladimir Yanovsky1-0/+1
2007-08-05New flag to control reg-moves generationVladimir Yanovsky1-37/+41
2007-07-31ddg.c (add_cross_iteration_register_deps): Declare bb_info only if ENABLE_CHE...H.J. Lu1-0/+2
2007-07-31SMS: Change the ddg's constructionRevital Eres1-95/+75
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+2
2007-07-03ddg.c (check_sccs): Define only if ENABLE_CHECKING is defined.H.J. Lu1-1/+2
2007-07-03modulo-sched: print sccs and check itRevital Eres1-0/+48
2007-07-01Fix missed initialization of scc_nodes.Vladimir Yanovsky1-0/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-22/+21
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-1/+1
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-16/+25