summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAge
* 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
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-13
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-17
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-10
* more comment updatesDale Johannesen2010-02-10
* 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
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-15
* Address comments on last patch:Bill Wendling2009-12-11
* A machine basic block may end in an unconditional branch, however it may haveBill Wendling2009-12-11
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26
* Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen2009-11-20
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-17
* Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach2009-11-12
* Fix a comment.Dan Gohman2009-11-09
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Revert r82214 completely to fix build.Xerxes Ranby2009-09-18
* Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng2009-09-18
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-26
* re-committing yesterday's r79938.Gabor Greif2009-08-25
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-25
* Resubmit an earlier patch of mine:Gabor Greif2009-08-24
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* remove some dead print method variants.Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-03
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-24
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-21
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-21
* Tidy up #includes.Dan Gohman2009-07-16
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-31
* Really temporarily revert r68073.Bill Wendling2009-03-31
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-31
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-31
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-30
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-30
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-27
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-27
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-09
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-09
* do not close friendship with every odd classGabor Greif2009-03-06
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-04
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-04
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-04