1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. d648867 Refactor code for numbering instructions into CodeGenTarget. by Chris Lattner · 20 years ago
  3. aad75aa Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. by Chris Lattner · 20 years ago
  4. 35e83cc * Add option to read isLittleEndianEncoding for InstrInfo classes by Misha Brukman · 20 years ago
  5. 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
  6. cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 20 years ago
  7. 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 20 years ago
  8. 037d732 Alignment is now in bits. by Chris Lattner · 20 years ago
  9. 98df506 Make alignment be in bits, just like size is by Chris Lattner · 20 years ago
  10. 5767775 Support "Methods" in register classes in CodgeGenRegisterClass by Chris Lattner · 20 years ago
  11. 056afef Start parsing register classes into a more structured form by Chris Lattner · 20 years ago
  12. 7a680c6 Read in declared reg sizes by Chris Lattner · 20 years ago
  13. 2669311 Use CodeGenRegister class to make reading in of register information more by Chris Lattner · 20 years ago
  14. 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 20 years ago
  15. cf03da0 Start parsing more information from the Operand information by Chris Lattner · 20 years ago
  16. 552a842 Remove special case hacks by Chris Lattner · 20 years ago
  17. 87c5905 Parse the operand list of the instruction. We currently support register and immediate operands. by Chris Lattner · 20 years ago
  18. 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 20 years ago
  19. ec35240 Add, and start using, the CodeGenInstruction class. This class represents by Chris Lattner · 20 years ago
  20. 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 20 years ago
  21. 2082ebe Finegrainify namespacification by Chris Lattner · 20 years ago
  22. bebdb20 Emit a more sensible error message if no subclasses of Target are defined. by Misha Brukman · 20 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  24. 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
  25. be7f4af This seems to work around some unobvious bug in gcc on sparc which was by Brian Gaeke · 21 years ago
  26. b72fb7e Add new function by Chris Lattner · 21 years ago
  27. d3464c1 Add new method to get a value type as a string by Chris Lattner · 21 years ago
  28. 4587207 Initial checkin of useful wrappers around the Target classes, for now, only ValueType and by Chris Lattner · 21 years ago