aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-08re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek1-1/+3
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+31
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2008-05-20tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin1-2/+4
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-0/+17
2007-10-03re PR tree-optimization/33576 (segfault in extract_muldiv for cpu2006 benchmark)Sebastian Pop1-0/+2
2007-09-07tree-loop-linear.c: Include obstack.h.Laurynas Biveinis1-9/+16
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-06lambda-code.c (struct lambda_lattice_s): Add a name to the struct.Thomas Neumann1-3/+3
2007-06-06lambda.h (build_linear_expr): New.Jan Sjodin1-0/+27
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-3/+1
2006-05-17re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop1-2/+1
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-1/+0
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-1/+39
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-1/+1
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-0/+3
2005-08-23lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop1-0/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-22lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).Nathan Sidwell1-6/+5
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-7/+3
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-4/+4
2004-11-03lambda-code.c (lambda_compute_auxillary_space): Update comments.Daniel Berlin1-5/+37
2004-09-16[multiple changes]Daniel Berlin1-5/+9
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-2/+6
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-6/+2
2004-08-26[multiple changes]Daniel Berlin1-0/+105
2004-08-10lambda.h: Add matrix type, and prototypes for remainder of matrix and vector ...Daniel Berlin1-5/+192
2004-07-13Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop1-0/+57