1. 04677a3 Recognize target instruction flag 'isReMaterializable'. by Evan Cheng · 18 years ago
  2. f64f9a4 Remove the isTwoAddress property from the CodeGenInstruction class. It should by Chris Lattner · 19 years ago
  3. 0bb7500 ADd support for adding constraints to suboperands by Chris Lattner · 19 years ago
  4. a0cca4a simplify the way operand flags and constraints are handled, making it easier by Chris Lattner · 19 years ago
  5. a818e92 recognize ppc's blr instruction as predicated by Chris Lattner · 19 years ago
  6. d41b30d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  7. e2ba897 Add operand constraints to TargetInstrInfo. by Evan Cheng · 19 years ago
  8. 51fecc8 * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag and by Evan Cheng · 20 years ago
  9. 2b4ea79 Added field noResults to Instruction. by Evan Cheng · 20 years ago
  10. 7b05bd5 * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG by Evan Cheng · 20 years ago
  11. 1c3d19e * Commit the fix (by Chris) for a tblgen type inferencing bug. by Evan Cheng · 20 years ago
  12. 86193d1 Nuke CodeGenInstruction's ValueType member, it is no longer used. by Nate Begeman · 20 years ago
  13. 8ef9d16 fit into 80 columns by Nate Begeman · 20 years ago
  14. 65303d6 Teach tblgen about instruction operands that have multiple MachineInstr by Chris Lattner · 20 years ago
  15. 5f89bf0 spell this variable right by Chris Lattner · 20 years ago
  16. 8b50f9b Expose a new flag to TargetInstrInfo by Chris Lattner · 20 years ago
  17. 0e384b6 For now, just emit empty operand info structures. by Chris Lattner · 20 years ago
  18. cfbf96a Figure out how many operands each instruction has, keep track of whether by Chris Lattner · 20 years ago
  19. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  20. aad75aa Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. by Chris Lattner · 21 years ago
  21. cdd66b5 Add support for the isLoad and isStore flags, needed by the instruction scheduler by Nate Begeman · 21 years ago
  22. 5b71d3a Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG by Chris Lattner · 21 years ago
  23. 175580c Make the AsmWriter a first-class tblgen object. Allow targets to specify by Chris Lattner · 21 years ago
  24. cf03da0 Start parsing more information from the Operand information by Chris Lattner · 21 years ago
  25. 87c5905 Parse the operand list of the instruction. We currently support register and immediate operands. by Chris Lattner · 21 years ago
  26. ec35240 Add, and start using, the CodeGenInstruction class. This class represents by Chris Lattner · 21 years ago