aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineCodeForInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add back #include I messed upChris Lattner2004-02-291-0/+1
* Urg, forgot to check this in.Chris Lattner2004-02-291-1/+0
* Move methods out of .h fileChris Lattner2004-02-291-0/+9
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-3/+2
* Remove use of llvm/CodeGen/InstrSelection.hChris Lattner2004-01-101-2/+2
* Finegrainify namespacification.Chris Lattner2004-01-091-9/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Move CallArgsDescriptor into this class instead of making it anVikram S. Adve2002-10-291-0/+5
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-281-30/+11
* Add an assertion.Vikram S. Adve2002-09-161-0/+1
* Rename static struct Initializer to avoid name conflict with BB.Vikram S. Adve2002-07-081-3/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-4/+24
* Code pulled out of MAchineInstr.(h|cpp)Chris Lattner2002-02-031-0/+57