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
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-6
/
+6
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-9
/
+6
*
[LiveVariables] Improve isLiveOut runtime performances. NFC.
Arnaud A. de Grandmaison
2015-06-11
1
-31
/
+8
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
CodeGen/LiveVariables: use vector::assign()
Dylan Noblesmith
2014-08-26
1
-8
/
+4
*
CodeGen/LiveVariables: hoist out code in nested loops
Dylan Noblesmith
2014-08-25
1
-110
/
+121
*
CodeGen/LiveVariables: switch to std::vector
Dylan Noblesmith
2014-08-25
1
-11
/
+13
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-5
/
+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
/
+1
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-6
/
+8
*
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
2014-04-30
1
-3
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-13
/
+13
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
1
-2
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-2
/
+2
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-15
/
+14
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
1
-23
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-4
/
+2
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
LiveVariables: Compute a set of defs and kills to speed up updating LV during...
Benjamin Kramer
2012-09-09
1
-4
/
+30
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-23
1
-3
/
+5
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-32
/
+29
*
Fix typo.
Lang Hames
2012-04-01
1
-1
/
+1
*
Assert on SSA errors in LiveVariables.
Jakob Stoklund Olesen
2012-03-09
1
-0
/
+1
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-17
/
+17
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-0
/
+8
*
whitespace
Andrew Trick
2012-02-03
1
-3
/
+3
*
Fix an obvious typo.
Evan Cheng
2012-01-21
1
-1
/
+1
*
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-21
1
-0
/
+30
*
Delete an unused member variable.
Jakob Stoklund Olesen
2012-01-20
1
-1
/
+0
*
After r147827 and r147902, it's now possible for unallocatable registers to be
Evan Cheng
2012-01-14
1
-6
/
+22
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+2
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-1
/
+1
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-1
/
+1
*
Reduce vector reallocations.
Benjamin Kramer
2011-03-08
1
-4
/
+2
*
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2011-01-08
1
-25
/
+10
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Remove unused functions.
Jakob Stoklund Olesen
2010-08-16
1
-15
/
+0
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
fix a -Wbool-conversions warning from clang.
Chris Lattner
2010-06-14
1
-1
/
+1
*
Fix some liveout handling related to tail calls, see comments.
Dale Johannesen
2010-06-05
1
-1
/
+6
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-1
/
+1
*
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
1
-3
/
+7
*
Better handling of dead super registers in LiveVariables. We used to do this:
Jakob Stoklund Olesen
2010-03-05
1
-21
/
+21
*
Keep track of phi join registers explicitly in LiveVariables.
Jakob Stoklund Olesen
2010-02-23
1
-0
/
+1
[next]