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
2015-09-23
re PR middle-end/67662 (-fsanitize=undefined cries wolf for X - 1 + X when X ...
Richard Biener
1
-5
/
+12
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-1
/
+1
2015-09-18
re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...
Richard Biener
1
-3
/
+26
2015-09-17
Split up optabs.[hc]
Richard Sandiford
1
-1
/
+1
2015-09-16
re PR middle-end/67271 (ICE with -O1,2,3 on darwin14.5 x86_64)
Richard Biener
1
-0
/
+4
2015-09-16
re PR middle-end/67442 (GCC 5.2.0 on x86_64 creates invalid address on specif...
Richard Biener
1
-2
/
+6
2015-09-08
[fold-const.c] Fix bigendian HFmode in native_interpret_real
Alan Lawrence
1
-6
/
+16
2015-09-03
re PR tree-optimization/67351 (Missed optimisation on 64-bit field compared t...
Naveen H.S
1
-26
/
+0
2015-08-31
Move some comparison simplifications to match.pd
Marc Glisse
1
-20
/
+0
2015-08-31
Move some complex simplifications to match.pd
Marc Glisse
1
-90
/
+0
2015-08-26
fold-const.c (fold_binary_loc): Move Optimize root(x)*root(y) as root(x*y) to...
Naveen H.S
1
-79
/
+0
2015-08-21
fold-const.c (fold_binary_loc): Move sqrt(x)*sqrt(x) as x to match.pd.
Naveen H.S
1
-189
/
+1
2015-08-17
arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...
David Sherwood
1
-1
/
+1
2015-07-31
fold-const.c (fold_binary_loc): Remove X ^ C1 == C2 -> X == (C1 ^ C2) which i...
Richard Biener
1
-50
/
+0
2015-07-28
arm.c (neon_element_bits, [...]): Call GET_MODE_INNER unconditionally.
David Sherwood
1
-1
/
+1
2015-07-28
fold-const.c (fold_comparison): Remove equality folding of decl addresses ...
Richard Biener
1
-24
/
+0
2015-07-24
re PR middle-end/66984 (ICE: fold_binary changes type of operand, causing fai...
Gary Funck
1
-1
/
+3
2015-07-24
fold-const.c (fold_binary_loc): Move simplifying of comparisons against the h...
Richard Biener
1
-117
/
+0
2015-07-24
fold-const.c (maybe_canonicalize_comparison_1): Move A code CST canonicalizat...
Richard Biener
1
-66
/
+32
2015-07-24
genmatch.c (add_operator): Allow SSA_NAME as predicate.
Richard Biener
1
-26
/
+2
2015-07-23
generic-match-head.c: Include cgraph.h.
Richard Biener
1
-23
/
+0
2015-07-17
fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
Marek Polacek
1
-24
/
+0
2015-07-16
fold-const.c (fold_widened_comparison): Remove.
Richard Biener
1
-158
/
+0
2015-07-15
fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var and bool_var =...
Richard Biener
1
-10
/
+0
2015-07-10
fold-const.c (distribute_bit_expr): Remove.
Richard Biener
1
-106
/
+0
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-09
reduce conditional compilation for LOAD_EXTEND_OP
Trevor Saunders
1
-6
/
+4
2015-07-08
fold-const.c (fold_widened_comparison): Fix inverted comparison.
Richard Biener
1
-1
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-11
/
+4
2015-07-07
fold-const.c (fold_binary_loc): Move (X & C2) << C1 -> (X << C1) & (C2 << C1)...
Richard Biener
1
-21
/
+0
2015-07-03
fold-const.c (fold_mathfn_compare): Remove.
Richard Biener
1
-286
/
+0
2015-07-03
fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
Richard Biener
1
-19
/
+0
2015-07-02
builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
Richard Biener
1
-84
/
+8
2015-07-01
fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y...
Richard Biener
1
-105
/
+0
2015-07-01
fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and (X & Y) ^ Y -> ~X & Y t...
Richard Biener
1
-57
/
+0
2015-06-30
fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and ~x | ~y -> ~(x &...
Richard Biener
1
-119
/
+0
2015-06-30
fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x)...
Richard Biener
1
-28
/
+6
2015-06-30
fold-const.c (fold_binary_loc): Move ~X | X folding ...
Marek Polacek
1
-18
/
+0
2015-06-30
target-insns.def (canonicalize_funcptr_for_compare): Add.
Richard Biener
1
-9
/
+3
2015-06-29
fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
Marek Polacek
1
-13
/
+0
2015-06-29
genmatch.c (add_operator): Treat ADDR_EXPR as atom.
Richard Biener
1
-10
/
+0
2015-06-26
fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B and -A CMP CST ->...
Richard Biener
1
-59
/
+0
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-9
/
+9
2015-06-25
fold-const.c (fold_binary_loc): Move simplification of (X <<>> C1) & C2 ...
Richard Biener
1
-100
/
+0
2015-06-22
Use std::swap instead of manual swaps.
Mikhail Maltsev
1
-3
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-7
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-26
fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and X % C -> X & (C - 1)...
Richard Biener
1
-37
/
+0
[next]