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-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
2015-05-26
match.pd (swapped_tcc_comparison): New operator list.
Marc Glisse
1
-13
/
+0
2015-05-22
re PR other/63387 (Optimize pairs of isnan() calls into a single isunordered())
Marc Glisse
1
-1
/
+1
2015-05-19
Use std::swap instead of explicit swaps
Mikhail Maltsev
1
-6
/
+2
2015-04-17
Handle internal_fn in operand_equal_p
Tom de Vries
1
-4
/
+19
2015-03-12
re PR ipa/65270 (issues with merging memory accesses from different code paths)
Richard Biener
1
-12
/
+10
2015-03-09
re PR ipa/65270 (issues with merging memory accesses from different code paths)
Richard Biener
1
-10
/
+25
2015-03-04
fold-const.c (round_up_loc): Cast divisor to signed on all paths before negat...
Eric Botcazou
1
-3
/
+3
2015-03-03
fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before negating it.
Eric Botcazou
1
-1
/
+1
2015-02-12
re PR tree-optimization/65014 (ice with error: type mismatch in shift express...
Jakub Jelinek
1
-3
/
+6
2015-01-22
* fold-const.c (const_binop): Add early return for non-tcc_binary.
Eric Botcazou
1
-0
/
+4
2015-01-22
make fold ignore decl_with_vis.symtab_node
Trevor Saunders
1
-2
/
+3
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-5
/
+13
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-2
/
+34
[next]