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
/
tree-ssa-loop-im.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...
Richard Biener
1
-3
/
+2
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+1
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-1
/
+1
2013-11-17
gimple.h: Reorder prototypes to match .c declaration order...
Andrew MacLeod
1
-0
/
+1
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-0
/
+2
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-11-07
gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.
Aldy Hernandez
1
-2
/
+0
2013-11-06
gimple.h (block_in_transaction): Move to basic-block.h and rename.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-0
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+8
2013-10-17
re PR tree-optimization/58143 (wrong code at -O3)
Richard Biener
1
-1
/
+76
2013-10-09
tree-flow.h: Move some protoypes.
Andrew MacLeod
1
-208
/
+67
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-9
/
+9
2013-09-17
compare-elim.c (find_comparison_dom_walker): New class
Trevor Saunders
1
-36
/
+30
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
-8
/
+8
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-29
/
+33
2013-04-16
re PR tree-optimization/56756 (ICE: verify_ssa failed (definition in block n ...
Richard Biener
1
-6
/
+34
2013-03-25
tree-ssa-loop-im.c (struct mem_ref): Use bitmap_head instead of bitmap.
Richard Biener
1
-77
/
+80
2013-03-25
tree-ssa-loop-im.c (struct depend): Remove.
Richard Biener
1
-29
/
+11
2013-03-22
tree-ssa-loop-im.c (struct mem_ref): Remove indep_ref and dep_ref members.
Richard Biener
1
-21
/
+0
2013-03-22
tree-ssa-loop-im.c (memory_references): Drop all_refs_in_loop.
Richard Biener
1
-16
/
+0
2013-03-22
tree-ssa-loop-im.c (memory_references): Add refs_stored_in_loop bitmaps.
Richard Biener
1
-82
/
+93
2013-03-22
tree-ssa-loop-im.c (struct mem_ref_locs): Remove.
Richard Biener
1
-148
/
+113
2013-03-21
re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)
Richard Biener
1
-38
/
+42
2013-03-21
re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)
Richard Biener
1
-6
/
+41
2013-03-21
tree-ssa-loop-im.c (can_sm_ref_p): Do not test whether ref is stored in the l...
Richard Biener
1
-7
/
+3
2013-03-18
re PR middle-end/39326 (Segmentation fault with -O1, out of memory with -O2)
Richard Biener
1
-34
/
+46
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-08
* tree-ssa-loop-im.c (for_each_index) <CONST_DECL>: New case.
Eric Botcazou
1
-0
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-3
/
+3
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-89
/
+68
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-1
/
+1
2012-10-01
tree.h (copy_mem_ref_info): Delete.
Eric Botcazou
1
-15
/
+8
2012-09-18
statistics.h (CXX_MEM_STAT_INFO): New define.
Richard Guenther
1
-3
/
+3
2012-09-11
re PR middle-end/54149 (write introduction incorrect wrt the C11 memory model)
Aldy Hernandez
1
-3
/
+8
2012-08-21
tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...
Richard Guenther
1
-1
/
+1
2012-08-17
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Steven Bosscher
1
-23
/
+14
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Richard Guenther
1
-5
/
+7
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-2
/
+2
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-15
/
+9
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-3
/
+0
2012-08-02
tree-flow.h (make_rename_temp): Remove.
Richard Guenther
1
-2
/
+2
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-4
/
+1
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-3
/
+21
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+0
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-1
/
+1
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-1
/
+1
[next]