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
*
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
*
add a new MachineBasicBlock::getSymbol method, replacing
Chris Lattner
2010-01-26
1
-0
/
+4
*
make findDebugLoc a class method
Dale Johannesen
2010-01-20
1
-3
/
+4
*
Move findDebugLoc somewhere more central. Fix
Dale Johannesen
2010-01-20
1
-0
/
+3
*
Revert these. They may have been causing 483_xalancbmk to fail:
Bill Wendling
2009-12-15
1
-5
/
+0
*
Address comments on last patch:
Bill Wendling
2009-12-11
1
-3
/
+3
*
A machine basic block may end in an unconditional branch, however it may have
Bill Wendling
2009-12-11
1
-0
/
+5
*
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
2009-11-26
1
-0
/
+6
*
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-20
1
-1
/
+6
*
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
1
-0
/
+2
*
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-12
1
-1
/
+7
*
Fix a comment.
Dan Gohman
2009-11-09
1
-1
/
+1
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-0
/
+12
*
Revert r82214 completely to fix build.
Xerxes Ranby
2009-09-18
1
-7
/
+0
*
Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...
Evan Cheng
2009-09-18
1
-0
/
+7
*
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
1
-1
/
+1
*
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
1
-1
/
+1
*
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-25
1
-1
/
+1
*
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-24
1
-1
/
+1
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
1
-2
/
+0
*
remove some dead print method variants.
Chris Lattner
2009-08-23
1
-6
/
+0
*
remove dead PrefixPrinter class.
Chris Lattner
2009-08-23
1
-11
/
+6
[next]