aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Add a getFirstNonPHI utility function.Dan Gohman2010-07-071-0/+7
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-0/+5
* Revert r107655.Dan Gohman2010-07-061-5/+0
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-0/+5
* Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman2010-06-221-0/+9
* Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman2010-04-131-6/+3
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-2/+1
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-171-5/+0
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-101-0/+3
* more comment updatesDale Johannesen2010-02-101-1/+1
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-0/+4
* make findDebugLoc a class methodDale Johannesen2010-01-201-3/+4
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-201-0/+3
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-151-5/+0
* Address comments on last patch:Bill Wendling2009-12-111-3/+3
* A machine basic block may end in an unconditional branch, however it may haveBill Wendling2009-12-111-0/+5
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-261-0/+6
* Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen2009-11-201-1/+6
* Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng2009-11-171-0/+2
* Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach2009-11-121-1/+7
* Fix a comment.Dan Gohman2009-11-091-1/+1
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+12
* Revert r82214 completely to fix build.Xerxes Ranby2009-09-181-7/+0
* Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng2009-09-181-0/+7
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-261-1/+1
* re-committing yesterday's r79938.Gabor Greif2009-08-251-1/+1
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-251-1/+1
* Resubmit an earlier patch of mine:Gabor Greif2009-08-241-1/+1
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-231-2/+0
* remove some dead print method variants.Chris Lattner2009-08-231-6/+0
* remove dead PrefixPrinter class.Chris Lattner2009-08-231-11/+6
* Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene2009-08-031-4/+13
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-241-0/+4
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-211-7/+2
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-211-2/+7
* Tidy up #includes.Dan Gohman2009-07-161-1/+0
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-311-0/+5
* Really temporarily revert r68073.Bill Wendling2009-03-311-9/+0
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-311-0/+9
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-311-9/+0
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-301-0/+9
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-301-2/+2
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-271-1/+1
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-271-1/+1
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-091-1/+1
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-091-1/+1
* do not close friendship with every odd classGabor Greif2009-03-061-1/+0
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-041-0/+1
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-0/+3
* "Ghostify" embedded sentinels. This is a real win in all casesGabor Greif2009-03-041-2/+4