aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ifcombine.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-12tree-ssa-ifcombine.c (forwarder_block_to): New function.Jakub Jelinek1-70/+126
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski1-2/+48
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-06re PR tree-optimization/51938 (missed optimization: 2 comparisons)Marc Glisse1-84/+86