summaryrefslogtreecommitdiff
path: root/gcc/graphite-poly.c
Commit message (Expand)AuthorAgeFilesLines
...
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* 2013-01-03 Marc Glisse <marc.glisse@inria.fr>glisse2013-01-031-6/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-41/+43
* * graphite-poly.c (print_pbb_body): Fixup dump_bb call.steven2012-07-181-1/+1
* gcc/steven2012-07-161-1/+1
* 2012-07-04 Tobias Grosser <tobias@grosser.es>rguenth2012-07-041-0/+5
* 2012-07-02 Richard Guenther <rguenther@suse.de>rguenth2012-07-021-837/+196
* gcc/mkuvyrkov2012-03-021-3/+0
* PR45450: disable legality check after an openscop readspop2011-07-271-1/+5
* Fix pbb_remove_duplicate_pdrs.spop2011-01-251-6/+7
* Use diagnostic-core.h instead of diagnostic.h.spop2010-12-291-1/+1
* Do not include unnecessary .h files.spop2010-12-281-17/+2
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...spop2010-12-011-4/+6
* Add a stride parameter to scop_do_strip_mine.spop2010-12-011-1/+1
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Startjsm282010-11-101-6/+6
* Fix Graphite memory leaks.spop2010-09-301-0/+2
* Only iterate over pbb_dim_iter_domain.spop2010-09-301-2/+4
* New pass: loop flattening.spop2010-09-301-1/+5
* Add cloog_checksum.spop2010-09-301-0/+18
* Fix pbb_number_of_iterations_at_time.spop2010-09-301-50/+93
* Call fatal_error when the transform read from file is not legal.spop2010-09-301-1/+5
* Fix pretty printers.spop2010-09-301-21/+15
* Fix uninitialize warning.spop2010-09-301-1/+1
* Avoid set but not used warning.spop2010-09-301-2/+1
* Dump each scop in a separate file.spop2010-09-301-2/+66
* Enable graphite to read an OpenScop file.spop2010-09-301-0/+259
* Fix include order to avoid failed compilation on CLOOG_ORG.spop2010-09-301-1/+1
* Remove spaces from matrix lines.spop2010-09-301-5/+5
* Fix columns order in openscop.spop2010-09-301-2/+2
* Write OpenScop format.spop2010-09-301-23/+280
* Add DEBUG_FUNCTION to all the dot_* debugging functions.spop2010-09-171-1/+1
* gcc/froydnj2010-08-201-20/+20
* Fix flipped condition using mpz_sgn.spop2010-08-111-1/+1
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...spop2010-08-111-1/+0
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.spop2010-08-111-1/+1
* Launch dotty in background.spop2010-08-111-1/+1
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-13/+13
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-0/+2
* Replace Value with mpz_tspop2010-05-061-4/+4
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.spop2010-05-061-8/+8
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* Add a verbosity parameter to clean up the comments of pretty printers.spop2010-03-311-168/+309
* Print SCoPs under CLooG format.spop2010-03-311-16/+76