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
2003-06-06
re PR target/11052 ([arm] noce_process_if_block() can loose REG_INC notes)
Richard Earnshaw
1
-0
/
+9
2003-06-06
function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
Jan Hubicka
1
-3
/
+3
2003-06-03
optabs.c (expand_abs_nojump): Split out from ...
Richard Henderson
1
-1
/
+2
2003-04-14
* ifcvt.c (noce_process_if_block): Fail on BLKmode move.
Douglas B Rupp
1
-1
/
+1
2003-03-23
re PR rtl-optimization/10116 (ce2: invalid merge of "join_bb" in the context ...
Richard Henderson
1
-2
/
+4
2003-03-20
ifcvt.c (find_if_case_1): If we add a new bb, update the dominance information.
Richard Earnshaw
1
-0
/
+2
2003-01-23
ifcvt.c (noce_process_if_block): Re-add check vs X being changed in no-else-b...
Richard Henderson
1
-3
/
+10
2003-01-20
re PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?))
Richard Henderson
1
-1
/
+2
2003-01-21
ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a s...
John David Anglin
1
-2
/
+2
2003-01-17
ifcvt.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2003-01-10
ifcvt.c (noce_try_addcc): Do not call emit_conditional_add with weird operands.
Jan Hubicka
1
-16
/
+20
2003-01-07
re PR target/8322 (SSE2 intrinsics broken?)
Jan Hubicka
1
-31
/
+57
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-0
/
+2
2002-09-18
ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B befo...
Richard Henderson
1
-21
/
+9
2002-09-08
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-08-21
tree.c (finish_vector_type): Fix a typo in a comment.
Stan Shebs
1
-4
/
+4
2002-08-10
emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.
Kaveh R. Ghazi
1
-1
/
+1
2002-08-09
* ifcvt.c (find_if_case_2): Test correct basic block for size.
Toshiyasu Morita
1
-1
/
+1
2002-07-30
ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
Richard Henderson
1
-6
/
+8
2002-07-30
Fix null pointer crash and a merge error
Bernd Schmidt
1
-11
/
+3
2002-07-21
Enhancements for the if-conversion pass
Bernd Schmidt
1
-167
/
+555
2002-07-18
ifcvt.c (noce_get_condition): Make certain that the condition is valid at JUMP.
Richard Henderson
1
-20
/
+48
2002-06-20
Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
Jan Hubicka
1
-6
/
+17
2002-06-11
Delete SEQUENCE rtl usage outside of reorg and ssa passes.
David S. Miller
1
-14
/
+14
2002-06-06
i386.md (and promoting splitters): Disable QI to SImode promoting when doing ...
Jan Hubicka
1
-10
/
+13
2002-05-28
basic-block.h (last_basic_block): Declare.
Zdenek Dvorak
1
-17
/
+10
2002-05-27
basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.
Zdenek Dvorak
1
-1
/
+1
2002-05-23
bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...
Zdenek Dvorak
1
-11
/
+6
2002-05-21
bb-reorder.c (make_reorder_chain_1): Modified.
Zdenek Dvorak
1
-5
/
+5
2002-05-16
Revert "Basic block renumbering removal", and two followup patches.
Richard Henderson
1
-21
/
+39
2002-05-16
Basic block renumbering removal.
Zdenek Dvorak
1
-39
/
+21
2002-05-03
ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST.
Richard Henderson
1
-9
/
+9
2002-04-18
ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN blocks.
Richard Henderson
1
-48
/
+31
2002-04-18
ifcvt.c: Include except.h.
Richard Henderson
1
-33
/
+75
2002-03-28
* ifcvt.c (if_convert): Clear aux_for_blocks early enought.
Jan Hubicka
1
-1
/
+2
2002-03-28
rtlanal.c: Include flags.h
Jan Hubicka
1
-29
/
+0
2002-03-18
* ifcvt.c (dead_or_predicable): Fix uninitialized variable.
Kaveh R. Ghazi
1
-1
/
+1
2002-03-07
Add 2002 to the copyright dates.
Richard Sandiford
1
-1
/
+1
2002-03-07
defaults.h (MODE_HAS_NANS, [...]): New.
Richard Sandiford
1
-5
/
+4
2002-02-28
basic-block.h (BB_REACHABLE): Renumber.
Jan Hubicka
1
-31
/
+10
2002-01-31
ifcvt.c (noce_process_if_block): Make a copy of the destination when copying ...
Richard Sandiford
1
-1
/
+1
2002-01-30
ifcvt.c (dead_or_predicable): Handling merging when other_bb and new_dest are...
Richard Henderson
1
-24
/
+40
2002-01-10
basic-block.h (update_br_prob_note): Declare.
Jan Hubicka
1
-0
/
+1
2001-11-27
ifcvt.c (noce_try_store_flag_constants): Test for overflow in computing DIFF.
Richard Henderson
1
-0
/
+6
2001-11-15
jump.c (squeeze_notes): Return true if no real insns were found.
Jakub Jelinek
1
-1
/
+2
2001-11-11
expmed.c (extract_bit_field): No longer pass in alignment.
Richard Kenner
1
-2
/
+1
2001-11-04
ChangeLog.2, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-10-27
* ifcvt.c (if_convert): Call clear_aux_for_blocks.
Jan Hubicka
1
-0
/
+1
2001-10-23
alias.c (can_address_p): Compnonents are not addressable if the containing ty...
Richard Kenner
1
-0
/
+2
2001-10-09
c-common.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
[next]