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
2014-10-23
fold-const.c (fold_binary_loc): Preserve side-effects of X - X when simplifyi...
Richard Biener
1
-1
/
+1
2014-10-17
fold-const.c (fold_comparison): Remove redundant constant folding and operand...
Richard Biener
1
-8
/
+12
2014-09-22
Workaround following [PATCH] Pul all constants last in tree_swap_operands_p
Alan Lawrence
1
-2
/
+2
2014-09-19
re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)
Jan Hubicka
1
-1
/
+1
2014-09-12
tree.c (integer_each_onep): New function.
Marc Glisse
1
-4
/
+6
2014-09-05
re PR tree-optimization/63148 (r187042 causes auto-vectorization failure for ...
Richard Biener
1
-223
/
+0
2014-08-15
fold-const.c (tree_swap_operands_p): Put all constants last...
Richard Biener
1
-22
/
+4
2014-08-07
fold-const.c (fold_binary_loc): Add folding of (PTR0 - (PTR1 p+ A) -> (PTR0 -...
Marek Polacek
1
-0
/
+13
2014-07-28
re PR middle-end/61734 (Regression in ABS_EXPR recognition)
Eric Botcazou
1
-1
/
+5
2014-07-25
re PR middle-end/61762 (failure to optimize memcpy from constant string)
Richard Biener
1
-35
/
+70
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-1
/
+1
2014-07-15
* fold-const.c (fold_checksum_tree): Fix typo in previous patch.
Jan Hubicka
1
-1
/
+1
2014-07-15
fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
Jan Hubicka
1
-2
/
+4
2014-07-13
cgraph.h (symtab_node): Add nonzero_address.
Jan Hubicka
1
-8
/
+21
2014-07-10
Fix --enable-checking=fold failure.
Thomas Schwinge
1
-1
/
+2
2014-07-08
re PR middle-end/60226 (ICE initializing array of elements with too large ali...
Marek Polacek
1
-2
/
+1
2014-06-25
fix checking=fold
Trevor Saunders
1
-11
/
+11
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-43
/
+30
2014-06-17
[PR middle-end/61508] fold-const.c:14863:55: error: cannot convert 'const cha...
Thomas Schwinge
1
-2
/
+0
2014-06-02
expr.h: Remove prototypes of functions defined in builtins.c.
Andrew MacLeod
1
-0
/
+1
2014-05-28
re PR middle-end/61045 (Wrong constant folding)
Richard Biener
1
-11
/
+14
2014-05-27
fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2 to X CMP C...
Eric Botcazou
1
-57
/
+49
2014-05-16
fold-const (fold_unary_loc): New case.
Eric Botcazou
1
-1
/
+6
2014-05-15
re PR middle-end/61158 (negative shift at fold-const.c:12095)
Jakub Jelinek
1
-3
/
+9
2014-05-13
fold-const.c (optimize_bit_field_compare): Use wi:: operations instead of con...
Richard Sandiford
1
-16
/
+8
2014-05-11
re PR c/61136 (ice in tree_nop_conversion)
Richard Sandiford
1
-7
/
+7
2014-05-09
re PR middle-end/61111 (Infinite recursion between fold_build2_stat_loc and f...
Kenneth Zadeck
1
-1
/
+1
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-518
/
+310
2014-05-05
re PR middle-end/61010 (Infinite recursion in fold)
Richard Biener
1
-19
/
+14
2014-04-14
re PR tree-optimization/55022 (air.f90 is miscompliled with -m64 -O2 -fgraphi...
Richard Biener
1
-4
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-04
Implement -fsanitize=signed-integer-overflow.
Marek Polacek
1
-2
/
+4
2013-11-27
2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
1
-7
/
+8
2013-11-27
c90-const-expr-8.c: Look for overflow on INT_MIN % -1.
Kenneth Zadeck
1
-1
/
+16
2013-11-27
Don't create out-of-bounds BIT_FIELD_REF.
Tom de Vries
1
-1
/
+1
2013-11-26
Remove parameter keep_aligning from get_inner_reference.
Bernd Edlinger
1
-8
/
+7
2013-11-25
re PR bootstrap/59260 (fold-const.c:14871:5: error: 'hash_table' has not been...
Andrew MacLeod
1
-0
/
+1
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-2
/
+6
2013-11-20
cuintp.c (UI_From_gnu): Use tree_to_shwi.
Kenneth Zadeck
1
-9
/
+9
2013-11-20
fold-const.c (fold_binary_loc): Use unsigned rather than signed HOST_WIDE_INT...
Richard Sandiford
1
-6
/
+6
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+3
2013-11-19
tree.c (int_fits_type_p): Change GET_MODE_BITSIZE to GET_MODE_PRECISION.
Kenneth Zadeck
1
-4
/
+4
2013-11-18
cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.
Richard Sandiford
1
-1
/
+1
2013-11-18
decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.
Richard Sandiford
1
-18
/
+18
2013-11-18
c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.
Richard Sandiford
1
-4
/
+4
2013-11-18
decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.
Richard Sandiford
1
-10
/
+10
2013-11-18
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
Richard Sandiford
1
-8
/
+8
2013-11-15
dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test.
Richard Sandiford
1
-7
/
+6
2013-11-15
* fold-const.c (fold_binary_loc) <comparisons>: Reuse local variable.
Eric Botcazou
1
-2
/
+1
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-0
/
+1
[next]