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