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
/
Spiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-07
1
-9
/
+17
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-8
/
+8
*
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-22
1
-4
/
+4
*
Added a new "splitting" spiller.
Lang Hames
2009-12-09
1
-9
/
+327
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-2
/
+2
*
Removed references to LiveStacks from Spiller.* . They're no longer needed.
Lang Hames
2009-11-20
1
-12
/
+7
*
Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...
Lang Hames
2009-11-19
1
-5
/
+46
*
Fixed the in-place spiller and trivial rewriter, which had been broken by the...
Lang Hames
2009-11-18
1
-207
/
+35
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
1
-34
/
+10
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-32
/
+36
*
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
1
-2
/
+2
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-22
/
+22
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-42
/
+38
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+9
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-2
/
+2
*
Completed basic intra block split implementation.
Lang Hames
2009-06-24
1
-43
/
+114
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
1
-22
/
+73
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-26
/
+41
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-87
/
+110
*
New Spiller interface and trivial implementation.
Lang Hames
2009-05-18
1
-0
/
+206
*
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-06
1
-1896
/
+0
*
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-04-21
1
-30
/
+55
*
Teach spiller to unfold instructions which modref spill slot when a scratch
Evan Cheng
2009-04-17
1
-8
/
+211
*
When assigning a physical register to a MachineOperand, set
Dan Gohman
2009-04-13
1
-1
/
+10
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-2
/
+2
*
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
1
-62
/
+31
*
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-31
1
-31
/
+62
*
Balance out quote in debug output.
Bill Wendling
2009-03-30
1
-1
/
+1
*
Fixed build warnings for unused variables.
Sanjiv Gupta
2009-03-20
1
-3
/
+0
*
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
1
-10
/
+9
*
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-17
1
-4
/
+9
*
Add newlines at end of file (this can annoy gcov)
Daniel Dunbar
2009-03-14
1
-1
/
+1
*
Reorganize some #include's.
Owen Anderson
2009-03-12
1
-1
/
+4
*
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-11
1
-0
/
+1655