index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocLinearScan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor cleanups.
Alkis Evlogimenos
2004-01-07
1
-29
/
+3
*
Remove declared but undefined method.
Alkis Evlogimenos
2004-01-07
1
-5
/
+0
*
Remove simple coalescing.
Alkis Evlogimenos
2004-01-05
1
-11
/
+0
*
Reserve ECX and EDI instead of EBX and EDI. Since EBX is a callee
Alkis Evlogimenos
2003-12-28
1
-8
/
+8
*
Add coalescing to register allocator. A hint is added to each interval
Alkis Evlogimenos
2003-12-28
1
-1
/
+12
*
Improve debugging output when choosing a register to spill.
Alkis Evlogimenos
2003-12-24
1
-8
/
+3
*
Change the way free regusters are computed and perform better
Alkis Evlogimenos
2003-12-23
1
-130
/
+77
*
Remove verifyIntervals() since it doesn't actually work right now.
Alkis Evlogimenos
2003-12-21
1
-52
/
+0
*
Change weight into a float so that we can take into account the
Alkis Evlogimenos
2003-12-21
1
-10
/
+17
*
Add support for inactive intervals. This effectively reuses registers
Alkis Evlogimenos
2003-12-21
1
-237
/
+323
*
Prune some #includes
Chris Lattner
2003-12-18
1
-3
/
+2
*
Modify linear scan register allocator to use the two-address
Alkis Evlogimenos
2003-12-18
1
-76
/
+37
*
Fix bug in reserved registers. DH actually aliases DX and EDX which
Alkis Evlogimenos
2003-12-18
1
-2
/
+2
*
Rename LiveIntervals::expired() to LiveIntervals::expiredAt().
Alkis Evlogimenos
2003-12-18
1
-1
/
+1
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-7
/
+6
*
When reserving a preallocated register spill the aliases of this
Alkis Evlogimenos
2003-12-13
1
-0
/
+16
*
Expire any active intervals left when register allocation is done.
Alkis Evlogimenos
2003-12-13
1
-0
/
+12
*
Add instruction numbers to debugging output.
Alkis Evlogimenos
2003-12-13
1
-1
/
+3
*
Fix bug in register spilling when a preallocated live range overlaps a
Alkis Evlogimenos
2003-12-05
1
-13
/
+3
*
Improve debugging output and clean up some code.
Alkis Evlogimenos
2003-12-04
1
-17
/
+14
*
Print instructions before register allocation is performed. Also fix
Alkis Evlogimenos
2003-11-30
1
-6
/
+26
*
Remove "numReloaded" statistic.
Alkis Evlogimenos
2003-11-30
1
-2
/
+0
*
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-20
1
-0
/
+777
[prev]