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
/
rtlanal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-04-19
Eliminate broken unused function.
James E Wilson
1
-48
/
+0
2004-04-01
rtlanal.c (find_reg_note): Manually unswitch the loop.
Andrew Pinski
1
-2
/
+8
2004-03-20
alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().
Kazu Hirata
1
-2
/
+2
2004-03-05
rtlanal.c: Include target.h and output.h.
Paolo Bonzini
1
-0
/
+106
2004-03-03
alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...
Paolo Bonzini
1
-34
/
+44
2004-02-27
c-decl.c, [...]: Fix comment typos and formatting.
Kazu Hirata
1
-1
/
+1
2004-02-24
rtlanal.c (replace_label): Fix replacing labels in constant pool.
Josef Zlomek
1
-7
/
+4
2004-02-18
rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
Paul Brook
1
-1
/
+5
2004-02-17
c-common.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2004-02-17
Index: ChangeLog
Geoffrey Keating
1
-12
/
+25
2004-02-05
reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs with inner_re...
David Edelsohn
1
-2
/
+2
2004-02-02
rtlanal.c (refers_to_regno_p): Test regno, not inner_regno, against FIRST_PSE...
David Edelsohn
1
-1
/
+1
2004-02-02
rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x).
Paolo Bonzini
1
-12
/
+19
2004-02-02
alias.c (record_set): Use hard_regno_nregs.
Jan Hubicka
1
-15
/
+16
2004-01-22
rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
Roger Sayle
1
-14
/
+25
2004-01-19
re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)
Roger Sayle
1
-1
/
+6
2004-01-12
re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...
Jan Hubicka
1
-0
/
+28
2004-01-06
alias.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2003-10-18
rtl.h (rtl_size): Declare.
Richard Sandiford
1
-1
/
+1
2003-08-24
* rtlanal.c (may_trap_p): Simplify an integer comparison.
Kazu Hirata
1
-3
/
+1
2003-08-22
cfgcleanup.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-07-21
cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
Josef Zlomek
1
-15
/
+14
2003-07-06
jump.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-230
/
+95
2003-07-05
bt-load.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-07-01
basic-block.h: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2003-06-29
alloc-pool.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-06-27
rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...
Kazu Hirata
1
-2
/
+0
2003-06-27
rtl.h (emit_note): Remove FILE parameter.
Nathan Sidwell
1
-1
/
+1
2003-06-23
ChangeLog.1: Fix a typo.
Kazu Hirata
1
-1
/
+1
2003-06-12
re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p)
Richard Henderson
1
-8
/
+2
2003-05-20
* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
Matt Kraai
1
-1
/
+0
2003-04-22
re PR middle-end/8866 (Bug in switch statement code generation -- missing label)
Richard Henderson
1
-0
/
+2
2003-04-19
rtlanal.c (subreg_offset_representable_p): Fix call of subreg_lowpart.
Jan Hubicka
1
-5
/
+8
2003-04-18
rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT and SIGN_EXTRACT.
Roger Sayle
1
-1
/
+3
2003-04-17
emit-rtl.c (subreg_hard_regno): Check that register is representable.
Jan Hubicka
1
-0
/
+71
2003-03-30
cfgbuild.c (make_edges): Use tablejump_p.
Richard Henderson
1
-7
/
+1
2003-03-15
rtl.h (subrtx_p): Renamed to rtx_referenced_p.
Josef Zlomek
1
-24
/
+71
2003-03-15
c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
Roger Sayle
1
-1
/
+1
2003-03-14
cselib.c (clear_table): Do not take argument; always clear just used slots.
Jan Hubicka
1
-13
/
+16
2003-03-10
cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
Josef Zlomek
1
-0
/
+85
2003-02-11
Fix double applied patch.
Richard Henderson
1
-6
/
+0
2003-02-11
re PR rtl-optimization/9651 ([Alpha] FPE with NAN in spite of isnan protection)
Falk Hueffner
1
-0
/
+12
2003-01-17
ifcvt.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2003-01-09
re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)
Eric Botcazou
1
-3
/
+3
2003-01-08
i386.md (adddi3_carry_rex64, [...]): Name pattern.
Jan Hubicka
1
-8
/
+19
2002-12-24
regmove.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-10
/
+98
2002-09-26
c-common.h: Follow spelling conventions.
Kazu Hirata
1
-4
/
+4
2002-09-07
* rtlanal.c (dead_or_set_regno_p): Fix typo.
Graham Stott
1
-1
/
+1
2002-07-28
Makefile.in: rtlanal.o now depends upon real.h.
Roger Sayle
1
-3
/
+16
[next]