Age | Commit message (Expand) | Author | Files | Lines |
2014-08-11 | Replacement of isl_int by isl_val | Mircea Namolaru | 1 | -20/+22 |
2014-07-09 | convert some hash_table to hash_map | Trevor Saunders | 1 | -30/+7 |
2014-06-29 | graphite-clast-to-gimple.c: gloog is renamed to graphite_regenerate_ast_cloog. | Roman Gareev | 1 | -13/+14 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -38/+39 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+2 |
2014-03-03 | re PR tree-optimization/58028 (Several failures in libgomp.graphite after rev... | Tobias Grosser | 1 | -0/+7 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+5 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -3/+1 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+4 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -6/+7 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-07-14 | graphite: Do not depend on 2D + 1 form in parallelism check | Tobias Grosser | 1 | -1/+4 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -1/+1 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -88/+98 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -25/+26 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -3/+0 |
2012-08-01 | graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands. | Richard Guenther | 1 | -0/+1 |
2012-07-16 | graphite-clast-to-gimple.c, [...]: Include tree-pass.h instead of dumpfile.h ... | Steven Bosscher | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+1 |
2012-07-02 | cloog.m4: Set up to work against ISL only. | Richard Guenther | 1 | -144/+235 |
2012-07-02 | [multiple changes] | Richard Guenther | 1 | -254/+176 |
2012-03-05 | cfgloop.c (verify_loop_structure): Verify dominators before using them. | Richard Guenther | 1 | -1/+0 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -4/+4 |
2011-07-28 | Replace v1, v2, lb, ub with bound_one, bound_two | Sebastian Pop | 1 | -99/+111 |
2011-07-28 | Fix PR48648: Handle CLAST assignments. | Sebastian Pop | 1 | -0/+45 |
2011-07-27 | Fix PR47691: do not abort compilation when code generation fails | Sebastian Pop | 1 | -1/+1 |
2011-07-22 | re PR bootstrap/49797 (CLooG use of LANGUAGE_C conflicts with MIPS compilers) | Rainer Orth | 1 | -2/+6 |
2011-07-21 | Infer types based on lb and ub. | Sebastian Pop | 1 | -37/+147 |
2011-07-21 | Generate signed types whenever possible. | Sebastian Pop | 1 | -2/+11 |
2011-07-21 | Compute once and cache the LB and UB for each clast_name. | Sebastian Pop | 1 | -42/+102 |
2011-07-21 | Remove max_signed_precision_type. | Sebastian Pop | 1 | -29/+22 |
2011-07-21 | Rename gcc_type_for_clast_* into type_for_clast_* | Sebastian Pop | 1 | -35/+30 |
2011-07-21 | Add fixme comment. | Sebastian Pop | 1 | -1/+18 |
2011-07-21 | Cleanup function params using a struct. | Sebastian Pop | 1 | -206/+130 |
2011-07-21 | Record the loop level that defines a clast_name. | Sebastian Pop | 1 | -20/+41 |
2011-07-21 | Do not compute twice type, lb, and ub. | Sebastian Pop | 1 | -31/+30 |
2011-07-21 | Start counting nesting level from 0 and use the standard "Polyhedral SCatteri... | Sebastian Pop | 1 | -6/+5 |
2011-07-05 | Fix computation of precision. | Sebastian Pop | 1 | -69/+9 |
2011-07-05 | Correct typo. | Sebastian Pop | 1 | -1/+1 |