aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-7/+5
2009-03-23re PR tree-optimization/39516 (internal compiler error: in copy_to_mode_reg, ...Jakub Jelinek1-1/+2
2009-01-08re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek1-5/+5
2008-10-15re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi...Sebastian Pop1-7/+5
2008-09-02backport: configure: Regenerate.Sebastian Pop1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-191/+189
2008-05-21re PR middle-end/36286 (ICE with -ftree-loop-linear and -O1 and above)Sebastian Pop1-2/+3
2008-05-20tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin1-0/+196
2008-01-16lambda-code.c (lambda_transform_legal_p): Handle the case of no dependences i...Sebastian Pop1-2/+7
2008-01-09re PR tree-optimization/34017 (ICE in lambda_loopnest_to_gcc_loopnest with -O...Sebastian Pop1-4/+9
2007-12-21lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix typo.Sebastian Pop1-2/+2
2007-12-18re PR tree-optimization/34123 (verify_ssa failed with -ftree-loop-linear)Sebastian Pop1-101/+127
2007-10-19re PR tree-optimization/23820 (ICE in lambda_loopnest_to_gcc_loopnest, at lam...Sebastian Pop1-4/+14
2007-10-03re PR tree-optimization/33576 (segfault in extract_muldiv for cpu2006 benchmark)Sebastian Pop1-2/+3
2007-09-07tree-loop-linear.c: Include obstack.h.Laurynas Biveinis1-47/+71
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-1/+2
2007-06-10lambda-code.c (remove_iv): New.Jan Sjodin1-0/+42
2007-06-06lambda-code.c (struct lambda_lattice_s): Add a name to the struct.Thomas Neumann1-8/+8
2007-06-06lambda.h (build_linear_expr): New.Jan Sjodin1-231/+59
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-1/+1
2007-05-30tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak1-2/+2
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-3/+2
2007-05-03re PR tree-optimization/30565 (ICE with -O1 -ftree-pre -ftree-loop-linear)Zdenek Dvorak1-1/+2
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-4/+2
2007-03-12re PR middle-end/30835 (ICE with -O2 -ftree-loop-linear)Zdenek Dvorak1-2/+3
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-2/+2
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-31/+33
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-1/+0
2006-12-11* tree-scalar-evolution.c (scev_const_prop):Diego Novillo1-6/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-39/+41
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-10/+6
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-7/+7
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-1/+1
2006-11-15re PR tree-optimization/29581 (Latent bug in 4.1/4.2/4.3 lambda-code.c)Jakub Jelinek1-14/+92
2006-11-12tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments.Zdenek Dvorak1-3/+3
2006-05-29re PR tree-optimization/27745 (ICE in execute_todo with -O2 -ftree-loop-linear)Sebastian Pop1-35/+7
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-5/+5
2006-05-17re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop1-63/+97
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-34/+30
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-7/+3
2006-02-27lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin1-11/+8
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-47/+8
2006-02-02tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini1-1/+1
2006-01-04lambda-code.c (can_put_in_inner_loop): Relax restrictions.Daniel Berlin1-28/+59
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-45/+45
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-6/+9
2005-08-23lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop1-21/+0