- d5aa3e2 Emit real operand info for instructions. This currently works but is bad by Chris Lattner · 20 years ago
- 0e384b6 For now, just emit empty operand info structures. by Chris Lattner · 20 years ago
- d98958f now that all of the targets are clean w.r.t. the number of operands for each by Chris Lattner · 20 years ago
- f372ae6 revert this change, which causes breakage, temporarily by Chris Lattner · 20 years ago
- a3ac88d When emitting implicit use/def lists, only emit each unique list once. Though by Chris Lattner · 20 years ago
- dcfa353 Fill in the numOperands field of the TargetInstrDescriptor struct from the by Chris Lattner · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- d648867 Refactor code for numbering instructions into CodeGenTarget. by Chris Lattner · 21 years ago
- aad75aa Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. by Chris Lattner · 21 years ago
- cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 21 years ago
- 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 21 years ago
- 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
- 2d12b2c Instructions no longer need to have names. by Chris Lattner · 21 years ago
- ec35240 Add, and start using, the CodeGenInstruction class. This class represents by Chris Lattner · 21 years ago
- 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 21 years ago
- 2082ebe Finegrainify namespacification by Chris Lattner · 21 years ago
- 5850599 Support new flag by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 01d4582 Added LLVM copyright header. by John Criswell · 22 years ago
- 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 22 years ago
- 7884b75 Start using the CodeGeneratorWrappers by Chris Lattner · 22 years ago
- bc01723 Switch code over to being a TableGenBackend by Chris Lattner · 22 years ago
- a3ae614 Finish the instruction info emitter by Chris Lattner · 22 years ago
- 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 22 years ago