aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-unswitch.c
AgeCommit message (Expand)AuthorFilesLines
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-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-7/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-10/+10
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-14gimplify-be.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-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-0/+57
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+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-10-08loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka1-0/+11
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2010-06-25re PR middle-end/43866 (wrong code with -fbounds-check -funswitch-loops)Jakub Jelinek1-20/+110
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-08Fix a problematic logic at unswitch-loops pass.Jing Yu1-25/+20
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-1/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-31tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that loop is opti...Jan Hubicka1-0/+8
2008-07-31re PR tree-optimization/36978 (ICE in gimple_cond_set_lhs for -O2 -funswitch-...Richard Guenther1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-10/+18
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-1/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+2
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-2/+6
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-12/+2
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-14/+13
2006-09-05re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski1-2/+3
2006-02-07re PR tree-optimization/26145 (memory leak in loop unswitching.)Uttam Pawar1-0/+2
2005-12-15re PR rtl-optimization/25224 (ICE in initialize_original_copy_tables)Jan Hubicka1-1/+4
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-0/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-6/+4
2005-04-22[multiple changes]Diego Novillo1-4/+3