aboutsummaryrefslogtreecommitdiff
path: root/gcc/ddg.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-2/+3
2006-05-23re PR rtl-optimization/26375 (Swing modulo scheduling results in ICE)Kenneth Zadeck1-2/+2
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-1/+1
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-2/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-20/+20
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-17/+20
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-5/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-17/+26
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-21Fix PR middle-end/20177 and add test case.Mostafa Hagog1-0/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0