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
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+1
2011-04-07
re PR target/43920 (Choosing conditional execution over conditional branches ...
Tom de Vries
1
-1
/
+2
2011-04-01
ifcvt.c (cond_exec_process_insns): Disallow converting a block that contains ...
Bernd Schmidt
1
-1
/
+6
2010-12-14
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-123
/
+27
2010-11-30
hwint.c: New.
Joseph Myers
1
-1
/
+0
2010-11-16
* ifcvt.c (dead_or_predicable): Fix typo.
Eric Botcazou
1
-1
/
+1
2010-11-16
re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...
Eric Botcazou
1
-19
/
+38
2010-11-04
re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)
Joern Rennecke
1
-2
/
+2
2010-11-03
Revert revision 164552.
H.J. Lu
1
-19
/
+122
2010-10-21
basic-block.h (find_fallthru_edge): Define.
Nathan Froyd
1
-6
/
+1
2010-10-20
ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs...
Nathan Froyd
1
-4
/
+59
2010-10-15
ifcvt.c (find_active_insn_before): New function.
Chung-Lin Tang
1
-5
/
+49
2010-09-23
re PR rtl-optimization/44374 (Hoist same instructions in different branches)
Bernd Schmidt
1
-122
/
+19
2010-09-13
re PR rtl-optimization/41087 (cris-elf gfortran.dg/zero_sized_3.f90 -O3 -fun...
Hans-Peter Nilsson
1
-2
/
+9
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-2
/
+2
2010-07-30
re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...
Jakub Jelinek
1
-3
/
+1
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-04
optabs.h (optab_handler, [...]): Turn into inline functions that return an in...
Richard Sandiford
1
-1
/
+1
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-1
/
+0
2010-05-03
tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
Steven Bosscher
1
-4
/
+6
2010-04-29
re PR bootstrap/43858 (Bootstrap failure for powerpc-apple-darwin9: cannot co...
Bernd Schmidt
1
-1
/
+1
2010-04-22
ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...
Bernd Schmidt
1
-14
/
+15
2010-04-19
ifcvt.c (noce_try_cmove_arith): Fix long lines.
Eric Botcazou
1
-20
/
+24
2010-04-14
re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)
Bernd Schmidt
1
-4
/
+85
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-01-07
re PR rtl-optimization/42511 (bootstrap error in stage3 on alpha-linux-gnu)
Uros Bizjak
1
-1
/
+2
2010-01-06
* ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
Uros Bizjak
1
-1
/
+6
2010-01-03
postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.
Steven Bosscher
1
-3
/
+4
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-5
/
+5
2009-10-27
target.h (have_conditional_execution): Add a new target hook function.
Wei Guozhi
1
-8
/
+5
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-1
/
+4
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-0
/
+4
2009-09-28
ifcvt.c (noce_try_abs): Recognize pattern and call expand_one_cmpl_abs_nojump.
Easwaran Raman
1
-4
/
+28
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-9
/
+22
2009-06-26
re PR middle-end/40525 (if conversion (in dead_or_predicable) fails for targe...
Steven Bosscher
1
-6
/
+13
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-14
/
+14
2009-05-12
Merge cond-optab branch.
Paolo Bonzini
1
-4
/
+2
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2008-12-18
re PR rtl-optimization/37922 (code generation error)
Kenneth Zadeck
1
-2
/
+2
2008-10-11
re PR middle-end/37448 (cannot compile big function)
Kenneth Zadeck
1
-2
/
+2
2008-09-29
ifcvt.c (noce_emit_store_flag): If using condition from original jump, revers...
Joseph Myers
1
-1
/
+9
2008-09-16
re PR rtl-optimization/37483 (Segfault in noce_try_sign_mask (ifcvt.c): b_unc...
Jakub Jelinek
1
-11
/
+14
2008-09-11
ifcvt.c (check_cond_move_block): Make regs argument pointer to vector pointer.
Jan Hubicka
1
-4
/
+4
2008-09-04
rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...
Ian Lance Taylor
1
-1
/
+1
2008-08-31
fwprop.c (should_replace_address): Add speed attribute.
Jan Hubicka
1
-4
/
+8
2008-08-30
optabs.c (expand_abs_nojump): Update BRANCH_COST call.
Jan Hubicka
1
-14
/
+25
2008-06-30
ifcvt.c (cond_move_process_if_block): Free vectors on false return.
Kenneth Zadeck
1
-5
/
+22
2008-05-16
ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...
Kenneth Zadeck
1
-1
/
+1
2008-05-07
[multiple changes]
Kenneth Zadeck
1
-3
/
+1
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-9
/
+15
[next]