summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAge
...
* A machine basic block may end in an unconditional branch, however it may haveBill Wendling2009-12-11
* Simplify this code: don't call AnalyzeBranch before doing simpler checks.Dan Gohman2009-12-05
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26
* Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...Jakob Stoklund Olesen2009-11-22
* 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
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-11
* Make -print-machineinstrs more readable.Dan Gohman2009-10-31
* Mention if a block has its address taken in debug output.Dan Gohman2009-10-30
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner2009-08-23
* remove dead PrefixPrinter class.Chris Lattner2009-08-23
* random cleanups.Chris Lattner2009-08-23
* fix another bozo bugChris Lattner2009-08-18
* fix accidentally inverted conditional and add comment.Chris Lattner2009-08-18
* turn this conditional into something humans might actuallyChris Lattner2009-08-18
* 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
* If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman2009-05-05
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-31
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-30
* Delete unnecessary parens around return values.Dan Gohman2009-01-08
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman2008-10-02
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman2008-07-17
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-24
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* remove #includageChris Lattner2008-01-07
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-07
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-07
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-01
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-31
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-03
* Silence warning while compiling with gcc 4.2Anton Korobeynikov2007-09-02
* Fix misue of iterator pointing to erased object. Uncovered byDavid Greene2007-06-29
* Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng2007-06-18
* Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...Evan Cheng2007-06-04