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