summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAge
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* getSuccWeight returns now default 0 if Weights vector is empty.Jakub Staszak2011-06-17
* Allow empty Weights vector.Jakub Staszak2011-06-17
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-16
* Test commit.Jakub Staszak2011-06-16
* Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen2011-05-29
* Simplify declarations slightly by using typedefs.Eli Friedman2011-04-18
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-04
* Try for the third time to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen2011-01-14
* Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.Jakob Stoklund Olesen2011-01-14
* Try again to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen2011-01-14
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-13
* Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...Devang Patel2011-01-13
* Teach MachineBasicBlock::getFirstTerminator to ignore debug values.Jakob Stoklund Olesen2011-01-13
* Add missing space in debug outputJakob Stoklund Olesen2011-01-13
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Don't try to split weird critical edges that really aren't:Jakob Stoklund Olesen2010-11-02
* Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen2010-10-30
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-26
* Properly update MachineDominators when splitting critical edge.Evan Cheng2010-08-19
* Move the decision logic whether it's a good idea to split a critical edge to ...Evan Cheng2010-08-17
* Fix debug message.Evan Cheng2010-08-17
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-17
* Add a getFirstNonPHI utility function.Dan Gohman2010-07-07
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman2010-06-22
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-13
* Reapply r100056. It doesn't look like it's the one that's causing a failure.Bill Wendling2010-04-01
* Revert r100056. It was causing a failure on MSVC.Bill Wendling2010-03-31
* Rewrite CorrectExtraCFGEdges() to make it more understandable.Bill Wendling2010-03-31
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-17
* Fix comments to reflect renaming elsewhere.Dale Johannesen2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-26
* make findDebugLoc a class methodDale Johannesen2010-01-20
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-20
* Don't make changes to the MBB in MachineBasicBlock::canFallThrough().Jakob Stoklund Olesen2010-01-15
* Change errs() to dbgs().David Greene2010-01-04
* Helpful comment added. Some code cleanup. No functional change.Bill Wendling2009-12-16
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-15
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-14
* Don't try to move a MBB into the fall-through position if it's a landing pad orBill Wendling2009-12-11
* Revert part of r91101 which was causing an infinite loop in the self-hostingBill Wendling2009-12-11
* Address comments on last patch:Bill Wendling2009-12-11