1. fdc40a0 Remove trailing whitespace to reduce later commit patch noise. by Scott Michel · 16 years ago
  2. 6f38cb6 Use getDebugLoc forwarder instead of getNode()->getDebugLoc. by Dale Johannesen · 17 years ago
  3. 92570c4 Make SDNode constructors take a DebugLoc always. by Dale Johannesen · 17 years ago
  4. edb62c4 Remove now-unused constructors. by Dale Johannesen · 17 years ago
  5. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  6. e8d7230 Remove more non-DebugLoc getNode variants. Use by Dale Johannesen · 17 years ago
  7. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  8. f5f5dce Eliminate remaining non-DebugLoc version of getTargetNode. by Dale Johannesen · 17 years ago
  9. f90b2a7 get rid of some non-DebugLoc getTargetNode variants. by Dale Johannesen · 17 years ago
  10. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
  11. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
  12. 9b36c63 Remove 3 non-DebugLoc variants of getNode. by Dale Johannesen · 17 years ago
  13. b0e341b Fix a bug where we were not emitting a cvt rnd sat node for converting by Mon P Wang · 17 years ago
  14. 2fabcb2 Get rid of 3 non-DebugLoc getNode variants. by Dale Johannesen · 17 years ago
  15. 4be0bdf Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. by Dale Johannesen · 17 years ago
  16. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
  17. 4caa042 80 column rule. by Stuart Hastings · 17 years ago
  18. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  19. 80d6977 Since I'm obliged to work with a development OS that currently doesn't by Stuart Hastings · 17 years ago
  20. 39355f9 Remove non-DebugLoc forms of the exotic forms of Lod and Sto; patch uses. by Dale Johannesen · 17 years ago
  21. f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
  22. 8ad9b43 Remove a few non-DebugLoc versions of node creation functions. by Dale Johannesen · 17 years ago
  23. a04b757 DebugLoc propagation; adjustment to things omitted from SelectionDagBuild. by Dale Johannesen · 17 years ago
  24. 0f502f6 Add some DL propagation to places that didn't have it yet. More coming. by Dale Johannesen · 17 years ago
  25. b51d40c First initialize DAG otherwise dwarf writer is used uninitialized. by Devang Patel · 17 years ago
  26. dbfd8db Fill in some missing DL propagation in getNode()s. by Dale Johannesen · 17 years ago
  27. ff97d4f Propagation in TargetLowering. Includes passing a DL by Dale Johannesen · 17 years ago
  28. a7ce741 Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode by Dan Gohman · 17 years ago
  29. 54c9452 Commit missing files. by Dale Johannesen · 17 years ago
  30. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 17 years ago
  31. 92abc62 Fix PR3401: when using large integers, the type by Duncan Sands · 17 years ago
  32. a7b6cff If unsafe FP optimization is not set, don't allow -(A-B) => B-A because by Mon P Wang · 17 years ago
  33. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  34. 7581bfa Get rid of the non-DebugLoc-ified getNOT() method. by Bill Wendling · 17 years ago
  35. 6ce610f Propagate debug loc info for some of the *_EXTEND functions. by Bill Wendling · 17 years ago
  36. 41b9d27 DebugLoc form of getNOT(). by Bill Wendling · 17 years ago
  37. 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 17 years ago
  38. 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 17 years ago
  39. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 17 years ago
  40. e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 17 years ago
  41. 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 17 years ago
  42. 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 17 years ago
  43. ce9bc12 Add an assertion to the form of SelectionDAG::getConstant that takes by Dan Gohman · 17 years ago
  44. e7852d0 Take the next steps in making SDUse more consistent with LLVM Use, and by Dan Gohman · 17 years ago
  45. 3994610 Eliminate the loop that searches through each of the operands by Dan Gohman · 17 years ago
  46. 74692c0 Whitespace tidiments. by Dan Gohman · 17 years ago
  47. e77f89d Move the N->use_empty() assert from DeleteNode to by Dan Gohman · 17 years ago
  48. a90c8e6 Fold x-0 to x in unsafe-fp-math mode. This comes up in the by Dan Gohman · 17 years ago
  49. 760f86f Don't create ISD::FNEG nodes after legalize if they aren't legal. by Dan Gohman · 17 years ago
  50. 4c24546 Add SelectionDAG::getNOT method to construct bitwise NOT operations, by Bob Wilson · 17 years ago
  51. e70909b fix a typo by Chris Lattner · 17 years ago
  52. c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 17 years ago
  53. dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 17 years ago
  54. e9530ec More consts on TargetLowering references. by Dan Gohman · 17 years ago
  55. bbdc820 Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy) that were used to handle debug info. by Devang Patel · 17 years ago
  56. 35fe734 Undo previous checkin. by Devang Patel · 17 years ago
  57. bb8c595 Use dwarf writer to decide whether the module has debug info or not. by Devang Patel · 17 years ago
  58. 83489bb by Devang Patel · 17 years ago
  59. 6e7a161 Request DwarfWriter. This will be used to handle dbg_* intrinsics. by Devang Patel · 17 years ago
  60. 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 17 years ago
  61. 6db08c4 Avoid generating a convert_rndsat node when the src and dest type are the same. by Mon P Wang · 17 years ago
  62. 74c3765 Add sub/mul overflow intrinsics. This currently doesn't have a by Bill Wendling · 17 years ago
  63. 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 17 years ago
  64. e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 17 years ago
  65. 9304f2c When allocating a stack temporary, use the correct by Duncan Sands · 17 years ago
  66. 13d6d44 Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value types. by Bill Wendling · 17 years ago
  67. aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
  68. 24ac408 Eliminate some unused variable compile time warnings. by Evan Cheng · 17 years ago
  69. 0322808 Rename SetCCResultContents to BooleanContents. In by Duncan Sands · 17 years ago
  70. 253174b Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! by Bill Wendling · 17 years ago
  71. 3ebd0ee Update comments. by Dan Gohman · 17 years ago
  72. 1c55a9c Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" by Bill Wendling · 17 years ago
  73. 7cdc3c8 Implement the sadd_with_overflow intrinsic. This is converted into by Bill Wendling · 17 years ago
  74. ea7b527 Add UADDO and SADDO nodes. These will be used for determining an overflow by Bill Wendling · 17 years ago
  75. 77cdf30 Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to by Mon P Wang · 17 years ago
  76. aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
  77. 3d0f5af Fix PR2986: do not use a potentially illegal by Duncan Sands · 17 years ago
  78. d22ec5f Add sanity checking for BUILD_PAIR (I noticed the by Duncan Sands · 17 years ago
  79. 7fe5e18 fix some whitespace stuff by Chris Lattner · 17 years ago
  80. 0dc4045 Fix UpdateNodeOperands so that it does CSE of calls by Duncan Sands · 17 years ago
  81. fea9088 Initialize uninitialized variable. by Dale Johannesen · 17 years ago
  82. 0954aef Temporarily allow the operands of a BUILD_VECTOR by Duncan Sands · 17 years ago
  83. 4401361 Don't create TargetGlobalAddress nodes with offsets that don't fit by Dan Gohman · 17 years ago
  84. a1dc602 Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will by Bill Wendling · 17 years ago
  85. 668aff6 Don't truncate GlobalAddress offsets to int in debug output. by Dan Gohman · 17 years ago
  86. 6520e20 Teach DAGCombine to fold constant offsets into GlobalAddress nodes, by Dan Gohman · 17 years ago
  87. c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 17 years ago
  88. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  89. ca0a5d9 Use -1ULL instead of uint64_t(-1), at Anton's suggestion. by Dan Gohman · 17 years ago
  90. aeaf245 Make some implicit conversions explicit, to avoid compiler warnings. by Dan Gohman · 17 years ago
  91. 38ac062 Fold trivial two-operand tokenfactors where the operands are equal immediately. by Dan Gohman · 17 years ago
  92. 6158d84 Implement the -fno-builtin option in the front-end, not in the back-end. by Bill Wendling · 17 years ago
  93. fd8ca5a - Initialize "--no-builtin" to "false". - Testcase for r56885. by Bill Wendling · 17 years ago
  94. 6f287b2 Add the new `-no-builtin' flag. This flag is meant to mimic the GCC by Bill Wendling · 17 years ago
  95. f06c835 Optimize SelectionDAG's AssignTopologicalOrder even further. by Dan Gohman · 17 years ago
  96. 86098bd Add "inreg" field to CallSDNode (doesn't increase by Dale Johannesen · 17 years ago
  97. 688d1c4 Forgot this part with my last patch. Sorry about the breakage. by Bill Wendling · 17 years ago
  98. 50284d8 Change SelectionDAG::getConstantPool to always set the alignment of the by Dan Gohman · 17 years ago
  99. 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 17 years ago
  100. 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 17 years ago