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
/
fold-const.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-13
re PR middle-end/32628 (bogus integer overflow warning)
Eric Botcazou
1
-73
/
+79
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-2
/
+3
2010-04-07
re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...
Richard Guenther
1
-0
/
+5
2010-04-06
re PR c/43661 (ice in fold_comparison, at fold-const.c:9579)
Richard Guenther
1
-1
/
+3
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-02-03
re PR c++/40138 (ICE with invalid va_arg)
Jason Merrill
1
-1
/
+3
2010-01-21
re PR middle-end/19988 (pessimizes fp multiply-add/subtract combo)
Richard Guenther
1
-1
/
+5
2010-01-14
re PR c/42721 (possible integer wrong code bug)
Jakub Jelinek
1
-2
/
+6
2010-01-13
re PR middle-end/42716 (ICE in extract_range_from_assert, at tree-vrp.c:1423)
Richard Guenther
1
-0
/
+13
2009-12-07
re PR other/40302 (GCC must hard-require MPC before release)
Kaveh R. Ghazi
1
-5
/
+0
2009-12-02
fold-const.c (div_if_zero_remainder): Honor that sizetypes are sign-extending.
Richard Guenther
1
-14
/
+10
2009-12-02
re PR middle-end/41491 (ICE in set_value_range, at tree-vrp.c:386)
Richard Guenther
1
-9
/
+11
2009-12-02
re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...
Ulrich Weigand
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-57
/
+57
2009-11-10
re PR tree-optimization/41987 (expected class ‘constant’, have ‘binaryâ...
Kaveh R. Ghazi
1
-27
/
+29
2009-10-27
re PR bootstrap/41451 (Bootstrap failure with fold checking)
Aldy Hernandez
1
-2
/
+0
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-7
/
+1
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-1
/
+20
2009-09-28
builtins.c (interclass_mathfn_icode): New helper.
Michael Matz
1
-0
/
+5
2009-09-27
fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.
Eric Botcazou
1
-3
/
+13
2009-09-24
re PR middle-end/41435 (GCC doesn't fold complex int division)
Kaveh R. Ghazi
1
-3
/
+68
2009-09-20
re PR middle-end/30789 (complex folding inexact)
Kaveh R. Ghazi
1
-2
/
+6
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-4
/
+0
2009-08-14
re PR middle-end/30789 (complex folding inexact)
Kaveh R. Ghazi
1
-0
/
+10
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-1283
/
+1648
2009-07-15
re PR middle-end/40747 (wrong code for int-is-in-range test at -O1 and above)
Jakub Jelinek
1
-20
/
+24
2009-07-09
re PR middle-end/40692 (Endless recursion between fold_ternary and fold_cond_...
Jakub Jelinek
1
-0
/
+2
2009-07-07
c-lex.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-1
/
+1
2009-06-28
fold-const.c (contains_label_1): Fix comments.
Eric Botcazou
1
-11
/
+12
2009-06-12
cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.
Ian Lance Taylor
1
-4
/
+5
2009-06-03
re PR middle-end/40328 (internal compiler error: in set_ssa_val_to, at tree-s...
Richard Guenther
1
-3
/
+4
2009-05-26
re PR middle-end/40252 (Internal compiler error on samba4 (verify_gimple fail...
Richard Guenther
1
-10
/
+18
2009-05-20
re PR middle-end/40204 (segfault with bitfields in structs)
Jakub Jelinek
1
-3
/
+5
2009-05-20
fold-const.c (build_fold_addr_expr_with_type): Take the address of the operan...
Eric Botcazou
1
-0
/
+7
2009-05-15
re PR c/16302 (gcc fails to warn about some common logic errors)
Manuel López-Ibáñez
1
-7
/
+7
2009-05-15
fold-const.c (fold_convert_const_real_from_real): Check for overflow.
Sandra Loosemore
1
-1
/
+18
2009-05-15
dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.
Eric Botcazou
1
-44
/
+10
2009-05-08
fold-const.c (fold_binary): Do not fold multiplication by 1 or -1 for complex...
Joseph Myers
1
-1
/
+6
2009-04-28
re PR middle-end/39937 (Revision 146831 failed SPEC CPU 2006)
Richard Guenther
1
-2
/
+3
2009-04-24
combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
Ian Lance Taylor
1
-4
/
+8
2009-04-24
re PR middle-end/39867 (Wrong result of conditional operator exp < 2 ? 2U : (...
Paolo Bonzini
1
-10
/
+13
2009-04-22
re PR c/39855 (Shift optimization discards operands' side effects)
Jakub Jelinek
1
-1
/
+2
2009-04-21
c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...
Eric Botcazou
1
-45
/
+63
2009-04-12
fold-const.c (build_range_check): Properly deal with enumeral and boolean bas...
Eric Botcazou
1
-10
/
+15
2009-04-10
re PR middle-end/39701 (Revision 145846 caused many test failures)
Paolo Bonzini
1
-2
/
+6
2009-04-09
expmed.c (expand_divmod): Always use a comparison for a division by a large u...
Paolo Bonzini
1
-2
/
+2
2009-04-08
fold-const.c (const_binop): Combine two VECTOR_CST under operation CODE to pr...
Bingfeng Mei
1
-0
/
+45
2009-04-01
fold-const.c (fold_plusminus_mult_expr): Do not fold i * 4 + 2 to (i * 2 + 1)...
Richard Guenther
1
-1
/
+5
2009-03-31
re PR middle-end/31029 (Fold does not fold C - a == a)
Richard Guenther
1
-11
/
+22
2009-03-31
tree.h (div_if_zero_remainder): Declare.
Richard Guenther
1
-1
/
+1
[next]