aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-211-3/+1
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-211-1/+3
* If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman2009-05-051-4/+2
* Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman2009-03-311-0/+10
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-301-2/+2
* Delete unnecessary parens around return values.Dan Gohman2009-01-081-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman2008-10-021-0/+5
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-131-1/+2
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-24/+12
* Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman2008-07-171-0/+12
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-53/+53
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-0/+13
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-241-0/+5
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-0/+1
* Rename PrintableName to Name.Bill Wendling2008-02-261-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-7/+7
* remove #includageChris Lattner2008-01-071-1/+1
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-3/+3
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-4/+3
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-011-4/+55
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-311-19/+21
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* Silence warning while compiling with gcc 4.2Anton Korobeynikov2007-09-021-1/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+287