summaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
Commit message (Expand)AuthorAgeFilesLines
* 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2010-04-221-31/+53
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* PR tree-optimization/42917aldyh2010-03-161-2/+6
* Remove trailing white spaces.hjl2009-11-251-100/+100
* Add source_location support to PHI arguments.amacleod2009-07-301-1/+11
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-7/+5
* PR tree-optimization/39516jakub2009-03-231-1/+2
* PR tree-optimization/37031jakub2009-01-081-5/+5
* 2008-10-15 Sebastian Pop <sebastian.pop@amd.com>spop2008-10-151-7/+5
* 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>spop2008-09-021-2/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-191/+189
* 2008-05-21 Sebastian Pop <sebastian.pop@amd.com>spop2008-05-211-2/+3
* 2008-05-20 Jan Sjodin <jan.sjodin@amd.com>spop2008-05-201-0/+196
* 2008-01-16 Sebastian Pop <sebastian.pop@amd.com>spop2008-01-161-2/+7
* 2008-01-09 Sebastian Pop <sebastian.pop@amd.com>spop2008-01-091-4/+9
* 2007-12-21 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-211-2/+2
* 2007-12-18 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-181-101/+127
* 2007-10-19 Sebastian Pop <sebastian.pop@amd.com>spop2007-10-191-4/+14
* 2007-10-03 Sebastian Pop <sebastian.pop@amd.com>spop2007-10-031-2/+3
* 2007-09-06 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2007-09-071-47/+71
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * tree-scalar-evolution.c (scev_const_prop): Add arguments torakdver2007-07-091-1/+2
* * lambda-code.c (remove_iv): New.spop2007-06-101-0/+42
* * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.tneumann2007-06-061-8/+8
* * lambda.h (build_linear_expr): New.spop2007-06-061-231/+59
* * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):rakdver2007-06-031-1/+1
* * tree-scalar-evolution.c (scev_const_prop): Do not create labels.rakdver2007-05-301-2/+2
* * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):rakdver2007-05-111-3/+2
* PR tree-optimization/30565rakdver2007-05-031-1/+2
* * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt torakdver2007-04-271-4/+2
* PR tree-optimization/30835rakdver2007-03-121-2/+3
* * doc/extend.texi: Document optional priority argument tommitchel2007-02-251-2/+2
* * function.c (gimplify_parameters): Call build_gimple_modify_stmtsayle2007-02-191-31/+33
* * doc/loop.texi: Document recording of loop exits.rakdver2007-01-121-1/+0
* * tree-scalar-evolution.c (scev_const_prop):dnovillo2006-12-111-6/+2
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-39/+41
* * tree-vrp.c (execute_vrp): Do not pass loops structure throughrakdver2006-11-251-10/+6
* * tree-loop-linear.c (linear_transform_loops): Use single_exit accessorrakdver2006-11-211-7/+7
* * tree-vrp.c (execute_vrp): Do not update current_loops.rakdver2006-11-171-1/+1
* PR tree-optimization/29581jakub2006-11-151-14/+92
* * tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improverakdver2006-11-121-3/+3
* PR middle-end/27745spop2006-05-291-35/+7
* * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,kazu2006-05-281-2/+2
* 2006-05-23 Andrew MacLeod <amacleod@redhat.com>amacleod2006-05-231-5/+5
* PR middle-end/20256spop2006-05-171-63/+97
* Implement new immediate use iterators.amacleod2006-04-271-34/+30
* * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o,kazu2006-04-101-3/+1
* * tree-loop-linear.c: Don't include varray.h.spop2006-03-281-7/+3
* 2006-02-27 Daniel Berlin <dberlin@dberlin.org>dberlin2006-02-271-11/+8
* * tree-chrec.c (eq_evolutions_p): New.spop2006-02-201-47/+8