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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed references to LiveStacks from Spiller.* . They're no longer needed.
Lang Hames
2009-11-20
1
-2
/
+1
*
Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...
Lang Hames
2009-11-19
1
-2
/
+6
*
Fixed the in-place spiller and trivial rewriter, which had been broken by the...
Lang Hames
2009-11-18
1
-4
/
+0
*
Fix some minor MSVC compiler warnings.
Daniel Dunbar
2009-07-19
1
-1
/
+1
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
1
-1
/
+7
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-0
/
+5
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-2
/
+3
*
Forward decls.
Bill Wendling
2009-05-19
1
-0
/
+3
*
Remove 'class' specifier.
Bill Wendling
2009-05-19
1
-3
/
+3
*
Fix to compile on VS2008.
Bill Wendling
2009-05-19
1
-1
/
+2
*
New Spiller interface and trivial implementation.
Lang Hames
2009-05-18
1
-0
/
+32
*
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-06
1
-340
/
+0
*
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-04-21
1
-5
/
+8
*
Teach spiller to unfold instructions which modref spill slot when a scratch
Evan Cheng
2009-04-17
1
-3
/
+16
*
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
1
-9
/
+0
*
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-31
1
-0
/
+9
*
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-17
1
-5
/
+21
*
Reorganize some #include's.
Owen Anderson
2009-03-12
1
-4
/
+0
*
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-11
1
-0
/
+312