summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-09-12Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy1-0/+74
2012-09-11Release build: guard dump functions withManman Ren1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-1/+1
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen1-3/+2
2012-08-13Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen1-5/+7
2012-08-13Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen1-1/+4
2012-08-10Update edge weights correctly in replaceSuccessor().Jakob Stoklund Olesen1-9/+33
2012-08-09Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen1-1/+2
2012-08-08Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen1-2/+3
2012-08-08Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen1-3/+2
2012-07-30Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen1-2/+5
2012-07-19Remove tabs.Bill Wendling1-1/+1
2012-06-15Remove assignments which aren't used afterwards.Bill Wendling1-3/+1
2012-04-24MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng1-0/+5
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth1-7/+29
2012-03-28Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen1-2/+2
2012-03-07Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick1-0/+12
2012-02-10Cache iterators. Some of these are expensive to create.Benjamin Kramer1-14/+16
2012-02-09Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.Lang Hames1-4/+7
2012-01-26Update comment for r149070.Chad Rosier1-3/+1
2012-01-26Replace the use of isPredicable() with isPredicated() inChad Rosier1-3/+2
2011-12-20Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak1-2/+12
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng1-20/+58
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-3/+3
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng1-26/+69
2011-12-06Pretty-print basic block alignment.Jakob Stoklund Olesen1-2/+6
2011-11-23Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth1-0/+8
2011-11-22Fix a devilish miscompile exposed by block placement. TheChandler Carruth1-2/+8
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen1-0/+5
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng1-1/+0
2011-06-17getSuccWeight returns now default 0 if Weights vector is empty.Jakub Staszak1-2/+4
2011-06-17Allow empty Weights vector.Jakub Staszak1-1/+2
2011-06-16Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak1-7/+69
2011-06-16Test commit.Jakub Staszak1-7/+7
2011-05-29Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen1-2/+39
2011-04-18Simplify declarations slightly by using typedefs.Eli Friedman1-4/+2
2011-02-04Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen1-0/+10
2011-01-14Try for the third time to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen1-2/+3
2011-01-14Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.Jakob Stoklund Olesen1-16/+5
2011-01-14Try again to teach getFirstTerminator() about debug values.Jakob Stoklund Olesen1-5/+16
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen1-0/+12
2011-01-13Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...Devang Patel1-16/+5
2011-01-13Teach MachineBasicBlock::getFirstTerminator to ignore debug values.Jakob Stoklund Olesen1-5/+16
2011-01-13Add missing space in debug outputJakob Stoklund Olesen1-1/+1
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen1-12/+1
2010-11-02Don't try to split weird critical edges that really aren't:Jakob Stoklund Olesen1-2/+12
2010-10-30Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen1-0/+7
2010-10-26Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen1-3/+15