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
/
cse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-07-26
re PR inline-asm/11676 (operand to volatile asm incorrectly removed)
Richard Henderson
1
-0
/
+10
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-12
/
+9
2003-07-18
cse.c (fold_rtx): Use swap_commutative_operands_p to determine whether to reo...
Roger Sayle
1
-4
/
+5
2003-07-01
combine.c (distribute_notes): Don't bother REG_WAS_0.
Kazu Hirata
1
-49
/
+0
2003-06-29
cse.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-255
/
+139
2003-06-29
alloc-pool.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2003-06-27
cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer e...
Kazu Hirata
1
-1
/
+1
2003-06-04
cse.c (find_best_addr): Consider binary operators even if second argument is ...
Richard Henderson
1
-4
/
+3
2003-06-04
Makefile.in (cse.o): Add params.h dependency.
Zdenek Dvorak
1
-6
/
+10
2003-05-30
cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitut...
Roger Sayle
1
-14
/
+30
2003-05-23
cse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing a...
J"orn Rennecke
1
-1
/
+15
2003-05-03
emit-rtl.c (last_call_insn, [...]): New functions.
Olivier Hainque
1
-0
/
+11
2003-04-10
regrename.c (struct du_chain): Use a bitfield for reg_class.
Dan Nicolaescu
1
-5
/
+11
2003-04-04
* cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
Richard Henderson
1
-1
/
+1
2003-03-30
cfgbuild.c (make_edges): Use tablejump_p.
Richard Henderson
1
-11
/
+5
2003-03-14
cselib.c (clear_table): Do not take argument; always clear just used slots.
Jan Hubicka
1
-8
/
+1
2003-02-26
cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
Zdenek Dvorak
1
-7
/
+5
2003-02-26
combine.c (combine_simplify_rtx, [...]): Use CC0_P.
Roger Sayle
1
-3
/
+1
2003-01-28
* cse.c (find_best_addr): Kill !ADDRESS_COST code.
Richard Henderson
1
-26
/
+6
2003-01-28
target.h (targetm.address_cost): New.
Richard Henderson
1
-7
/
+12
2003-01-28
* cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
Roger Sayle
1
-5
/
+9
2003-01-27
Makefile.in (cse.o): Depend on TARGET_H.
Richard Henderson
1
-11
/
+4
2003-01-25
cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even i...
Roger Sayle
1
-1
/
+1
2003-01-25
i386.c (ix86_expand_movstr, [...]): Consistently do libcall for large blocks.
Jan Hubicka
1
-0
/
+3
2003-01-23
re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)
Roger Sayle
1
-3
/
+8
2003-01-21
cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL insn's notes fol...
Roger Sayle
1
-4
/
+4
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-75
/
+53
2002-12-10
cse.c (cse_insn): Don't cse past a basic block boundary.
Andrew Haley
1
-2
/
+10
2002-10-28
ChangeLog.1: Fix typos.
Kazu Hirata
1
-1
/
+1
2002-10-12
cse.c (mention_regs): Set SUBREG_TICKED to the register number, not the addre...
Geoffrey Keating
1
-3
/
+3
2002-10-10
cse.c (struct cse_reg_info): Add subreg_ticked.
Stuart Hastings
1
-7
/
+30
2002-10-10
Fix miscompilation of testcase 20021010-1.c for v850 target with -O -mv850e.
Jim Wilson
1
-5
/
+11
2002-10-09
cse.c (insn_live_p): Pass insn pattern, not full insn to may_trap_p.
Ulrich Weigand
1
-1
/
+1
2002-10-01
flow.c (insn_dead_p): When using non-call-exceptions, don't eliminate insns t...
Andrew Haley
1
-1
/
+3
2002-09-22
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-10
/
+10
2002-09-21
cse.c (fold_rtx): Calculate the old cost before we fold each operand.
Richard Earnshaw
1
-1
/
+1
2002-09-20
real.c (real_hash): New.
Richard Henderson
1
-5
/
+1
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-8
/
+15
2002-09-14
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-04
cse.c (cse_insn): Avoid subreg games if the equivalence is already in the pro...
Richard Henderson
1
-8
/
+17
2002-07-10
cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
J"orn Rennecke
1
-2
/
+17
2002-07-04
simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...
J"orn Rennecke
1
-3
/
+2
2002-06-11
re PR rtl-optimization/6759 (ice when compiling 32 bit sparc code)
Jakub Jelinek
1
-2
/
+4
2002-05-26
cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
Jakub Jelinek
1
-1
/
+3
2002-05-23
cse.c (approx_reg_cost_1, [...]): Recode to not use regsets.
David S. Miller
1
-21
/
+20
2002-05-20
cse.c (canon_hash): Reorder do_not_record test.
Richard Henderson
1
-11
/
+24
2002-05-10
cse.c (rtx_cost): Remove multiplication by power of 2 special casing.
David S. Miller
1
-7
/
+1
2002-05-08
cse.c (dead_libcall_p): Update counts.
Jan Hubicka
1
-3
/
+10
2002-05-05
cse.c: Fix formatting.
Kazu Hirata
1
-17
/
+19
2002-04-22
rtl.h (RTX_FLAG): New macro.
Janis Johnson
1
-2
/
+2
[next]