aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14graphite: Do not depend on 2D + 1 form in parallelism checkTobias Grosser1-1/+4
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-88/+98
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-25/+26
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-3/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-0/+1
2012-07-16graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ...Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther1-144/+235
2012-07-02[multiple changes]Richard Guenther1-254/+176
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther1-4/+4
2011-07-28Replace v1, v2, lb, ub with bound_one, bound_twoSebastian Pop1-99/+111
2011-07-28Fix PR48648: Handle CLAST assignments.Sebastian Pop1-0/+45
2011-07-27Fix PR47691: do not abort compilation when code generation failsSebastian Pop1-1/+1
2011-07-22re PR bootstrap/49797 (CLooG use of LANGUAGE_C conflicts with MIPS compilers)Rainer Orth1-2/+6
2011-07-21Infer types based on lb and ub.Sebastian Pop1-37/+147
2011-07-21Generate signed types whenever possible.Sebastian Pop1-2/+11
2011-07-21Compute once and cache the LB and UB for each clast_name.Sebastian Pop1-42/+102
2011-07-21Remove max_signed_precision_type.Sebastian Pop1-29/+22
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop1-35/+30
2011-07-21Add fixme comment.Sebastian Pop1-1/+18
2011-07-21Cleanup function params using a struct.Sebastian Pop1-206/+130
2011-07-21Record the loop level that defines a clast_name.Sebastian Pop1-20/+41
2011-07-21Do not compute twice type, lb, and ub.Sebastian Pop1-31/+30
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop1-6/+5
2011-07-05Fix computation of precision.Sebastian Pop1-69/+9
2011-07-05Correct typo.Sebastian Pop1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-12Fix PR47127: call cloog_state_malloc and cloog_state_free only once.Sebastian Pop1-22/+15
2010-12-29Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop1-1/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-14/+0
2010-12-17re PR middle-end/46761 (-fgraphite-identity produces wrong code for array ini...Alexander Monakov1-12/+16
2010-12-16Fix PR46404: call scev_reset to reset the number of iterations as well.Sebastian Pop1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-0/+2
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop1-0/+36
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop1-1/+0
2010-09-30Fix 435.gromacs miscompile.Sebastian Pop1-1/+1
2010-09-30Generate in priority signed types for integer constants.Sebastian Pop1-3/+9
2010-09-30Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop1-1/+11
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-11Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger1-12/+13
2010-08-11Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger1-18/+30
2010-08-11Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger1-11/+17
2010-08-11Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger1-4/+9
2010-08-11Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger1-0/+1
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-87/+42