index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocBasic.cpp
Age
Commit message (
Expand
)
Author
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-08
Add Register mask support to RABasic.
Jakob Stoklund Olesen
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
Moving options declarations around.
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-11
Make data structures private.
Jakob Stoklund Olesen
2012-01-11
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-05
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2011-08-11
Privatize an unused part of the LiveIntervalUnion::Query interface.
Jakob Stoklund Olesen
2011-08-09
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-07-26
Print out the MBB live-in registers.
Jakob Stoklund Olesen
2011-07-02
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-03
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-05-10
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-06
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-04-20
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-12
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-11
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
Use a faster algorithm for computing MBB live-in registers after register all...
Jakob Stoklund Olesen
2011-04-11
Time the initial seeding of live registers
Jakob Stoklund Olesen
2011-04-05
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-03-31
The basic register allocator must also use the inline spiller.
Jakob Stoklund Olesen
2011-03-23
Allow the allocation of empty live ranges that have uses.
Jakob Stoklund Olesen
2011-03-16
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-12
Spill multiple registers at once.
Jakob Stoklund Olesen
2011-03-10
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-02-22
Change the RAGreedy register assignment order so large live ranges are alloca...
Jakob Stoklund Olesen
2011-02-18
Add VirtRegMap::rewrite() and use it in the new register allocators.
Jakob Stoklund Olesen
2011-02-18
Trim debugging output.
Jakob Stoklund Olesen
2011-02-17
Add basic register allocator statistics.
Jakob Stoklund Olesen
2011-02-09
Evict a lighter single interference before attempting to split a live range.
Jakob Stoklund Olesen
2010-12-18
Pass a Banner argument to the machine code verifier both from
Jakob Stoklund Olesen
2010-12-17
Make the -verify-regalloc command line option available to base classes as
Jakob Stoklund Olesen
2010-12-14
Simplyfy RegAllocBasic by using getOverlaps instead of getAliasSet.
Jakob Stoklund Olesen
2010-12-14
Use TRI::printReg instead of AbstractRegisterDescription when printing
Jakob Stoklund Olesen
2010-12-11
Add named timer groups for the different stages of register allocation.
Jakob Stoklund Olesen
2010-12-10
Move MRI into RegAllocBase. Clean up debug output a bit.
Jakob Stoklund Olesen
2010-12-09
Added register reassignment prototype to RAGreedy. It's a simple
Andrew Trick
2010-12-08
Store (priority,regnum) pairs in the priority queue instead of providing an
Jakob Stoklund Olesen
2010-12-08
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
Jakob Stoklund Olesen
2010-12-07
Switch LiveIntervalUnion from std::set to IntervalMap.
Jakob Stoklund Olesen
2010-12-07
Simplify assertion.
Jakob Stoklund Olesen
2010-11-30
Coding style. No significant functionality. Abandon linear scan style
Andrew Trick
2010-11-25
Namespacify.
Benjamin Kramer
2010-11-20
RABasic fix. Regalloc is responsible for updating block live ins.
Andrew Trick
2010-11-20
Whitespace.
Andrew Trick
[next]