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/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
/
ifcvt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-2
/
+2
2019-10-02
ifcvt: improve cost estimation (PR 87047)
Alexander Monakov
1
-4
/
+13
2019-07-18
Make ifcvt clean up dead comparisons
Richard Sandiford
1
-1
/
+6
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-4
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-20
poly_int: SUBREG_BYTE
Richard Sandiford
1
-4
/
+4
2017-12-11
ifcvt: Call fixup_partitions (PR83361)
Segher Boessenkool
1
-0
/
+4
2017-11-30
spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.
Jakub Jelinek
1
-1
/
+1
2017-10-19
asan.c (create_cond_insert_point): Do not update edge count.
Jan Hubicka
1
-2
/
+0
2017-10-09
Replace insn_rtx_cost with insn_cost and pattern_cost
Segher Boessenkool
1
-6
/
+6
2017-08-30
Add a partial_subreg_p predicate
Richard Sandiford
1
-2
/
+2
2017-08-30
[25/77] Use is_a <scalar_int_mode> for bitmask optimisations
Richard Sandiford
1
-2
/
+5
2017-07-16
profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...
Jan Hubicka
1
-14
/
+15
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-18
/
+11
2017-04-29
re PR rtl-optimization/80491 (Compiler regression for long-add case.)
Jakub Jelinek
1
-1
/
+8
2017-04-04
re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242...
Jakub Jelinek
1
-82
/
+15
2017-02-23
re PR tree-optimization/79389 (30% performance regression in SciMark2 MonteCa...
Jakub Jelinek
1
-32
/
+60
2017-01-23
re PR rtl-optimization/78634 (30% performance drop after r242832.)
Bernd Schmidt
1
-1
/
+1
2017-01-15
ifcvt: Don't make invalid insns for a cond trap (PR78751)
Segher Boessenkool
1
-0
/
+5
2017-01-05
re PR rtl-optimization/78812 (Wrong code generation due to hoisting memory lo...
Jeff Law
1
-13
/
+0
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-24
re PR rtl-optimization/78120 (If conversion no longer performed)
Bernd Schmidt
1
-10
/
+21
2016-10-21
make LABEL_REF_LABEL a rtx_insn *
Trevor Saunders
1
-4
/
+4
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-03
Revert: [RTL ifcvt] Transform (X == CST) ? -CST : Y into (X == CST) ? -X : Y ...
Kyrylo Tkachov
1
-80
/
+0
2016-09-30
[RTL ifcvt] Transform (X == CST) ? -CST : Y into (X == CST) ? -X : Y when con...
Kyrylo Tkachov
1
-0
/
+80
2016-09-16
Add inline functions for various bitwise operations.
Jason Merrill
1
-2
/
+2
2016-07-21
[Patch 2/2 ifcvt costs] Introduce a new cost model for ifcvt.
James Greenhalgh
1
-93
/
+95
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-4
/
+4
2016-07-05
[RTL ifcvt] PR rtl-optimization/71594: ICE in noce_emit_cmove due to mismatch...
Kyrylo Tkachov
1
-0
/
+35
2016-06-15
[RTL ifcvt] Allow simple register subregs in noce_convert_multiple_sets
Kyrylo Tkachov
1
-3
/
+9
2016-06-09
[RTL ifcvt] Print name of noce trasform that succeeded in dump file
Kyrylo Tkachov
1
-1
/
+35
2016-06-06
[3/3][RTL ifcvt] PR middle-end/37780: Conditional expression with __builtin_c...
Kyrylo Tkachov
1
-0
/
+34
2016-05-25
[RTL ifcvt] PR rtl-optimization/66940: Avoid signed overflow in noce_get_alt_...
Kyrylo Tkachov
1
-4
/
+8
2016-02-16
re PR rtl-optimization/69291 (wrong code at -O1 for ruby-2.3.0/regcomp.c:985:...
Richard Biener
1
-1
/
+2
2016-02-11
re PR rtl-optimization/69291 (wrong code at -O1 for ruby-2.3.0/regcomp.c:985:...
Richard Biener
1
-1
/
+4
2016-02-01
ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false when count is in...
Jakub Jelinek
1
-7
/
+5
2016-02-01
re PR rtl-optimization/69570 (if-conversion bug on i?86)
Jakub Jelinek
1
-1
/
+1
2016-01-21
re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...
Yuri Rumyantsev
1
-1
/
+3
2016-01-12
re PR target/69175 (ICE in haifa_luid_for_non_insn, at haifa-sched.c:7895)
Jakub Jelinek
1
-1
/
+1
2016-01-11
[RTL-ifcvt] PR rtl-optimization/68841: Make sure one basic block doesn't clob...
Kyrylo Tkachov
1
-10
/
+23
2016-01-11
re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...
Yuri Rumyantsev
1
-4
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-01
re PR target/69015 (ICE: RTL check: expected code 'code_label', have 'return'...
Jakub Jelinek
1
-2
/
+5
2015-12-10
re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)
Jakub Jelinek
1
-32
/
+9
2015-12-10
Fix -Wmisleading-indentation warning in ifcvt.c
David Malcolm
1
-6
/
+6
2015-12-03
[RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that checks for clobber...
Kyrylo Tkachov
1
-19
/
+19
2015-11-27
Fix FAIL: gcc.c-torture/execute/20050124-1.c -O2 (internal compiler error)
Kyrylo Tkachov
1
-3
/
+2
[next]