summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAge
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Make sure I is not the end iterator when isInsideBundle is called. Akira Hatanaka2012-10-26
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy2012-09-12
* Release build: guard dump functions withManman Ren2012-09-11
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-20
* Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen2012-08-13
* Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen2012-08-13
* Update edge weights correctly in replaceSuccessor().Jakob Stoklund Olesen2012-08-10
* Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-09
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-08
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-08
* Add MachineBasicBlock::isPredecessor().Jakob Stoklund Olesen2012-07-30
* Remove tabs.Bill Wendling2012-07-19
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-15
* MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...Evan Cheng2012-04-24
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-16
* Allow removeLiveIn to be called with a register that isn't live-in.Jakob Stoklund Olesen2012-03-28
* Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnost...Andrew Trick2012-03-07
* Cache iterators. Some of these are expensive to create.Benjamin Kramer2012-02-10
* Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.Lang Hames2012-02-09
* Update comment for r149070.Chad Rosier2012-01-26
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-26
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-20
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Pretty-print basic block alignment.Jakob Stoklund Olesen2011-12-06
* Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth2011-11-23
* Fix a devilish miscompile exposed by block placement. TheChandler Carruth2011-11-22
* Update live-in lists when splitting critical edges.Jakob Stoklund Olesen2011-10-14
* - 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