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
/
include
/
llvm
/
CodeGen
/
MachineBasicBlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-0
/
+6
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-2
/
+2
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-7
/
+30
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-7
/
+11
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-2
/
+2
*
Add the MachineInstrSpan class.
Mark Lacey
2013-08-14
1
-0
/
+25
*
Add MachineBasicBlock::addLiveIn().
Jakob Stoklund Olesen
2013-07-03
1
-0
/
+5
*
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
1
-1
/
+4
*
Use bidirectional bundle flags to simplify important functions.
Jakob Stoklund Olesen
2012-12-18
1
-6
/
+6
*
Tighten up the splice() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
1
-15
/
+16
*
Tighten the insert() API for bundled instructions.
Jakob Stoklund Olesen
2012-12-18
1
-14
/
+20
*
Tighten up the erase/remove API for bundled instructions.
Jakob Stoklund Olesen
2012-12-17
1
-21
/
+41
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...
James Molloy
2012-09-12
1
-0
/
+22
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-20
1
-1
/
+1
*
Clarify that duplicate edges are not allowed in the Machine CFG.
Jakob Stoklund Olesen
2012-08-20
1
-0
/
+2
*
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+1
*
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
1
-1
/
+1
*
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-30
1
-0
/
+4
*
Fix a problem with the reverse bundle iterators.
Jakob Stoklund Olesen
2012-06-11
1
-52
/
+16
*
Allow converting MachineBasicBlock::iterator to const_iterator.
Andrew Trick
2012-04-20
1
-1
/
+4
*
Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...
Andrew Trick
2012-03-07
1
-0
/
+4
*
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
2012-02-29
1
-67
/
+0
*
Add a MachineOperand iterator class.
Jakob Stoklund Olesen
2012-02-27
1
-0
/
+67
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-01-31
1
-10
/
+10
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
1
-1
/
+3
*
fix typo
Chris Lattner
2011-12-20
1
-1
/
+1
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-55
/
+67
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-23
/
+179
*
Use logarithmic units for basic block alignment.
Jakob Stoklund Olesen
2011-12-06
1
-1
/
+4
*
Add a bool value to set the IsLandingPad flag to.
Bill Wendling
2011-10-07
1
-1
/
+1
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-7
/
+37
*
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+4
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
1
-0
/
+4
*
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+9
*
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
1
-0
/
+4
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-0
/
+4
*
Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed
Jakob Stoklund Olesen
2010-10-30
1
-0
/
+5
*
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
1
-1
/
+2
*
Add insertAfter. This should have accompanied previous check-in.
Devang Patel
2010-09-21
1
-0
/
+3
*
Add a getFirstNonPHI utility function.
Dan Gohman
2010-07-07
1
-0
/
+7
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-0
/
+5
*
Revert r107655.
Dan Gohman
2010-07-06
1
-5
/
+0
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-0
/
+5
*
Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out
Dan Gohman
2010-06-22
1
-0
/
+9
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-6
/
+3
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-2
/
+1
*
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
1
-5
/
+0
*
Stop MachineInstr.h from #including AsmPrinter.h
Chris Lattner
2010-02-10
1
-0
/
+3
*
more comment updates
Dale Johannesen
2010-02-10
1
-1
/
+1
[next]