1. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  2. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  3. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  4. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
  5. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
  6. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  7. 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
  8. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  9. 8c0f244 Don't make use of an illegal type (i64) when lowering f64 function arguments. by Duncan Sands · 17 years ago
  10. aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
  11. 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 17 years ago
  12. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 17 years ago
  13. e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 17 years ago
  14. 4b58b6a Use expand for smul_lohi for now by Anton Korobeynikov · 17 years ago
  15. 0eefda1 Add rudimentary support for 'r' register operand by Anton Korobeynikov · 17 years ago
  16. 5383570 Cleanup by Anton Korobeynikov · 17 years ago
  17. 0bb4160 Make log, log2, log10, exp, exp2 use Expand by default. by Dale Johannesen · 17 years ago
  18. 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 17 years ago
  19. 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 17 years ago
  20. 095cc29 Define CallSDNode, an SDNode subclass for use with ISD::CALL. by Dan Gohman · 17 years ago
  21. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  22. 7794f2a Add intrinsics for log, log2, log10, exp, exp2. by Dale Johannesen · 17 years ago
  23. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  24. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  25. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  26. 4bdcb61 Add a new getMergeValues method that does not need by Duncan Sands · 17 years ago
  27. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  28. 7f46020 Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its by Dan Gohman · 17 years ago
  29. a44b674 Replace some std::vectors that showed up in heap profiling with by Dan Gohman · 17 years ago
  30. f951620 Revert the SelectionDAG optimization that makes by Duncan Sands · 17 years ago
  31. 0011dc4 Use MachineBasicBlock::transferSuccessors. by Dan Gohman · 17 years ago
  32. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  33. 707e018 Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal by Dan Gohman · 17 years ago
  34. 315123f Check in some #ifdef'd out code switching call argument by Chris Lattner · 17 years ago
  35. b26bc75 remove dead code by Chris Lattner · 17 years ago
  36. 98949a6 Switch sparc from using LowerCallTo to using LowerOperation(CALL) like by Chris Lattner · 17 years ago
  37. 5a65b92 Start moving sparc to use SparcCallingConv.td, switching over by Chris Lattner · 17 years ago
  38. d23405e split sparc lowering out into SparcISelLowering.{cpp|h} to follow by Chris Lattner · 17 years ago