index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
graphite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-18
configure.ac: Eliminate ClooG installation dependency.
Roman Gareev
1
-5
/
+32
2014-07-09
remove has_execute
Trevor Saunders
1
-2
/
+0
2014-06-29
Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
Roman Gareev
1
-1
/
+5
2014-06-29
graphite-clast-to-gimple.c: gloog is renamed to graphite_regenerate_ast_cloog.
Roman Gareev
1
-1
/
+1
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-5
/
+2
2014-06-06
cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
Richard Biener
1
-3
/
+3
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-1
/
+1
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-2
/
+2
2014-04-17
remove has_gate
Trevor Saunders
1
-2
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-2
/
+2
2013-12-09
Eliminate profile_status macro.
David Malcolm
1
-1
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+5
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-1
/
+2
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+3
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+1
2013-10-09
tree-flow.h: Remove all remaining prototypes...
Andrew MacLeod
1
-1
/
+108
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-1
/
+1
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-3
/
+4
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-4
/
+4
2012-09-07
bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.
Steven Bosscher
1
-2
/
+2
2012-07-02
cloog.m4: Set up to work against ISL only.
Richard Guenther
1
-12
/
+26
2012-07-02
[multiple changes]
Richard Guenther
1
-2
/
+0
2012-06-22
[multiple changes]
Richard Guenther
1
-0
/
+5
2011-03-12
Fix PR47127: call cloog_state_malloc and cloog_state_free only once.
Sebastian Pop
1
-0
/
+4
2010-12-29
Use diagnostic-core.h instead of diagnostic.h.
Sebastian Pop
1
-1
/
+1
2010-12-28
Fix bootstrap without graphite.
Sebastian Pop
1
-0
/
+1
2010-12-28
Do not include unnecessary .h files.
Sebastian Pop
1
-15
/
+0
2010-12-01
Postpone the rewrite out of SSA to the end of the translation to polyhedral r...
Sebastian Pop
1
-23
/
+6
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-09-30
Fix PR45758: reset scevs before Graphite.
Sebastian Pop
1
-0
/
+1
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-5
/
+5
2010-08-11
Remove cloog_initialize and cloog_finalize when using official CLooG releases.
Andreas Simbuerger
1
-0
/
+8
2010-08-11
Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...
Sebastian Pop
1
-0
/
+1
2010-08-11
Add more debug counter guards.
Sebastian Pop
1
-6
/
+11
2010-08-11
Remove rename_nb_iterations and rename_sese_parameters
Sebastian Pop
1
-1
/
+1
2010-08-11
Detect commutative reductions in all the scops before rewriting out of SSA al...
Sebastian Pop
1
-0
/
+14
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-03-13
Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
Sebastian Pop
1
-1
/
+1
2010-02-11
re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...
Sebastian Pop
1
-13
/
+6
2010-01-08
re PR tree-optimization/42521 (ICE: in graphite_loop_normal_form, at graphite...
Sebastian Pop
1
-4
/
+2
2009-11-25
graphite-clast-to-gimple.c (find_pbb_via_hash): Moved up.
Sebastian Pop
1
-20
/
+0
2009-11-25
cfgloop.c (alloc_loop): Initialize loop->single_iv.
Sebastian Pop
1
-0
/
+16
[next]