aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)Author
2012-06-15Remove assignments which aren't used afterwards.Bill Wendling
2012-04-24MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth
2012-03-28Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen
2012-03-07Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick
2012-02-10Cache iterators. Some of these are expensive to create.Benjamin Kramer
2012-02-09Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.Lang Hames
2012-01-26Update comment for r149070.Chad Rosier
2012-01-26Replace the use of isPredicable() with isPredicated() inChad Rosier
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-06Pretty-print basic block alignment.Jakob Stoklund Olesen
2011-11-23Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth
2011-11-22Fix a devilish miscompile exposed by block placement. TheChandler Carruth
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-06-17getSuccWeight returns now default 0 if Weights vector is empty.Jakub Staszak
2011-06-17Allow empty Weights vector.Jakub Staszak
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak
2011-06-16Test commit.Jakub Staszak
2011-05-29Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen
2011-04-18Simplify declarations slightly by using typedefs.Eli Friedman
2011-02-04Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen
2011-01-14Try for the third time to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen
2011-01-14Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.Jakob Stoklund Olesen
2011-01-14Try again to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2011-01-13Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...Devang Patel
2011-01-13Teach MachineBasicBlock::getFirstTerminator to ignore debug values.Jakob Stoklund Olesen
2011-01-13Add missing space in debug outputJakob Stoklund Olesen
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen
2010-11-02Don't try to split weird critical edges that really aren't:Jakob Stoklund Olesen
2010-10-30Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen
2010-10-26Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen
2010-08-19Properly update MachineDominators when splitting critical edge.Evan Cheng
2010-08-17Move the decision logic whether it's a good idea to split a critical edge to ...Evan Cheng
2010-08-17Fix debug message.Evan Cheng
2010-08-17PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng
2010-07-07Add a getFirstNonPHI utility function.Dan Gohman
2010-07-06Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman
2010-07-06Revert r107655.Dan Gohman
2010-07-06Fix a bunch of custom-inserter functions to handle the case whereDan Gohman
2010-06-22Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings
2010-04-13Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman
2010-04-01Reapply r100056. It doesn't look like it's the one that's causing a failure.Bill Wendling
2010-03-31Revert r100056. It was causing a failure on MSVC.Bill Wendling
2010-03-31Rewrite CorrectExtraCFGEdges() to make it more understandable.Bill Wendling