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/gfortran-test
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-15
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-15
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-ivopts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-13
re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...
Bin Cheng
1
-6
/
+21
2013-12-11
revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...
Bin Cheng
1
-13
/
+5
2013-12-10
cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.
Oleg Endo
1
-2
/
+2
2013-12-10
re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...
Bin Cheng
1
-5
/
+13
2013-11-27
2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
1
-2
/
+2
2013-11-26
Remove parameter keep_aligning from get_inner_reference.
Bernd Edlinger
1
-2
/
+2
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-3
/
+7
2013-11-20
cuintp.c (UI_From_gnu): Use tree_to_shwi.
Kenneth Zadeck
1
-2
/
+2
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...
Richard Biener
1
-2
/
+1
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-19
tree-ssa-loop-ivopts.c (enum ainc_type): New.
Bin Cheng
1
-12
/
+52
2013-11-18
decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.
Richard Sandiford
1
-1
/
+1
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-2
/
+2
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-12
tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refactor the code.
Bin Cheng
1
-18
/
+23
2013-11-07
tree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equality using operand_equa...
Bin Cheng
1
-2
/
+6
2013-11-07
tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.
Bin Cheng
1
-1
/
+20
2013-10-28
tree-ssa-loop-ivopts.c (strip_offset_1): Change parameter type.
Bin Cheng
1
-15
/
+31
2013-10-24
tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p ): Check both [reg+mu...
Igor Shevlyakov
1
-4
/
+7
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-0
/
+3
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-0
/
+9
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+1
2013-10-09
tree-flow.h: Move some protoypes.
Andrew MacLeod
1
-27
/
+0
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-09-02
tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): Find auto-incre...
Bin Cheng
1
-8
/
+22
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-32
/
+33
2013-04-11
re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters...
Richard Biener
1
-0
/
+48
2013-02-20
tree-ssa-loop-ivopts.c (alloc_use_cost_map): Use bitmap_count_bits and ceil_l...
Richard Biener
1
-10
/
+7
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-12
re PR middle-end/55481 (-O2 generates a wrong-code infinite loop in C++Benchm...
Zdenek Dvorak
1
-32
/
+10
2012-12-11
tree-ssa-loop-ivopts.c (prepare_decl_rtl): Generate RTL only for a DECL which...
Eric Botcazou
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-40
/
+30
2012-11-15
re PR tree-optimization/54619 (GCC aborts during compilation with '-O2 -mips16')
Tom de Vries
1
-3
/
+28
2012-11-04
re PR debug/54693 (VTA guality issues with loops)
Alexandre Oliva
1
-1
/
+105
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-3
/
+3
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-1
/
+1
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-19
/
+17
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-1
/
+1
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-4
/
+4
2012-08-13
re PR c/53968 (integer undefined behaviors in GCC)
Jakub Jelinek
1
-3
/
+3
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-0
/
+4
2012-08-09
tree.h (SSA_VAR_P): Simplify.
Richard Guenther
1
-1
/
+1
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-1
/
+0
2012-07-27
expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...
Nathan Froyd
1
-12
/
+12
2012-07-26
tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
Bill Schmidt
1
-291
/
+15
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+0
[next]