aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen2012-07-301-2/+5
* Remove tabs.Bill Wendling2012-07-191-1/+1
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-151-3/+1
* MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng2012-04-241-0/+5
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-161-7/+29
* Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen2012-03-281-2/+2
* Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick2012-03-071-0/+12
* Cache iterators. Some of these are expensive to create.Benjamin Kramer2012-02-101-14/+16
* Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.Lang Hames2012-02-091-4/+7
* Update comment for r149070.Chad Rosier2012-01-261-3/+1
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-261-3/+2
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-2/+12
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-20/+58
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-3/+3
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-26/+69
* Pretty-print basic block alignment.Jakob Stoklund Olesen2011-12-061-2/+6
* Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth2011-11-231-0/+8
* Fix a devilish miscompile exposed by block placement. TheChandler Carruth2011-11-221-2/+8
* Update live-in lists when splitting critical edges.Jakob Stoklund Olesen2011-10-141-0/+5
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-1/+0
* getSuccWeight returns now default 0 if Weights vector is empty.Jakub Staszak2011-06-171-2/+4
* Allow empty Weights vector.Jakub Staszak2011-06-171-1/+2
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-7/+69
* Test commit.Jakub Staszak2011-06-161-7/+7
* Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen2011-05-291-2/+39
* Simplify declarations slightly by using typedefs.Eli Friedman2011-04-181-4/+2
* Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen2011-02-041-0/+10
* Try for the third time to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen2011-01-141-2/+3
* Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.Jakob Stoklund Olesen2011-01-141-16/+5
* Try again to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen2011-01-141-5/+16
* Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen2011-01-131-0/+12
* Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...Devang Patel2011-01-131-16/+5
* Teach MachineBasicBlock::getFirstTerminator to ignore debug values.Jakob Stoklund Olesen2011-01-131-5/+16
* Add missing space in debug outputJakob Stoklund Olesen2011-01-131-1/+1
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-091-12/+1
* Don't try to split weird critical edges that really aren't:Jakob Stoklund Olesen2010-11-021-2/+12
* Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen2010-10-301-0/+7
* Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen2010-10-261-3/+15
* Properly update MachineDominators when splitting critical edge.Evan Cheng2010-08-191-2/+25
* Move the decision logic whether it's a good idea to split a critical edge to ...Evan Cheng2010-08-171-9/+1
* Fix debug message.Evan Cheng2010-08-171-1/+1
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-171-2/+9
* Add a getFirstNonPHI utility function.Dan Gohman2010-07-071-0/+7
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-5/+25
* Revert r107655.Dan Gohman2010-07-061-25/+5
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-5/+25
* Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman2010-06-221-0/+79
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-6/+7
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-131-4/+5
* Reapply r100056. It doesn't look like it's the one that's causing a failure.Bill Wendling2010-04-011-35/+23