summaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-7/+5
* re PR tree-optimization/39516 (internal compiler error: in copy_to_mode_reg, ...Jakub Jelinek2009-03-231-1/+2
* re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek2009-01-081-5/+5
* re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi...Sebastian Pop2008-10-151-7/+5
* backport: configure: Regenerate.Sebastian Pop2008-09-021-2/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-191/+189
* re PR middle-end/36286 (ICE with -ftree-loop-linear and -O1 and above)Sebastian Pop2008-05-211-2/+3
* tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin2008-05-201-0/+196
* lambda-code.c (lambda_transform_legal_p): Handle the case of no dependences i...Sebastian Pop2008-01-161-2/+7
* re PR tree-optimization/34017 (ICE in lambda_loopnest_to_gcc_loopnest with -O...Sebastian Pop2008-01-091-4/+9
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix typo.Sebastian Pop2007-12-211-2/+2
* re PR tree-optimization/34123 (verify_ssa failed with -ftree-loop-linear)Sebastian Pop2007-12-181-101/+127
* re PR tree-optimization/23820 (ICE in lambda_loopnest_to_gcc_loopnest, at lam...Sebastian Pop2007-10-191-4/+14
* re PR tree-optimization/33576 (segfault in extract_muldiv for cpu2006 benchmark)Sebastian Pop2007-10-031-2/+3
* tree-loop-linear.c: Include obstack.h.Laurynas Biveinis2007-09-071-47/+71
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-1/+2
* lambda-code.c (remove_iv): New.Jan Sjodin2007-06-101-0/+42
* lambda-code.c (struct lambda_lattice_s): Add a name to the struct.Thomas Neumann2007-06-061-8/+8
* lambda.h (build_linear_expr): New.Jan Sjodin2007-06-061-231/+59
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-1/+1
* tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak2007-05-301-2/+2
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-3/+2
* re PR tree-optimization/30565 (ICE with -O1 -ftree-pre -ftree-loop-linear)Zdenek Dvorak2007-05-031-1/+2
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-4/+2
* re PR middle-end/30835 (ICE with -O2 -ftree-loop-linear)Zdenek Dvorak2007-03-121-2/+3
* extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell2007-02-251-2/+2
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-31/+33
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-1/+0
* * tree-scalar-evolution.c (scev_const_prop):Diego Novillo2006-12-111-6/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-39/+41
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-10/+6
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-7/+7
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-1/+1
* re PR tree-optimization/29581 (Latent bug in 4.1/4.2/4.3 lambda-code.c)Jakub Jelinek2006-11-151-14/+92
* tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments.Zdenek Dvorak2006-11-121-3/+3
* re PR tree-optimization/27745 (ICE in execute_todo with -O2 -ftree-loop-linear)Sebastian Pop2006-05-291-35/+7
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-2/+2
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-5/+5
* re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop2006-05-171-63/+97
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-34/+30
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-7/+3
* lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin2006-02-271-11/+8
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-47/+8
* tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says.Paolo Bonzini2006-02-021-1/+1
* lambda-code.c (can_put_in_inner_loop): Relax restrictions.Daniel Berlin2006-01-041-28/+59
* tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther2005-12-021-45/+45
* lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop2005-11-051-6/+9
* lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop2005-08-231-21/+0