Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-04-20 | remove useless if-before-free tests | Jim Meyering | 1 | -2/+1 |
2011-03-12 | Fix PR47127: call cloog_state_malloc and cloog_state_free only once. | Sebastian Pop | 1 | -22/+15 |
2010-12-29 | Use diagnostic-core.h instead of diagnostic.h. | Sebastian Pop | 1 | -1/+1 |
2010-12-28 | Do not include unnecessary .h files. | Sebastian Pop | 1 | -14/+0 |
2010-12-17 | re PR middle-end/46761 (-fgraphite-identity produces wrong code for array ini... | Alexander Monakov | 1 | -12/+16 |
2010-12-16 | Fix PR46404: call scev_reset to reset the number of iterations as well. | Sebastian Pop | 1 | -1/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-09-30 | Fix Graphite memory leaks. | Sebastian Pop | 1 | -0/+2 |
2010-09-30 | New flag: -fgraphite-dump-cloog. | Sebastian Pop | 1 | -0/+36 |
2010-09-30 | CDI_POST_DOMINATORS are not used in Graphite. | Sebastian Pop | 1 | -1/+0 |
2010-09-30 | Fix 435.gromacs miscompile. | Sebastian Pop | 1 | -1/+1 |
2010-09-30 | Generate in priority signed types for integer constants. | Sebastian Pop | 1 | -3/+9 |
2010-09-30 | Avoid lang_hooks, call build_nonstandard_integer_type. | Sebastian Pop | 1 | -1/+11 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-08-11 | Adapt to new CloogScattering abstraction, introduced in official CLooG versio... | Andreas Simbuerger | 1 | -12/+13 |
2010-08-11 | Introduce compatibility to newer CLooG's CloogState and mask the use with mac... | Andreas Simbuerger | 1 | -18/+30 |
2010-08-11 | Adapt to new CLAST structure within upstream CLooG version and retain compati... | Andreas Simbuerger | 1 | -11/+17 |
2010-08-11 | Make CLooG options compatible to newer CLooG releases and pass options to bui... | Andreas Simbuerger | 1 | -4/+9 |
2010-08-11 | Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG. | Andreas Simbuerger | 1 | -0/+1 |
2010-08-11 | Remove expand_scalar_variables_ hack. | Sebastian Pop | 1 | -87/+42 |
2010-08-11 | Remove insert_loop_close_phis. | Sebastian Pop | 1 | -4/+0 |
2010-08-11 | Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-ut... | Andreas Simbuerger | 1 | -0/+1 |
2010-08-11 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -23/+23 |
2010-08-11 | Replace map with rename_map. | Sebastian Pop | 1 | -3/+3 |
2010-08-11 | Remove copy_renames. | Sebastian Pop | 1 | -56/+7 |
2010-08-11 | Remove rename_nb_iterations and rename_sese_parameters | Sebastian Pop | 1 | -7/+1 |
2010-08-11 | Also rewrite out of SSA scalar dependences going outside the SCoP region. | Sebastian Pop | 1 | -4/+0 |
2010-06-15 | Fix PR44391: use size_one_node for pointer types. | Sebastian Pop | 1 | -12/+5 |
2010-06-12 | Don't call pbb_to_depth_to_oldiv from compute_type_for_level. | Sebastian Pop | 1 | -38/+8 |
2010-06-02 | Use smallest_mode_for_size for computing the precision types of new graphite ... | Sebastian Pop | 1 | -1/+11 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -3/+3 |
2010-05-06 | Replace Value with mpz_t | Andreas Simbuerger | 1 | -9/+9 |
2010-05-06 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -6/+6 |