Put all LLVM code into the llvm namespace, as per bug 109.
[oota-llvm.git] / include / llvm / CodeGen / MachineInstr.h
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-30 Vikram S. AdveAdded class MachineCodeForBasicBlock.
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerNonpolymorphic class, doesn't need a virtual dtor!
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveHeader files for the target architecture description...