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
/
local-alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-08-04
alias.c (mark_constant_function): Use INSN_P.
Rodney Brown
1
-7
/
+6
2000-07-31
* local-alloc.c: Fix formatting.
Kazu Hirata
1
-38
/
+36
2000-06-13
combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...
Richard Henderson
1
-9
/
+9
2000-05-19
cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
Richard Kenner
1
-1
/
+1
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-3
/
+4
2000-02-26
Fix copyrights.
Jeff Law
1
-1
/
+2
2000-01-19
stupid.c: Die die die.
Richard Henderson
1
-2
/
+4
2000-01-17
ggc-common.c: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-24
/
+24
2000-01-06
flow.c (mark_set_1): Use loop_depth+1 as reference weight.
Richard Henderson
1
-1
/
+1
2000-01-04
builtins.c (expand_builtin_strlen): Initialize variable `icode'.
Kaveh R. Ghazi
1
-2
/
+2
1999-12-24
Makefile.in (toplev.o): Depend on loop.h.
Kaveh R. Ghazi
1
-1
/
+1
1999-11-24
local-alloc.c (qty): New structure and static variable.
Jan Hubicka
1
-157
/
+142
1999-11-06
local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
Mark Mitchell
1
-15
/
+14
1999-11-04
bitmap.h (BITMAP_XFREE): New.
Richard Henderson
1
-0
/
+1
1999-11-04
cse.c (cse_main): Use xmalloc, not alloca.
Richard Henderson
1
-15
/
+31
1999-10-27
rtl.h (note_stores): Add additional paramter.
Mark Mitchell
1
-14
/
+17
1999-10-27
alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...
Mark Mitchell
1
-0
/
+3
1999-10-26
c-parse.in (cast_expr): Constify.
Kaveh R. Ghazi
1
-2
/
+2
1999-10-20
local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing RE...
Jeffrey A Law
1
-1
/
+2
1999-10-01
Delete !REGISTER_CONSTRAINTS code
Bernd Schmidt
1
-30
/
+3
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
1999-09-11
Replace recog_foo with recog_data.foo.
Richard Henderson
1
-17
/
+17
1999-09-08
gansidecl.h (__attribute__, [...]): Delete.
Kaveh R. Ghazi
1
-6
/
+6
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-1
/
+2
1999-08-31
rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...
Zack Weinberg
1
-6
/
+7
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-2
/
+2
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-0
/
+1
1999-04-09
rtl.h (local_alloc): Returns an integer now.
Jeffrey A Law
1
-1
/
+22
1999-03-20
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
1999-03-08
Fix performance problem on SH with unnecessary move instructions.
Jim Wilson
1
-0
/
+5
1999-02-25
Flow rewrite to use basic block structures and edge lists.
Richard Henderson
1
-2
/
+3
1999-01-23
final.c (bb_str): Qualify a char* with the keyword `const'.
Kaveh R. Ghazi
1
-3
/
+3
1999-01-11
Update copyrights.
Richard Henderson
1
-1
/
+1
1999-01-11
basic-block.h (basic_block_head): Rename to x_basic_block_head.
Richard Henderson
1
-7
/
+7
1999-01-06
pa.h (DONT_RECORD_EQUIVALENCE): Kill.
Jeffrey A Law
1
-16
/
+0
1998-12-12
rtlanal.c (multiple_sets): New function.
Jeffrey A Law
1
-2
/
+9
1998-12-07
local-alloc.c (block_alloc): Slightly retune heuristic to widen qty lifetimes.
Jeff Law
1
-4
/
+5
1998-12-01
local-alloc.c (function_invariant_p): New function.
J"orn Rennecke
1
-2
/
+18
1998-11-30
Comment typo fix.
Joern Rennecke
1
-1
/
+1
1998-11-23
local-alloc.c (local_alloc): Use malloc not alloca for reg_qty, reg_offset, r...
Richard Henderson
1
-3
/
+7
1998-11-11
Handle equivalences that have been obscured by gcse:
J"orn Rennecke
1
-28
/
+129
1998-10-16
Makefile.in (insn-extract.o): Fix dependencies.
Bernd Schmidt
1
-18
/
+15
1998-10-14
Warning fixes:
Kaveh R. Ghazi
1
-2
/
+2
1998-10-09
flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
Graham Stott
1
-4
/
+4
1998-10-02
global.c (global_alloc): Delete code to manage the scratch_list.
Bernd Schmidt
1
-143
/
+4
1998-09-30
regs.h (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
Michael Hayes
1
-1
/
+4
1998-09-07
global.c: Update comments.
John Wehle
1
-2
/
+2
1998-06-24
local-alloc.c (block_alloc): Do not try to avoid false dependencies when SMAL...
Jeffrey A Law
1
-2
/
+6
1998-06-19
alias.c: Include toplev.h
Graham Stott
1
-0
/
+1
1998-06-09
Makefile.in (LIB2FUNCS_EH): Define.
Jeffrey A Law
1
-0
/
+49
[next]