aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus1-6/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-67/+73
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-5/+0
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-18configure.ac: Eliminate ClooG installation dependency.Roman Gareev1-2/+4
2014-08-11Replacement of isl_int by isl_valMircea Namolaru1-41/+39
2014-07-28[gcc/]Roman Gareev1-0/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+3
2014-04-28tree-pass.h (TODO_verify_il): Define.Richard Biener1-1/+1
2014-04-08re PR tree-optimization/60785 (ICE in gsi_for_stmt w/ -O2 -ftree-loop-linear)Richard Biener1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-8/+8
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-24Don't include extra "expr.h" in graphite-sese-to-poly.cH.J. Lu1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-5/+4
2013-11-19graphite-sese-to-poly.c: Include expr.h.Andrew MacLeod1-0/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-5/+0
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-31/+8
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-02graphite-scop-detection.c: Include tree-ssa-propagate,h.Andrew MacLeod1-0/+1
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-16/+16
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-62/+42
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-4/+3
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-10/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-07re PR tree-optimization/54886 (FAIL: gcc.dg/graphite/pr(42521|42771).c (inter...Richard Biener1-0/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-141/+150
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-3/+3
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-2/+8