1. c240bb0 factor the operand list (and related fields/operations) out of by Chris Lattner · 15 years ago
  2. 79b3cdd avoid needless throw/catch/rethrow, stringref'ize some simple stuff. by Chris Lattner · 15 years ago
  3. f780811 eliminate the old InstFormatName which is always "AsmString", by Chris Lattner · 15 years ago
  4. 4d43d0f move FlattenVariants out of AsmMatcherEmitter into a shared by Chris Lattner · 15 years ago
  5. 5013f74 Allow targets to optionally specify custom binary encoder functions for by Jim Grosbach · 15 years ago
  6. 0185507 When figuring out which operands match which encoding fields in an instruction, by Jim Grosbach · 15 years ago
  7. f523e47 Revert r114703 and r114702, removing the isConditionalMove flag from instructions. After further by Owen Anderson · 15 years ago
  8. 5716180 Add an TargetInstrDesc bit to indicate that a given instruction is a conditional move. by Owen Anderson · 15 years ago
  9. 73739d0 Add back in r109901, which adds a Compare flag to the target instructions. It's by Bill Wendling · 15 years ago
  10. 5b55ff0 Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't by Bill Wendling · 15 years ago
  11. 1844b1a Add a "Compare" flag to the target instruction descriptor. This will be used by Bill Wendling · 15 years ago
  12. 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 15 years ago
  13. 9414ae5 hoist some funky logic into CodeGenInstruction by Chris Lattner · 15 years ago
  14. f506b6b capture implicit uses and defs in CodeGenInstruction by Chris Lattner · 15 years ago
  15. f55eed2 rewrite this to not artificially force concat the ins/outs list. by Chris Lattner · 15 years ago
  16. b0be4d2 eliminate support for "ops" in the input/output list of an by Chris Lattner · 15 years ago
  17. cedef1c remove some code that was working around old sparc v9 backend bugs. by Chris Lattner · 15 years ago
  18. bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 15 years ago
  19. a7d479c Introduce a new CodeGenInstruction::ConstraintInfo class by Chris Lattner · 16 years ago
  20. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
  21. 0680172 Add @earlyclobber TableGen constraint by Jim Grosbach · 16 years ago
  22. f0a4fad whitespace by Jim Grosbach · 16 years ago
  23. 533297b Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a by Dan Gohman · 16 years ago
  24. 799d697 Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When by Evan Cheng · 16 years ago
  25. fd87e6a Fix bad length argument to substr calls. Apparently I'm the first one to by Bob Wilson · 16 years ago
  26. e8cf21e by David Greene · 16 years ago
  27. c7cafcd by David Greene · 16 years ago
  28. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 17 years ago
  29. 677fbfa Remove redundant word in tblgen error message. by Matthijs Kooijman · 17 years ago
  30. 48c1bc2 Handle some 64-bit atomics on x86-32, some of the time. by Dale Johannesen · 17 years ago
  31. e4c67cd Teach the DAGISelEmitter to not compute the variable_ops operand by Dan Gohman · 17 years ago
  32. d35121a Fix a tblgen problem handling variable_ops in tblgen instruction by Dan Gohman · 17 years ago
  33. 8370d38 Add a flag to indicate that an instruction is as cheap (or cheaper) than a move by Bill Wendling · 17 years ago
  34. 20ccded Remove isImplicitDef TargetInstrDesc flag. by Evan Cheng · 17 years ago
  35. 5b41537 Recommitting changes after more testing. These appear to cause no problems. by Christopher Lamb · 17 years ago
  36. 4499e49 Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. by Evan Cheng · 17 years ago
  37. 620d741 Add support in TableGen for unknown operands that infer their type from the pattern their used in. This will be used to allow insert/extract subreg patterns in .td files! by Christopher Lamb · 17 years ago
  38. ba7e756 Start inferring side effect information more aggressively, and fix many bugs in the by Chris Lattner · 18 years ago
  39. dcc8b4f add a mayLoad property for machine instructions, a correlary to mayStore. by Chris Lattner · 18 years ago
  40. 8f707e1 rename hasVariableOperands() -> isVariadic(). Add some comments. by Chris Lattner · 18 years ago
  41. af3eb7c the name field of instructions is never set to a non-empty string, by Chris Lattner · 18 years ago
  42. 834f1ce rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. by Chris Lattner · 18 years ago
  43. 2e48a70 rename isStore -> mayStore to more accurately reflect what it captures. by Chris Lattner · 18 years ago
  44. 6cc654b Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor. by Chris Lattner · 18 years ago