summaryrefslogtreecommitdiff
path: root/gcc/ddg.c
AgeCommit message (Expand)Author
2020-03-27modulo-sched: fix bootstrap compare-debug issueRoman Zhuykov
2020-03-10minor: fix intendation in ddg.cRoman Zhuykov
2020-01-01Update copyright years.Jakub Jelinek
2019-12-13modulo-sched: speed up DDG analysis (PR90001)Roman Zhuykov
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-04-04re PR rtl-optimization/84878 (ICE: Segmentation fault (in add_cross_iteration...Peter Bergner
2018-01-03Update copyright years.Jakub Jelinek
2017-05-14make more vars auto_sbitmapsTrevor Saunders
2017-01-01Update copyright years.Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16re PR target/64240 ([AArch64] SMS-3.c causes runtime exception(segfault).)Felix Yang
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-08-28ddg.c (walk_mems_2, [...]): Delete.Richard Sandiford
2014-08-28ddg.c: Include rtl-iter.h.Richard Sandiford
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm
2014-08-22ddg: Use rtx_insnDavid Malcolm
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
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