Age | Commit message (Expand) | Author | Files | Lines |
2011-01-25 | Fix pbb_remove_duplicate_pdrs. | Sebastian Pop | 1 | -6/+7 |
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 | -17/+2 |
2010-12-01 | Postpone the rewrite out of SSA to the end of the translation to polyhedral r... | Sebastian Pop | 1 | -4/+6 |
2010-12-01 | Add a stride parameter to scop_do_strip_mine. | Sebastian Pop | 1 | -1/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -6/+6 |
2010-09-30 | Fix Graphite memory leaks. | Sebastian Pop | 1 | -0/+2 |
2010-09-30 | Only iterate over pbb_dim_iter_domain. | Sebastian Pop | 1 | -2/+4 |
2010-09-30 | New pass: loop flattening. | Sebastian Pop | 1 | -1/+5 |
2010-09-30 | Add cloog_checksum. | Sebastian Pop | 1 | -0/+18 |
2010-09-30 | Fix pbb_number_of_iterations_at_time. | Sebastian Pop | 1 | -50/+93 |
2010-09-30 | Call fatal_error when the transform read from file is not legal. | Sebastian Pop | 1 | -1/+5 |
2010-09-30 | Fix pretty printers. | Sebastian Pop | 1 | -21/+15 |
2010-09-30 | Fix uninitialize warning. | Sebastian Pop | 1 | -1/+1 |
2010-09-30 | Avoid set but not used warning. | Sebastian Pop | 1 | -2/+1 |
2010-09-30 | Dump each scop in a separate file. | Riyadh Baghdadi | 1 | -2/+66 |
2010-09-30 | Enable graphite to read an OpenScop file. | Riyadh Baghdadi | 1 | -0/+259 |
2010-09-30 | Fix include order to avoid failed compilation on CLOOG_ORG. | Andreas Simbuerger | 1 | -1/+1 |
2010-09-30 | Remove spaces from matrix lines. | Riyadh Baghdadi | 1 | -5/+5 |
2010-09-30 | Fix columns order in openscop. | Riyadh Baghdadi | 1 | -2/+2 |
2010-09-30 | Write OpenScop format. | Riyadh Baghdadi | 1 | -23/+280 |
2010-09-17 | Add DEBUG_FUNCTION to all the dot_* debugging functions. | Sebastian Pop | 1 | -1/+1 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -20/+20 |
2010-08-11 | Fix flipped condition using mpz_sgn. | Andreas Simbuerger | 1 | -1/+1 |
2010-08-11 | Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem... | Andreas Simbuerger | 1 | -1/+0 |
2010-08-11 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -1/+1 |
2010-08-11 | Launch dotty in background. | Sebastian Pop | 1 | -1/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -13/+13 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-06 | Replace Value with mpz_t | Andreas Simbuerger | 1 | -4/+4 |
2010-05-06 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -8/+8 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+1 |
2010-03-31 | Add a verbosity parameter to clean up the comments of pretty printers. | Sebastian Pop | 1 | -168/+309 |
2010-03-31 | Print SCoPs under CLooG format. | Sebastian Pop | 1 | -16/+76 |
2010-03-31 | Make print_scop output the scoplib format. | Sebastian Pop | 1 | -34/+125 |
2010-02-11 | re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ... | Sebastian Pop | 1 | -0/+2 |
2009-11-25 | graphite-blocking.c (scop_do_block): New. | Sebastian Pop | 1 | -4/+1 |
2009-11-25 | graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops... | Sebastian Pop | 1 | -1/+0 |
2009-11-25 | graphite-interchange.c (lst_perfectly_nested_p): New. | Sebastian Pop | 1 | -0/+1 |
2009-11-25 | graphite-poly.c (pbb_remove_duplicate_pdrs): Free collapsed. | Sebastian Pop | 1 | -0/+1 |
2009-11-25 | graphite-poly.c (new_scop): Initialize SCOP_ORIGINAL_SCHEDULE... | Sebastian Pop | 1 | -0/+6 |
2009-11-25 | graphite-poly.c (pbb_remove_duplicate_pdrs): Initialize PBB_PDR_DUPLICATES_RE... | Sebastian Pop | 1 | -0/+3 |
2009-11-25 | graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST. | Sebastian Pop | 1 | -6/+24 |
2009-11-25 | graphite-poly.c (print_scop): Fix pretty printing of a SCoP. | Sebastian Pop | 1 | -2/+2 |
2009-11-25 | graphite-poly.c (pbb_number_of_iterations_at_time): Cleanup comments. | Sebastian Pop | 1 | -9/+17 |
2009-11-25 | graphite-blocking.c (pbb_do_strip_mine): Removed. | Sebastian Pop | 1 | -1/+1 |
2009-11-25 | graphite-poly.c (loop_to_lst): Fix LST creation. | Sebastian Pop | 1 | -13/+10 |
2009-11-25 | graphite-poly.c (dot_lst_1): New. | Sebastian Pop | 1 | -0/+62 |
2009-11-25 | graphite-poly.c (apply_poly_transforms): Implement the high level driver for ... | Sebastian Pop | 1 | -6/+11 |