aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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