summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-unswitch.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR tree-optimization/23855 (loop header should also be pulled out of the i...Richard Biener2016-08-171-15/+30
* loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka2016-06-011-2/+2
* re PR debug/70935 (ICE: verify_ssa failed (error: definition in block 9 does ...Yuri Rumyantsev2016-05-061-0/+6
* tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also max_loop_itera...Jan Hubicka2016-04-211-0/+4
* Revert r234572 (aka PR testsuite/70577)Martin Liska2016-04-121-4/+0
* tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat...Jan Hubicka2016-03-301-0/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/68906 (ICE at -O3 on x86_64-linux-gnu: verify_ssa fai...Yuri Rumyantsev2015-12-181-2/+2
* Fix misleading indentation in tree-ssa-loop-unswitch.cDavid Malcolm2015-12-091-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-5/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-4/+4
* PR tree-optimization/67909, 67947Yuri Rumyantsev2015-10-131-1/+10
* [PR67828] don't unswitch on default defs of non-parmsAlexandre Oliva2015-10-091-0/+5
* tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and "cfghooks.h"...Yuri Rumyantsev2015-10-081-34/+417
* switch from gimple to gimple*Trevor Saunders2015-09-201-4/+4
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-15/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-7/+12
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* remove has_executeTrevor Saunders2014-07-091-1/+0
* pass cfun to pass::executeTrevor Saunders2014-04-171-10/+10
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+7
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-0/+57
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+2
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-0/+11
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR middle-end/43866 (wrong code with -fbounds-check -funswitch-loops)Jakub Jelinek2010-06-251-20/+110
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Fix a problematic logic at unswitch-loops pass.Jing Yu2010-04-081-25/+20
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-1/+0