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
/
LiveIntervalUnion.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+22
*
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
1
-3
/
+1
*
Remove disused STL header include.
Lang Hames
2011-12-21
1
-2
/
+0
*
Simplify the interference checking code a bit.
Jakob Stoklund Olesen
2011-08-12
1
-3
/
+0
*
Remove the InterferenceResult class.
Jakob Stoklund Olesen
2011-08-11
1
-32
/
+0
*
Eliminate the last use of InterferenceResult.
Jakob Stoklund Olesen
2011-08-11
1
-3
/
+3
*
Remove more dead code.
Jakob Stoklund Olesen
2011-08-11
1
-11
/
+1
*
Privatize an unused part of the LiveIntervalUnion::Query interface.
Jakob Stoklund Olesen
2011-08-11
1
-18
/
+11
*
Remove some dead code.
Jakob Stoklund Olesen
2011-08-11
1
-20
/
+0
*
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
1
-2
/
+1
*
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
1
-0
/
+3
*
Speed up eviction by stopping collectInterferingVRegs as soon as the spill
Jakob Stoklund Olesen
2011-04-11
1
-1
/
+2
*
Fix bug found by valgrind.
Jakob Stoklund Olesen
2011-03-31
1
-1
/
+1
*
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-16
1
-5
/
+6
*
Now that we are deleting unused live intervals during allocation, pointers ma...
Jakob Stoklund Olesen
2011-03-13
1
-2
/
+4
*
Add tags to live interval unions to avoid using stale queries.
Jakob Stoklund Olesen
2011-02-09
1
-2
/
+13
*
Provide LiveIntervalUnion::Query::checkLoopInterference.
Jakob Stoklund Olesen
2010-12-17
1
-0
/
+9
*
Add LiveIntervalUnion print methods, RegAllocGreedy::trySplit debug spew.
Jakob Stoklund Olesen
2010-12-14
1
-2
/
+20
*
Use TRI::printReg instead of AbstractRegisterDescription when printing
Jakob Stoklund Olesen
2010-12-14
1
-11
/
+4
*
Add a forgotten initializer for CheckedFirstInterference.
Jakob Stoklund Olesen
2010-12-09
1
-2
/
+3
*
Added register reassignment prototype to RAGreedy. It's a simple
Andrew Trick
2010-12-09
1
-4
/
+1
*
IntervalMap iterators are heavyweight, so avoid copying them around and use
Jakob Stoklund Olesen
2010-12-09
1
-2
/
+5
*
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Jakob Stoklund Olesen
2010-12-08
1
-0
/
+1
*
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
2010-12-07
1
-73
/
+19
*
Remove unused member.
Jakob Stoklund Olesen
2010-12-07
1
-8
/
+0
*
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-30
1
-92
/
+99
*
Check TRI->getReservedRegs because other allocators do it. Even though
Andrew Trick
2010-11-11
1
-0
/
+3
*
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-11-10
1
-6
/
+27
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-2
/
+21
*
Add a trivial virtual dtor to AbstractRegisterDescription to appease
Matt Beaumont-Gay
2010-11-09
1
-0
/
+11
*
Reverting r118604. Windows build broke.
Andrew Trick
2010-11-09
1
-29
/
+0
*
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
1
-0
/
+29
*
Adds support for spilling previously allocated live intervals to
Andrew Trick
2010-11-08
1
-11
/
+38
*
Remove the vector of live vregs. I thought we would need to track
Andrew Trick
2010-10-26
1
-1
/
+0
*
Jakob's review of the basic register allocator.
Andrew Trick
2010-10-26
1
-17
/
+24
*
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
1
-0
/
+193