index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
Age
Commit message (
Expand
)
Author
2011-06-16
Test commit.
Jakub Staszak
2011-05-29
Fix PR10046 by updating LiveVariables kill info when splitting live ranges.
Jakob Stoklund Olesen
2011-04-18
Simplify declarations slightly by using typedefs.
Eli Friedman
2011-02-04
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-01-14
Try for the third time to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.
Jakob Stoklund Olesen
2011-01-14
Try again to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...
Devang Patel
2011-01-13
Teach MachineBasicBlock::getFirstTerminator to ignore debug values.
Jakob Stoklund Olesen
2011-01-13
Add missing space in debug output
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2010-11-02
Don't try to split weird critical edges that really aren't:
Jakob Stoklund Olesen
2010-10-30
Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed
Jakob Stoklund Olesen
2010-10-26
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-08-19
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-17
Move the decision logic whether it's a good idea to split a critical edge to ...
Evan Cheng
2010-08-17
Fix debug message.
Evan Cheng
2010-08-17
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-07-07
Add a getFirstNonPHI utility function.
Dan Gohman
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-06-22
Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out
Dan Gohman
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-04-13
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-01
Reapply r100056. It doesn't look like it's the one that's causing a failure.
Bill Wendling
2010-03-31
Revert r100056. It was causing a failure on MSVC.
Bill Wendling
2010-03-31
Rewrite CorrectExtraCFGEdges() to make it more understandable.
Bill Wendling
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-10
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-02-17
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-10
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-26
add a new MachineBasicBlock::getSymbol method, replacing
Chris Lattner
2010-01-20
make findDebugLoc a class method
Dale Johannesen
2010-01-20
Move findDebugLoc somewhere more central. Fix
Dale Johannesen
2010-01-15
Don't make changes to the MBB in MachineBasicBlock::canFallThrough().
Jakob Stoklund Olesen
2010-01-04
Change errs() to dbgs().
David Greene
2009-12-16
Helpful comment added. Some code cleanup. No functional change.
Bill Wendling
2009-12-15
Revert these. They may have been causing 483_xalancbmk to fail:
Bill Wendling
2009-12-14
Whitespace changes, comment clarification. No functional changes.
Bill Wendling
2009-12-11
Don't try to move a MBB into the fall-through position if it's a landing pad or
Bill Wendling
2009-12-11
Revert part of r91101 which was causing an infinite loop in the self-hosting
Bill Wendling
2009-12-11
Address comments on last patch:
Bill Wendling
2009-12-11
A machine basic block may end in an unconditional branch, however it may have
Bill Wendling
2009-12-05
Simplify this code: don't call AnalyzeBranch before doing simpler checks.
Dan Gohman
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-26
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
[prev]
[next]