PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / graphite.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-17 Sebastian Popreplace ISL with isl
2015-12-17 Sebastian Popmove all isl include files to graphite.h
2015-12-02 Aditya Kumarrename flag_loop_optimize_isl to flag_loop_nest_optimize
2015-11-24 Aditya Kumarmove all declarations to a same .h file
2015-11-23 Aditya Kumarfix PR68279: bail out when scev gets instantiated to...
2015-11-23 David EdelsohnCorrect graphite*.c ISL header file inclusion order.
2015-11-12 Aditya KumarPreserve the original program while using graphite.
2015-10-27 Richard Bienercfg.c (free_edge): Add function argument and use it...
2015-10-21 Aditya KumarRefactoring sese.h and graphite-poly.h
2015-10-10 Aditya Kumarclean up debug functions
2015-10-07 Aditya Kumarmove graphite bookkeeping from sese to sese_info
2015-10-06 Aditya KumarMove declarations, assign types, renaming.
2015-10-05 Aditya Kumarmove param detection to scop detection
2015-09-28 Sebastian PopRedesign Graphite scop detection
2015-08-27 Sebastian Popremove -floop-* flags
2015-08-27 Sebastian Popremove -floop-unroll-and-jam
2015-08-12 Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11 Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-21 Mike Frysingerconfigure.ac: Add check for new options in isl-0.15.
2015-07-18 Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-07-13 Andrew MacLeodomega.h: Don't include config.h...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-06 Jim Wilsongraphite-blocking.c (HAVE_isl): Include <stddef.h>.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-15 Mircea NamolaruNew unroll and jam option in Graphite.
2014-11-10 Roman GareevMakefile.in: Remove the compilation of graphite-clast...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-08-18 Roman Gareevconfigure.ac: Eliminate ClooG installation dependency.
2014-07-09 Trevor Saundersremove has_execute
2014-06-29 Roman GareevMakefile.in: Add the compilation of graphite-isl-ast...
2014-06-29 Roman Gareevgraphite-clast-to-gimple.c: gloog is renamed to graphit...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-06 Richard Bienercfgexpand.c (expand_gimple_cond): Remove check for...
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09 David MalcolmEliminate profile_status macro.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21 Diego NovilloRe-factor inclusion of tree.h.
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-09 Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-07 Steven Bosscherbitmap.c (bitmap_last_set_bit): Rewrite to return the...
2012-07-02 Richard Guenthercloog.m4: Set up to work against ISL only.
2012-07-02 Richard Guenther[multiple changes]
2012-06-22 Richard Guenther[multiple changes]
2011-03-12 Sebastian PopFix PR47127: call cloog_state_malloc and cloog_state_fr...
2010-12-29 Sebastian PopUse diagnostic-core.h instead of diagnostic.h.
2010-12-28 Sebastian PopFix bootstrap without graphite.
2010-12-28 Sebastian PopDo not include unnecessary .h files.
2010-12-01 Sebastian PopPostpone the rewrite out of SSA to the end of the trans...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-09-30 Sebastian PopFix PR45758: reset scevs before Graphite.
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-11 Andreas SimbuergerRemove cloog_initialize and cloog_finalize when using...
2010-08-11 Sebastian PopSplit rewrite_cross_bb_scalar_deps_out_of_ssa out from...
2010-08-11 Sebastian PopAdd more debug counter guards.
2010-08-11 Sebastian PopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11 Sebastian PopDetect commutative reductions in all the scops before...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-13 Sebastian PopAdd PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
2010-02-11 Sebastian Popre PR tree-optimization/42771 ([graphite] ICE: in graph...
2010-01-08 Sebastian Popre PR tree-optimization/42521 (ICE: in graphite_loop_no...
2009-11-25 Sebastian Popgraphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.
2009-11-25 Sebastian Popcfgloop.c (alloc_loop): Initialize loop->single_iv.
2009-11-25 Sebastian Popgraphite.c (graphite_initialize): Do not handle functio...
2009-08-12 Sebastian PopRemove pragma GCC diagnostic warning "-Wc++-compat".
2009-08-12 Sebastian PopRecompute profile after Graphite.
2009-08-01 Sebastian PopRename -fgraphite-force-parallel to -floop-parallelize...
2009-07-31 Sebastian PopNew implementation of Graphite.
2009-07-30 Andrew MacLeodAdd source_location support to PHI arguments.
2009-06-27 Paolo Bonzinidomwalk.h (struct dom_walk_data): Remove all callbacks...
2009-06-10 Ian Lance Taylorre PR bootstrap/40408 (bootstrap boken again!)
2009-06-09 Sebastian Popgraphite.c: Revert previous patch.
2009-06-09 Sebastian Popre PR bootstrap/40103 (CLooG header files are not ...
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-12 Ian Lance Taylorre PR bootstrap/40103 (CLooG header files are not ...
2009-04-03 Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-18 Sebastian Popgraphite.c (exclude_component_ref): Renamed contains_co...
2009-03-04 Zdenek Dvorakgraphite.c (nb_reductions_in_loop): Update simple_iv...
2009-03-03 Sebastian Popre PR middle-end/39335 (ICE in GCC 4.4 with -O[123...
2009-02-27 Sebastian Popre PR middle-end/39308 (ICE when compiling with -O...
next