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
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
2009-03-30
fold-const.c (const_binop, [...]): Do not set TREE_CONSTANT_OVERFLOW.
Paolo Bonzini
1
-32
/
+5
2009-03-28
fold-const.c (get_pointer_modulus_and_residue): New parameter allow_func_align.
Martin Jambor
1
-5
/
+13
2009-03-28
re PR tree-optimization/37795 (if-combine doesn't optimize != after >= test)
Richard Guenther
1
-2
/
+0
2009-03-27
gimplify.c (mark_addressable): Export.
Richard Guenther
1
-46
/
+9
2009-03-11
fold-const.c (fold_comparison): Only call fold_inf_compare if the mode suppor...
Ulrich Weigand
1
-1
/
+2
2009-03-09
* fold-const.c (fold_unary): Fix comment.
Eric Botcazou
1
-6
/
+6
2009-01-23
re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)
Paolo Bonzini
1
-0
/
+18
2009-01-16
re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp...
Richard Guenther
1
-14
/
+0
2009-01-09
Update Copyright year.
Jakub Jelinek
1
-1
/
+1
2009-01-09
re PR middle-end/38771 (error: non-trivial conversion in unary operation)
Jakub Jelinek
1
-3
/
+7
2009-01-07
re PR middle-end/38751 (odd performance regression with -Os)
Richard Guenther
1
-5
/
+11
2008-12-30
re PR tree-optimization/38564 (Revision 142662 caused ICE in insert_into_pred...
Richard Guenther
1
-6
/
+6
2008-12-23
[multiple changes]
Andrew Pinski
1
-3
/
+4
2008-12-06
re PR middle-end/38422 (union/bitfield causes cc1/cc1plus to run out of memory.)
Jakub Jelinek
1
-5
/
+10
2008-12-05
re PR middle-end/37248 (regression transformation bitfield to individual bytes)
Jakub Jelinek
1
-6
/
+368
2008-12-05
re PR c/38408 (compilation error during bootstrap in fold-const.c using TOT!)
Jakub Jelinek
1
-1
/
+1
2008-12-04
re PR middle-end/38371 (Fold check error during bootstrap)
Jakub Jelinek
1
-2
/
+5
2008-12-02
re PR tree-optimization/38359 (ICE in set_lattice_value, at tree-ssa-ccp.c:466)
Richard Guenther
1
-1
/
+2
2008-11-12
re PR target/35366 (gfortran.dg/equiv_7.f90 fails with -m64 -Os on powerpc-ap...
Jakub Jelinek
1
-0
/
+34
2008-10-29
re PR middle-end/11492 (Bogus warning with -Wsign-compare)
Manuel López-Ibáñez
1
-8
/
+31
2008-10-28
re PR middle-end/37931 (ice: verify_gimple failed)
Jakub Jelinek
1
-0
/
+3
2008-10-24
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...
Manuel López-Ibáñez
1
-12
/
+0
2008-10-22
re PR middle-end/37882 (Bitfield miscompilation)
Jakub Jelinek
1
-1
/
+6
2008-10-16
re PR tree-optimization/37664 (ice in remove_range_assertions, at tree-vrp.c:...
Jakub Jelinek
1
-1
/
+0
[next]