1. 6da8d99 New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace by Evan Cheng · 19 years ago
  2. 0a3a5e2 Added fpimm node for ConstantFP. by Evan Cheng · 19 years ago
  3. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 19 years ago
  4. 5bf6f25 Add unique id to debug location for debug label use (work in progress.) by Jim Laskey · 19 years ago
  5. 993ff1c Add support for brcond by Andrew Lenharth · 19 years ago
  6. 330851a support targetexternalsym by Andrew Lenharth · 19 years ago
  7. 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 19 years ago
  8. d13b00e Operand 1 of TRUNCSTORE can be any of integer and floating point types. by Evan Cheng · 19 years ago
  9. 351dc96 Added special flag node FLAG. by Evan Cheng · 19 years ago
  10. 5c82f4d add some nodes, forgot to commit this last night :( by Chris Lattner · 19 years ago
  11. a5386b0 Added X86 readport patterns. by Evan Cheng · 19 years ago
  12. 898101c X86 conditional branch support. by Evan Cheng · 19 years ago
  13. 737f631 add a node, for completeness by Chris Lattner · 19 years ago
  14. 6aa4529 Since extload can also be used by FP, split STDIntExtLoad into two parts, by Nate Begeman · 19 years ago
  15. 0b21843 add truncstore by Chris Lattner · 19 years ago
  16. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 19 years ago
  17. cb17bac * Promote all 1 bit entities to 8 bit. by Evan Cheng · 19 years ago
  18. 543b458 Added constpool, frameindex, and externalsym nodes. by Evan Cheng · 19 years ago
  19. 58e84a6 Added support to specify predicates. by Evan Cheng · 19 years ago
  20. 2b52426 Fixed extload type profile. The 4th operand is a ValueType node with type by Evan Cheng · 19 years ago
  21. 3d2331d Added sextld + zextld DAG nodes. by Evan Cheng · 19 years ago
  22. 993aeb2 Prepare support for AltiVec multiply, divide, and sqrt. by Nate Begeman · 19 years ago
  23. d2c339c Fix typo :( by Chris Lattner · 19 years ago
  24. 3aed79e add selectcc by Chris Lattner · 19 years ago
  25. 8438454 Realize the constant pool & global addrs must always be ptr type by Chris Lattner · 19 years ago
  26. 28a6b02 Add support for TargetConstantPool nodes to the dag isel emitter, and use by Nate Begeman · 19 years ago
  27. b612ff9 Use SDTCisPtrTy type property for store address. by Evan Cheng · 19 years ago
  28. b51a059 * Added X86 store patterns. * Added X86 dec patterns. by Evan Cheng · 19 years ago
  29. d8fe3b3 Add SDTCisPtrTy and use it for loads, to indicate that the operand of a load by Chris Lattner · 19 years ago
  30. f20da7e Added support for ComplexPattern. by Evan Cheng · 19 years ago
  31. 68bfd9c On some targets (e.g. X86), shift amounts are not the same as the value by Chris Lattner · 19 years ago
  32. f8ac814 * Added instruction property hasCtrlDep for those which r/w control-flow by Evan Cheng · 19 years ago
  33. db40dc2 Add globaladdress and targetglobaladdress nodes for dag patterns by Chris Lattner · 19 years ago
  34. 5966955 add support for SELECT to TargetSelectionDAG.td, add support for by Duraid Madina · 19 years ago
  35. e2fd9e2 add support for int->FP and FP->int ops, and add ia64 patterns for these by Duraid Madina · 19 years ago
  36. 1f426de Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments by Chris Lattner · 19 years ago
  37. 9789826 Add undef by Chris Lattner · 19 years ago
  38. eae6d64 Use a literal to define ineg instead of immzero by Chris Lattner · 19 years ago
  39. d684e1a add cttz and ctpop by Andrew Lenharth · 19 years ago
  40. 444215d add the integer truncate/extension operations by Chris Lattner · 19 years ago
  41. 13664a6 add a new SDTCisOpSmallerThanOp type constraint, and implement fround/fextend in terms of it by Chris Lattner · 19 years ago
  42. 17f2cf0 Pull DAG ISel generation nodes out of the PowerPC backend to where they by Chris Lattner · 19 years ago