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
/
RegAllocPBQP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-4
/
+5
*
Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
2013-07-01
1
-0
/
+3
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-11
/
+10
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-23
/
+22
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-16
/
+16
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-16
/
+16
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+1
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+2
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-2
/
+0
*
Remove unused typedef.
Lang Hames
2012-10-29
1
-1
/
+0
*
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-15
1
-1
/
+1
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-3
/
+1
*
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
1
-2
/
+2
*
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
1
-1
/
+3
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
1
-1
/
+0
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+3
*
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
1
-51
/
+7
*
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+0
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
1
-8
/
+0
*
Teach PBQPBuilder::build() about regunit interference.
Jakob Stoklund Olesen
2012-06-20
1
-33
/
+31
*
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
1
-13
/
+9
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-45
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-8
/
+0
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-9
/
+5
*
Small fix for the debug output from PBQP (PR12822).
Patrik Hägglund
2012-05-23
1
-3
/
+4
*
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
1
-1
/
+1
*
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
-1
/
+1
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
1
-0
/
+29
*
Add support for register masks to PBQP.
Lang Hames
2012-03-23
1
-4
/
+38
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-1
/
+1
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-0
/
+5
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-2
/
+0
*
whitespace
Andrew Trick
2012-02-10
1
-11
/
+11
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+1
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-0
/
+1
*
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-06
1
-9
/
+0
*
Update PBQP's analysis usage to reflect the requirements of the inline spiller.
Lang Hames
2011-12-06
1
-0
/
+7
*
Switch PBQP to VRM's trivial rewriter.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+1
*
Switch PBQP to the modern InlineSpiller framework.
Jakob Stoklund Olesen
2011-11-12
1
-40
/
+11
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
1
-1
/
+1
*
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
*
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...
Lang Hames
2011-06-17
1
-4
/
+9
*
Move PBQP off allocation_order_begin. No functional change intended.
Jakob Stoklund Olesen
2011-06-16
1
-5
/
+4
[next]