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
/
RegAllocBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+1
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-1
/
+0
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
1
-107
/
+6
*
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
1
-0
/
+13
*
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
1
-19
/
+25
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-38
/
+0
*
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
1
-26
/
+8
*
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-3
/
+3
*
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-05-12
1
-1
/
+4
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-54
/
+0
*
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+334