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