1. d6f175b Add opposite_of and inverse_opt to support -fno- style options. This by Mike Stump · 16 years ago
  2. e0ffc92 Use sublw for comparison with literals instead of subwf. by Sanjiv Gupta · 16 years ago
  3. 7ad9b51 When PerformBuildVectorCombine, avoid creating a X86ISD::VZEXT_LOAD of by Mon P Wang · 16 years ago
  4. c8d7bc8 Enable emitting of constant values in non-default address space as well. The APIs emitting constants now take an additional parameter signifying the address space in which to emit. The APIs like getData8BitsDirective() etc are made virtual enabling targets to be able to define appropirate directivers for various sizes and address spaces. by Sanjiv Gupta · 16 years ago
  5. 826d114 Propagate debug loc info in SimplifyNodeWithTwoResults. by Bill Wendling · 16 years ago
  6. 326411d Propagate debug loc info for MULHS. by Bill Wendling · 16 years ago
  7. 6d3bf8c Propagate debug loc info for SREM and UREM. by Bill Wendling · 16 years ago
  8. 07d8514 Propagate debug loc info for UDIV. by Bill Wendling · 16 years ago
  9. 944d34b Propagate debug loc info for SDIV. by Bill Wendling · 16 years ago
  10. 73e16b2 Forgot to propagate debug loc info here. by Bill Wendling · 16 years ago
  11. 3311a1f Fix a post-RA scheduling dependency bug. by Dan Gohman · 16 years ago
  12. 9c8148a Propagate debug loc info for MUL. by Bill Wendling · 16 years ago
  13. b0702e0 Propagate debug loc info in SUB. by Bill Wendling · 16 years ago
  14. 14036c0 Propagate debug loc info in ADDC and ADDE. by Bill Wendling · 16 years ago
  15. f4eb226 Propagate debug loc info in DAG combine's "ADD". by Bill Wendling · 16 years ago
  16. d69c314 - Propagate debug loc info in combineSelectAndUse(). by Bill Wendling · 16 years ago
  17. 7ba6052 Add some comments. by Mikhail Glushenkov · 16 years ago
  18. 072e99e Fix a bug in getMaxValue/getMinValue to pass the right signedness the by Chris Lattner · 16 years ago
  19. 5585db0 Enable target tripple. by Devang Patel · 16 years ago
  20. de9e4ce Linux and other target's encoding for DW_AT_declaration may not match. by Devang Patel · 16 years ago
  21. fa42dea Propagate debug info when building SelectionDAG. by Dale Johannesen · 16 years ago
  22. 6360089 Remove dead code, again. by Devang Patel · 16 years ago
  23. 425b64e Remove dead code. by Devang Patel · 16 years ago
  24. d234e59 Add DW_AT_declaration for class methods. by Devang Patel · 16 years ago
  25. 5c71acf Propagate debug location info for the token factor. by Bill Wendling · 16 years ago
  26. bf3f5a0 Add dump() routines to help debug debug info :) by Devang Patel · 16 years ago
  27. 35247c3 Add DebugLoc propagation to some of the methods in DAG combiner. by Bill Wendling · 16 years ago
  28. ca64183 Explain why this is here. by Bill Wendling · 16 years ago
  29. af399a6 XFAIL this test. It only worked before because of a bug in the spill point selection code. Not deleting because by Owen Anderson · 16 years ago
  30. 3ef4549 Correct the algorithms for choosing spill and restore points so that we don't try to insert loads/stores between call frame setup and the actual call. by Owen Anderson · 16 years ago
  31. 15b3830 Explicitly add PseudoSourceValue information when lowering by Dan Gohman · 16 years ago
  32. 1cc6b8e Make a few things const, fix some comments, and simplify some assertions. by Dan Gohman · 16 years ago
  33. f87d287 Fix windows build, patch by Marius Wachtler! by Chris Lattner · 16 years ago
  34. d5a4802 Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins. by Evan Cheng · 16 years ago
  35. 2c65c3d Fix two typos that Duncan spotted in a comment. by Dan Gohman · 16 years ago
  36. 197e88f In the case of an extractelement on an insertelement value, by Dan Gohman · 16 years ago
  37. b691b70 Add a always_inline test case. by Evan Cheng · 16 years ago
  38. 56ab1a2 Revert r63273. This was already implemented by Dale. There's no need for my by Bill Wendling · 16 years ago
  39. 6db3612 Add a test case for Chris lvalue alignment fixes. by Evan Cheng · 16 years ago
  40. c0f3a03 Fix an issue where restores could be inserted after a terminator instruction, by Owen Anderson · 16 years ago
  41. 4bfc209 Comments are good. :-) by Owen Anderson · 16 years ago
  42. 45e6855 Add support for aggressive load-use-store folding. This takes care of the by Owen Anderson · 16 years ago
  43. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 16 years ago
  44. cee3e7c Fix PR3424, a static constructor ordering issue. Patch by Robert Schuster! by Chris Lattner · 16 years ago
  45. 5a3c6a8 Exit with nice warnings when register allocator run out of registers. by Evan Cheng · 16 years ago
  46. e5af2d3 Make x86's BT instruction matching more thorough, and add some by Dan Gohman · 16 years ago
  47. 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 16 years ago
  48. 7ddee0a A slight compile time optimization. If the caller knows there isn't a free register getReg() should not call getFreeReg(). by Evan Cheng · 16 years ago
  49. e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 16 years ago
  50. 42cc6e3 Fix comment about removeRange. by Evan Cheng · 16 years ago
  51. e91a000 Fixed lowering of v816 shuffles. by Mon P Wang · 16 years ago
  52. 7540561 Make test platform agnostic. by Bill Wendling · 16 years ago
  53. 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 16 years ago
  54. ef42a3b Give this test an explicit target, to make it host-independent. by Dan Gohman · 16 years ago
  55. 50ef90d SDOperand has been renamed to SDValue. SDNode::Val is now by Dan Gohman · 16 years ago
  56. 4f80178 Add more comments describing SDNode operator codes. by Dan Gohman · 16 years ago
  57. 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 16 years ago
  58. f70dab7 Add some comments on ISD::NodeType. by Dan Gohman · 16 years ago
  59. f923574 by Devang Patel · 16 years ago
  60. 6e733d3 Fix some issues with volatility, move "CanConvertToScalar" check by Chris Lattner · 16 years ago
  61. 6c8e35f strengthen this test. by Chris Lattner · 16 years ago
  62. f7eef68 Fixed extract element when the result needs to be promoted and the input widened. by Mon P Wang · 16 years ago
  63. f52038a Delete unnecessary elses. by Dan Gohman · 16 years ago
  64. 8c46e85 Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cmake. by Chris Lattner · 16 years ago
  65. f560ffa Make isOperationLegal do what its name suggests, and introduce a by Dan Gohman · 16 years ago
  66. 0b3aa26 Formatting. by Duncan Sands · 16 years ago
  67. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 16 years ago
  68. e02f724 Fix PR3415 (infinite loop in EscapeAnalysis) by by Duncan Sands · 16 years ago
  69. 1632782 The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 16-byte. That is overly strict. These instructions read / write f64 memory locations without alignment requirement. by Evan Cheng · 16 years ago
  70. f4646d9 Added sse test patterns for r62979 and r63193. by Mon P Wang · 16 years ago
  71. 3becd09 Add shuffle splat pattern for x86 sse shifts. by Mon P Wang · 16 years ago
  72. 57cd67f Typo. by Mikhail Glushenkov · 16 years ago
  73. 5303c75 Update the generated docs. by Mikhail Glushenkov · 16 years ago
  74. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  75. 6c55b1c Clarify comment. by Mikhail Glushenkov · 16 years ago
  76. f83c81a Use ValueType::bitsLT to simplify some code. by Dan Gohman · 16 years ago
  77. 77f7a57 Use ZERO_EXTEND instead of ANY_EXTEND when promoting by Dan Gohman · 16 years ago
  78. 42ce8ea Comment fixes. by Bill Wendling · 16 years ago
  79. d1e7d9a Suppress a compile time warning. by Evan Cheng · 16 years ago
  80. ab160cf Embalm my ideas of how things should work. Not that anyone will pay attention. by Dale Johannesen · 16 years ago
  81. 7009d24 Add type DIE into appropriate context DIE. by Devang Patel · 16 years ago
  82. 06efc02 Add a DebugLoc field and some simple accessors. by Dale Johannesen · 16 years ago
  83. 124c7fd Reorder args, constify. by Dale Johannesen · 16 years ago
  84. ac7de20 Add testcase for r63142. by Bill Wendling · 16 years ago
  85. 72bb402 Treat [1 x i8] zeroinitializer as a C string, placing such stuff into by Anton Korobeynikov · 16 years ago
  86. 5f7c41c Use .empty() instead of comparing .size() with 0. by Dan Gohman · 16 years ago
  87. 1bb1d99 Update to latest spelling. by Dale Johannesen · 16 years ago
  88. 3b1a9c5 Add DebugLoc field and simple accessors. by Dale Johannesen · 16 years ago
  89. aaeea9e Refine DebugLoc per review comments. by Evan Cheng · 16 years ago
  90. ce9bc12 Add an assertion to the form of SelectionDAG::getConstant that takes by Dan Gohman · 16 years ago
  91. d3f1849 Reformat the allocation-order arrays to a more conventional style. by Dan Gohman · 16 years ago
  92. daac99c Delete redundant return statements. by Dan Gohman · 16 years ago
  93. 9e79091 Respect the DisableRedZone flag on PowerPC. by Dan Gohman · 16 years ago
  94. c03e9a1 Simplify findNonImmUse; return the result using the return value by Dan Gohman · 16 years ago
  95. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 16 years ago
  96. 101a90f Make some comments doxygen-friendly. by Dan Gohman · 16 years ago
  97. 26562de Make the pre-split-limit option more useful by using a per-function counter. by Owen Anderson · 16 years ago
  98. 6a86bd7 Implement multiple with overflow by 2 with an add instruction. by Evan Cheng · 16 years ago
  99. ccc497f Forgot this test case. by Evan Cheng · 16 years ago
  100. e8ecf48 Eliminate unnecessary operands-list traversals. by Dan Gohman · 16 years ago