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
/
SplitKit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-19
1
-2
/
+19
*
Thinking about it, we don't need MachineDominatorTree after all. The DomValue
Jakob Stoklund Olesen
2010-08-18
1
-15
/
+25
*
Revert r111394. It was too aggressive.
Jakob Stoklund Olesen
2010-08-18
1
-3
/
+3
*
Aggressively prune the DFS when inserting phi-defs.
Jakob Stoklund Olesen
2010-08-18
1
-3
/
+3
*
Add the LiveIntervalMap class. Don't hook it up yet.
Jakob Stoklund Olesen
2010-08-18
1
-1
/
+213
*
Clean up the Spiller.h interface.
Jakob Stoklund Olesen
2010-08-13
1
-1
/
+1
*
Implement splitting inside a single block.
Jakob Stoklund Olesen
2010-08-13
1
-0
/
+75
*
Let LiveInterval::addRange extend existing ranges, it will verify that value
Jakob Stoklund Olesen
2010-08-13
1
-5
/
+2
*
Remember to actually update SplitAnalysis statistics now that we have a fancy
Jakob Stoklund Olesen
2010-08-13
1
-0
/
+1
*
Handle an empty dupli.
Jakob Stoklund Olesen
2010-08-12
1
-2
/
+8
*
Update the SplitAnalysis statistics as uses are moved from curli to the new
Jakob Stoklund Olesen
2010-08-12
1
-8
/
+37
*
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
1
-1
/
+1
*
Clean up debug output.
Jakob Stoklund Olesen
2010-08-12
1
-32
/
+32
*
Implement single block splitting.
Jakob Stoklund Olesen
2010-08-12
1
-0
/
+128
*
More debug spew
Jakob Stoklund Olesen
2010-08-10
1
-0
/
+2
*
Implement register class inflation.
Jakob Stoklund Olesen
2010-08-10
1
-0
/
+1
*
Recalculate the spill weight and allocation hint for virtual registers created
Jakob Stoklund Olesen
2010-08-10
1
-2
/
+7
*
Lazily defer duplicating the live interval we are splitting until we know it is
Jakob Stoklund Olesen
2010-08-06
1
-36
/
+45
*
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
1
-1
/
+3
*
Fix swapped COPY operands.
Jakob Stoklund Olesen
2010-08-06
1
-2
/
+2
*
Checkpoint SplitKit progress.
Jakob Stoklund Olesen
2010-08-04
1
-55
/
+172
*
Add SplitEditor to SplitKit. This class will be used to edit live intervals and
Jakob Stoklund Olesen
2010-07-26
1
-2
/
+210
*
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-20
1
-7
/
+7
*
Implement loop splitting analysis.
Jakob Stoklund Olesen
2010-07-20
1
-18
/
+148
*
Appease the colonials.
Jakob Stoklund Olesen
2010-07-20
1
-3
/
+3
*
Beginning SplitKit - utility classes for live range splitting.
Jakob Stoklund Olesen
2010-07-20
1
-0
/
+148