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-ccp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-2
/
+2
2011-10-07
re PR middle-end/50527 (inconsistent vla align)
Tom de Vries
1
-18
/
+21
2011-09-26
tree-ssa-alias.h (pt_solution_singleton_p): Declare.
Tom de Vries
1
-0
/
+11
2011-09-03
cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
Eric Botcazou
1
-2
/
+2
2011-09-02
tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
Richard Guenther
1
-7
/
+11
2011-08-31
re PR middle-end/43513 (The stack pointer is adjusted twice)
Tom de Vries
1
-0
/
+60
2011-08-10
re PR tree-optimization/49937 (g++.dg/tree-ssa/fwprop-align.C)
Richard Guenther
1
-63
/
+14
2011-06-29
re PR middle-end/49545 (New C++ test failures)
Richard Sandiford
1
-4
/
+0
2011-06-27
builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
Jakub Jelinek
1
-0
/
+67
2011-06-22
tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...
Jakub Jelinek
1
-1
/
+17
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+2
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-0
/
+5
2011-04-18
gimple.h (gimple_call_addr_fndecl): New function.
Richard Guenther
1
-12
/
+0
2011-04-08
gimple.h (gimple_call_fntype): New function.
Richard Guenther
1
-1
/
+1
2011-03-24
re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])
Richard Guenther
1
-603
/
+5
2011-03-16
gimple-fold.c (maybe_fold_reference): Open-code relevant constant folding.
Richard Guenther
1
-0
/
+11
2011-01-31
re PR tree-optimization/47538 (GNU Scientific Library miscompiled by gcc 4.6)
Jakub Jelinek
1
-2
/
+17
2011-01-11
re PR tree-optimization/47239 ((int)&func & 3 is always optimized to 0 on som...
Richard Guenther
1
-0
/
+4
2011-01-03
re PR tree-optimization/47155 (ccp caused miscompilation)
Jakub Jelinek
1
-2
/
+2
2011-01-02
Bump Copyright years.
Jakub Jelinek
1
-1
/
+1
2011-01-02
re PR tree-optimization/47140 (error: conversion of register to a different s...
Jakub Jelinek
1
-1
/
+2
2010-12-15
re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-10
/
+2
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-22
tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.
Richard Guenther
1
-4
/
+0
2010-10-20
re PR tree-optimization/45919 (ICE: SIGSEGV in fold_ctor_reference (tree-ssa-...
Jakub Jelinek
1
-6
/
+13
2010-10-13
re PR objc/45878 (Can't compile even a trivial ObjC program with -fexceptions...
Richard Guenther
1
-9
/
+18
2010-10-04
re PR middle-end/45871 (lto bootstrap miscompiles expmed.c)
Jan Hubicka
1
-19
/
+18
2010-10-02
tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when call destination ...
Jan Hubicka
1
-0
/
+11
2010-09-28
tree-ssa-ccp.c (fold_ctor_reference): New function.
Jan Hubicka
1
-152
/
+285
2010-09-20
re PR tree-optimization/45605 (Missed devirtualization)
Jan Hubicka
1
-3
/
+1
2010-09-13
tree.c (build_zero_cst): New.
Jan Hubicka
1
-99
/
+89
2010-09-10
* tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
Jan Hubicka
1
-6
/
+3
2010-09-10
Check that result of string folding is of integral type.
H.J. Lu
1
-2
/
+3
2010-09-09
tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of string foldin...
Jan Hubicka
1
-3
/
+4
2010-09-07
tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of array_ref_low_boun...
Jan Hubicka
1
-3
/
+16
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-3
/
+1
2010-09-04
foldconst-2.c: New testcase.
Jan Hubicka
1
-27
/
+7
2010-09-03
cgraph.h (struct varpool_node): Add const_value_known.
Jan Hubicka
1
-3
/
+6
2010-08-12
tree-flow.h (struct ptr_info_def): Add align and misalign fields.
Richard Guenther
1
-0
/
+60
2010-08-10
tree.h (get_object_alignment): Adjust prototype.
Richard Guenther
1
-2
/
+1
2010-08-06
tree-ssa-ccp.c (struct prop_value_d): Add mask member.
Richard Guenther
1
-55
/
+699
2010-08-04
tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...
Richard Guenther
1
-1
/
+12
2010-08-04
tree-ssa-ccp.c (get_constant_value): New function.
Richard Guenther
1
-110
/
+62
2010-07-28
tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
Richard Guenther
1
-87
/
+28
2010-07-23
Fix violations of self-assignment check in GCC source.
Le-Chun Wu
1
-3
/
+2
2010-07-14
tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF as base of ARRAY_REFs.
Richard Guenther
1
-0
/
+10
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-07
re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...
Jan Hubicka
1
-1
/
+2
2010-07-02
re PR tree-optimization/44748 (ICE: in fold_convert_const_int_from_real, at f...
Richard Guenther
1
-1
/
+8
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-38
/
+119
[next]