aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineInstr.cpp
AgeCommit message (Expand)Author
2001-08-07added a default isDef arg to SetMachineOperand method - RuchiraRuchira Sasanka
2001-07-31Allow machine instructions with variable numbers of arguments.Vikram S. Adve
2001-07-28Eliminate separate enum for operand register type.Vikram S. Adve
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve