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/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-reassoc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-8
/
+22
2013-04-19
re PR tree-optimization/57000 (ICE with -Ofast and -frounding-math)
Richard Biener
1
-1
/
+2
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-2
/
+1
2013-03-07
re PR middle-end/56559 (ICE in propagate_op_to_single_use, at tree-ssa-reasso...
Jakub Jelinek
1
-1
/
+2
2013-02-18
re PR tree-optimization/56321 (ICE:segfault in midend for -funsafe-math-optim...
Richard Biener
1
-3
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+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
-184
/
+167
2012-11-01
This patch renames sbitmap iterators to unify them with the bitmap iterators.
Lawrence Crowl
1
-3
/
+3
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-31
re PR tree-optimization/19105 (fold does not spot anti-range test)
Jakub Jelinek
1
-30
/
+627
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-4
/
+4
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-2
/
+2
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-12
/
+12
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-1
/
+1
2012-08-13
tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...
Steven Bosscher
1
-2
/
+2
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-38
/
+17
2012-08-03
tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...
Richard Guenther
1
-1
/
+1
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-7
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-3
/
+0
2012-06-27
re PR tree-optimization/53774 (Reassociator generates non-canonical addition)
Richard Guenther
1
-25
/
+11
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-3
/
+3
2012-05-18
tree-ssa-reassoc.c (bip_map): Remove decl.
Bill Schmidt
1
-178
/
+104
2012-05-16
re PR tree-optimization/53217 (internal compiler error: verify_ssa failed)
Bill Schmidt
1
-3
/
+67
2012-04-18
re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...
Bill Schmidt
1
-26
/
+52
2012-04-18
re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...
Bill Schmidt
1
-18
/
+120
2012-04-16
re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...
Bill Schmidt
1
-3
/
+30
2012-04-12
tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to HOST_WIDE_INT_...
Bill Schmidt
1
-2
/
+3
2012-04-12
re PR tree-optimization/18589 (could optimize FP multiplies better)
Bill Schmidt
1
-10
/
+523
2011-10-03
re PR tree-optimization/50587 (ICE init_range_entry, at tree-ssa-reassoc.c:16...
Jakub Jelinek
1
-0
/
+2
2011-09-30
re PR tree-optimization/46309 (optimization a==3||a==1)
Jakub Jelinek
1
-0
/
+455
2011-09-06
PR middle-end/44382: Tree reassociation improvement
Enkovich Ilya
1
-47
/
+248
2011-07-31
re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...
Bill Schmidt
1
-7
/
+151
2011-07-21
re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...
Bill Schmidt
1
-6
/
+5
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-2
/
+0
2011-04-26
re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree...
Jakub Jelinek
1
-1
/
+16
2011-02-14
re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...
Eric Botcazou
1
-1
/
+4
2010-11-16
re PR tree-optimization/44545 (internal compiler error: in remove_unreachable...
Richard Guenther
1
-3
/
+6
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-6
/
+4
2010-10-11
vec.h (VEC_qsort): Define.
Nathan Froyd
1
-10
/
+3
2010-08-25
re PR tree-optimization/45059 (error: invalid operands in binary operation, l...
Jakub Jelinek
1
-0
/
+5
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-6
/
+6
2010-08-12
re PR tree-optimization/45232 (tree reassociation introduces undefined overflow)
Richard Guenther
1
-4
/
+11
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-1
/
+1
2010-06-08
re PR tree-optimization/39874 (missing VRP (submission))
Sandra Loosemore
1
-13
/
+17
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-1
/
+1
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
[next]