summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ifcombine.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-17re PR tree-optimization/92115 (ICE in gimple_cond_get_ops_from_tree, at gimpl...Jakub Jelinek
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He
2019-01-01Update copyright years.Jakub Jelinek
2018-12-01re PR testsuite/85368 (phi-opt-11 test fails on IBM Z)Jakub Jelinek
2018-11-28tree-ssa-ifcombine.c (update_profile_after_ifcombine): Handle profile_probabi...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-02-03tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-04-09re PR tree-optimization/70586 (wrong code at -O2 and -O3 on x86_64-linux-gnu ...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-03ifcombine: factor out inner block viability testAlexandre Oliva
2015-11-03[PR68083] don't introduce undefined behavior in ifcombineAlexandre Oliva
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-22re PR tree-optimization/66952 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
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-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-07-04re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tr...Jakub Jelinek
2014-06-03re PR tree-optimization/61383 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-03-12tree-ssa-ifcombine.c (forwarder_block_to): New function.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo