summaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-3/+0
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-0/+1
* graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ...Steven Bosscher2012-07-161-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* cloog.m4: Set up to work against ISL only.Richard Guenther2012-07-021-144/+235
* [multiple changes]Richard Guenther2012-07-021-254/+176
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+0
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-4/+4
* Replace v1, v2, lb, ub with bound_one, bound_twoSebastian Pop2011-07-281-99/+111
* Fix PR48648: Handle CLAST assignments.Sebastian Pop2011-07-281-0/+45
* Fix PR47691: do not abort compilation when code generation failsSebastian Pop2011-07-271-1/+1
* re PR bootstrap/49797 (CLooG use of LANGUAGE_C conflicts with MIPS compilers)Rainer Orth2011-07-221-2/+6
* Infer types based on lb and ub.Sebastian Pop2011-07-211-37/+147
* Generate signed types whenever possible.Sebastian Pop2011-07-211-2/+11
* Compute once and cache the LB and UB for each clast_name.Sebastian Pop2011-07-211-42/+102
* Remove max_signed_precision_type.Sebastian Pop2011-07-211-29/+22
* Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop2011-07-211-35/+30
* Add fixme comment.Sebastian Pop2011-07-211-1/+18
* Cleanup function params using a struct.Sebastian Pop2011-07-211-206/+130
* Record the loop level that defines a clast_name.Sebastian Pop2011-07-211-20/+41
* Do not compute twice type, lb, and ub.Sebastian Pop2011-07-211-31/+30
* Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop2011-07-211-6/+5
* Fix computation of precision.Sebastian Pop2011-07-051-69/+9
* Correct typo.Sebastian Pop2011-07-051-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Fix PR47127: call cloog_state_malloc and cloog_state_free only once.Sebastian Pop2011-03-121-22/+15
* Use diagnostic-core.h instead of diagnostic.h.Sebastian Pop2010-12-291-1/+1
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-14/+0
* re PR middle-end/46761 (-fgraphite-identity produces wrong code for array ini...Alexander Monakov2010-12-171-12/+16
* Fix PR46404: call scev_reset to reset the number of iterations as well.Sebastian Pop2010-12-161-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* Fix Graphite memory leaks.Sebastian Pop2010-09-301-0/+2
* New flag: -fgraphite-dump-cloog.Sebastian Pop2010-09-301-0/+36
* CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop2010-09-301-1/+0
* Fix 435.gromacs miscompile.Sebastian Pop2010-09-301-1/+1
* Generate in priority signed types for integer constants.Sebastian Pop2010-09-301-3/+9
* Avoid lang_hooks, call build_nonstandard_integer_type.Sebastian Pop2010-09-301-1/+11
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* Adapt to new CloogScattering abstraction, introduced in official CLooG versio...Andreas Simbuerger2010-08-111-12/+13
* Introduce compatibility to newer CLooG's CloogState and mask the use with mac...Andreas Simbuerger2010-08-111-18/+30
* Adapt to new CLAST structure within upstream CLooG version and retain compati...Andreas Simbuerger2010-08-111-11/+17
* Make CLooG options compatible to newer CLooG releases and pass options to bui...Andreas Simbuerger2010-08-111-4/+9
* Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG.Andreas Simbuerger2010-08-111-0/+1
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-87/+42
* Remove insert_loop_close_phis.Sebastian Pop2010-08-111-4/+0
* Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-ut...Andreas Simbuerger2010-08-111-0/+1
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-08-111-23/+23
* Replace map with rename_map.Sebastian Pop2010-08-111-3/+3
* Remove copy_renames.Sebastian Pop2010-08-111-56/+7
* Remove rename_nb_iterations and rename_sese_parametersSebastian Pop2010-08-111-7/+1