index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
RegAllocLinearScan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MRegisterInfo::isPhysicalRegister and
Alkis Evlogimenos
2004-02-01
1
-22
/
+22
*
Add option to join live intervals. Two intervals are joined if there
Alkis Evlogimenos
2004-01-22
1
-4
/
+63
*
Remove unneeded check. An interval in active, by definition overlaps
Alkis Evlogimenos
2004-01-22
1
-4
/
+1
*
Improve debugging output. Remove unneeded virtReg->0 mapping when
Alkis Evlogimenos
2004-01-22
1
-20
/
+31
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-1
/
+1
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-6
/
+7
*
Fold open interval ends handling into
Alkis Evlogimenos
2004-01-16
1
-10
/
+4
*
Improve debugging output.
Alkis Evlogimenos
2004-01-14
1
-2
/
+3
*
Indentation and whitespace cleanups.
Alkis Evlogimenos
2004-01-13
1
-9
/
+9
*
Fix bug introduced by previous commit: check if fixed intervals
Alkis Evlogimenos
2004-01-13
1
-0
/
+3
*
Add a separate list of fixed intervals. This improves the running time
Alkis Evlogimenos
2004-01-07
1
-64
/
+111
*
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