index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
LiveStackAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
Recommit r231168: unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-04
1
-2
/
+4
*
Revert "unique_ptrify LiveRange::segmentSet"
David Blaikie
2015-03-04
1
-4
/
+2
*
Recommit r231168: unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-03
1
-2
/
+4
*
Revert "unique_ptrify LiveRange::segmentSet"
David Blaikie
2015-03-03
1
-4
/
+2
*
unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-03
1
-2
/
+4
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-4
/
+2
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-2
/
+4
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
1
-1
/
+4
*
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
1
-2
/
+3
*
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
1
-0
/
+16
*
Make the spiller responsible for updating the LiveStacks analysis.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+2
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-26
1
-2
/
+2
*
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
1
-1
/
+1
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-7
/
+2
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-2
/
+1
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
1
-4
/
+7
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-0
/
+9
*
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-05-03
1
-3
/
+9
*
Livestacks really does preserve everything.
Evan Cheng
2008-09-22
1
-2
/
+1
*
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
1
-1
/
+2
*
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-09-22
1
-0
/
+1
*
Add a stack slot coloring pass. Not yet enabled.
Evan Cheng
2008-06-04
1
-0
/
+50