summaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in wide-int.Kenneth Zadeck2014-05-061-3/+2
* re PR tree-optimization/58028 (Several failures in libgomp.graphite after rev...Tobias Grosser2014-03-031-0/+7
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-1/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-3/+1
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+4
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+7
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* graphite: Do not depend on 2D + 1 form in parallelism checkTobias Grosser2013-07-141-1/+4
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-88/+98
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-25/+26
* 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