aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ifcombine.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-852/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-25Add no_sanitize_coverage attribute.Martin Liska1-1/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-10-17re PR tree-optimization/92115 (ICE in gimple_cond_get_ops_from_tree, at gimpl...Jakub Jelinek1-0/+6
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-01re PR testsuite/85368 (phi-opt-11 test fails on IBM Z)Jakub Jelinek1-1/+6
2018-11-28tree-ssa-ifcombine.c (update_profile_after_ifcombine): Handle profile_probabi...Jan Hubicka1-2/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+0
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-3/+0
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-9/+5
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-7/+7
2017-02-03tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.Jan Hubicka1-0/+49
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-04-09re PR tree-optimization/70586 (wrong code at -O2 and -O3 on x86_64-linux-gnu ...Jakub Jelinek1-1/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-03ifcombine: factor out inner block viability testAlexandre Oliva1-9/+6
2015-11-03[PR68083] don't introduce undefined behavior in ifcombineAlexandre Oliva1-0/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek1-10/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-07-22re PR tree-optimization/66952 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-1/+16
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-16/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-2/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-12/+15
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-04re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tr...Jakub Jelinek1-1/+2
2014-06-03re PR tree-optimization/61383 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-0/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-31/+31
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+0
2014-04-17remove has_gateTrevor Saunders1-1/+0