aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-clast-to-gimple.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Replacement of isl_int by isl_valMircea Namolaru1-20/+22
2014-07-09convert some hash_table to hash_mapTrevor Saunders1-30/+7
2014-06-29graphite-clast-to-gimple.c: gloog is renamed to graphite_regenerate_ast_cloog.Roman Gareev1-13/+14
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-38/+39
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+2
2014-03-03re PR tree-optimization/58028 (Several failures in libgomp.graphite after rev...Tobias Grosser1-0/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-3/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+7
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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