aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCodeForInstruction.cpp
AgeCommit message (Expand)Author
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-01-10Remove use of llvm/CodeGen/InstrSelection.hChris Lattner
2004-01-09Finegrainify namespacification.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2002-10-29Move CallArgsDescriptor into this class instead of making it anVikram S. Adve
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner
2002-09-16Add an assertion.Vikram S. Adve
2002-07-08Rename static struct Initializer to avoid name conflict with BB.Vikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-03-24Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.Vikram S. Adve
2002-02-03Code pulled out of MAchineInstr.(h|cpp)Chris Lattner