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
/
RegAllocBasic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+5
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
1
-13
/
+0
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+3
*
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
1
-68
/
+51
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-0
/
+2
*
Remove final verification in RABasic.
Jakob Stoklund Olesen
2012-06-15
1
-20
/
+0
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-2
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-11
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+0
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-4
/
+4
*
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
1
-2
/
+2
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
1
-2
/
+2
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-2
/
+2
*
Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These
Lang Hames
2012-02-28
1
-1
/
+1
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-1
/
+4
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-4
/
+0
*
Add Register mask support to RABasic.
Jakob Stoklund Olesen
2012-02-08
1
-0
/
+14
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
1
-1
/
+1
*
Moving options declarations around.
Andrew Trick
2012-01-17
1
-2
/
+0
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+3
*
Make data structures private.
Jakob Stoklund Olesen
2012-01-11
1
-3
/
+3
*
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+62
*
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
1
-312
/
+1
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-0
/
+1
*
Privatize an unused part of the LiveIntervalUnion::Query interface.
Jakob Stoklund Olesen
2011-08-11
1
-1
/
+2
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
1
-2
/
+1
*
Print out the MBB live-in registers.
Jakob Stoklund Olesen
2011-07-26
1
-0
/
+4
*
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-07-02
1
-12
/
+14
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
Jakob Stoklund Olesen
2011-06-03
1
-12
/
+7
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
1
-1
/
+1
*
Emit a proper error message when register allocators run out of registers.
Jakob Stoklund Olesen
2011-05-06
1
-0
/
+20
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
1
-0
/
+1
*
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-12
1
-1
/
+1
*
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
1
-4
/
+8
*
Use a faster algorithm for computing MBB live-in registers after register all...
Jakob Stoklund Olesen
2011-04-11
1
-18
/
+20
*
Time the initial seeding of live registers
Jakob Stoklund Olesen
2011-04-11
1
-0
/
+1
*
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+7
*
The basic register allocator must also use the inline spiller.
Jakob Stoklund Olesen
2011-03-31
1
-1
/
+1
*
Allow the allocation of empty live ranges that have uses.
Jakob Stoklund Olesen
2011-03-23
1
-1
/
+8
*
Tag cached interference with a user-provided tag instead of the virtual regis...
Jakob Stoklund Olesen
2011-03-16
1
-0
/
+3
*
Spill multiple registers at once.
Jakob Stoklund Olesen
2011-03-12
1
-0
/
+7
*
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
1
-2
/
+5
*
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2011-03-10
1
-4
/
+2
*
Change the RAGreedy register assignment order so large live ranges are alloca...
Jakob Stoklund Olesen
2011-02-22
1
-23
/
+37
*
Add VirtRegMap::rewrite() and use it in the new register allocators.
Jakob Stoklund Olesen
2011-02-18
1
-3
/
+1
[next]