aboutsummaryrefslogtreecommitdiff
path: root/gcc/ddg.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR target/64240 ([AArch64] SMS-3.c causes runtime exception(segfault).)Felix Yang1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-28ddg.c (walk_mems_2, [...]): Delete.Richard Sandiford1-32/+16
2014-08-28ddg.c: Include rtl-iter.h.Richard Sandiford1-12/+10
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm1-1/+1
2014-08-22ddg: Use rtx_insnDavid Malcolm1-13/+13
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-3/+3
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