1. e5af2d3 Make x86's BT instruction matching more thorough, and add some by Dan Gohman · 17 years ago
  2. 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 17 years ago
  3. 7ddee0a A slight compile time optimization. If the caller knows there isn't a free register getReg() should not call getFreeReg(). by Evan Cheng · 17 years ago
  4. e8c1733 Add DebugLoc-sensitive versions of many node creation by Dale Johannesen · 17 years ago
  5. 42cc6e3 Fix comment about removeRange. by Evan Cheng · 17 years ago
  6. e91a000 Fixed lowering of v816 shuffles. by Mon P Wang · 17 years ago
  7. 7540561 Make test platform agnostic. by Bill Wendling · 17 years ago
  8. 7ade28c Add DebugLoc to the getNode() methods. by Bill Wendling · 17 years ago
  9. ef42a3b Give this test an explicit target, to make it host-independent. by Dan Gohman · 17 years ago
  10. 50ef90d SDOperand has been renamed to SDValue. SDNode::Val is now by Dan Gohman · 17 years ago
  11. 4f80178 Add more comments describing SDNode operator codes. by Dan Gohman · 17 years ago
  12. 3edb43e Add DebugLoc-aware constructors for SDNode derived by Dale Johannesen · 17 years ago
  13. f70dab7 Add some comments on ISD::NodeType. by Dan Gohman · 17 years ago
  14. f923574 by Devang Patel · 17 years ago
  15. 6e733d3 Fix some issues with volatility, move "CanConvertToScalar" check by Chris Lattner · 17 years ago
  16. 6c8e35f strengthen this test. by Chris Lattner · 17 years ago
  17. f7eef68 Fixed extract element when the result needs to be promoted and the input widened. by Mon P Wang · 17 years ago
  18. f52038a Delete unnecessary elses. by Dan Gohman · 17 years ago
  19. 8c46e85 Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cmake. by Chris Lattner · 17 years ago
  20. f560ffa Make isOperationLegal do what its name suggests, and introduce a by Dan Gohman · 17 years ago
  21. 0b3aa26 Formatting. by Duncan Sands · 17 years ago
  22. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  23. e02f724 Fix PR3415 (infinite loop in EscapeAnalysis) by by Duncan Sands · 17 years ago
  24. 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 · 17 years ago
  25. f4646d9 Added sse test patterns for r62979 and r63193. by Mon P Wang · 17 years ago
  26. 3becd09 Add shuffle splat pattern for x86 sse shifts. by Mon P Wang · 17 years ago
  27. 57cd67f Typo. by Mikhail Glushenkov · 17 years ago
  28. 5303c75 Update the generated docs. by Mikhail Glushenkov · 17 years ago
  29. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 17 years ago
  30. 6c55b1c Clarify comment. by Mikhail Glushenkov · 17 years ago
  31. f83c81a Use ValueType::bitsLT to simplify some code. by Dan Gohman · 17 years ago
  32. 77f7a57 Use ZERO_EXTEND instead of ANY_EXTEND when promoting by Dan Gohman · 17 years ago
  33. 42ce8ea Comment fixes. by Bill Wendling · 17 years ago
  34. d1e7d9a Suppress a compile time warning. by Evan Cheng · 17 years ago
  35. ab160cf Embalm my ideas of how things should work. Not that anyone will pay attention. by Dale Johannesen · 17 years ago
  36. 7009d24 Add type DIE into appropriate context DIE. by Devang Patel · 17 years ago
  37. 06efc02 Add a DebugLoc field and some simple accessors. by Dale Johannesen · 17 years ago
  38. 124c7fd Reorder args, constify. by Dale Johannesen · 17 years ago
  39. ac7de20 Add testcase for r63142. by Bill Wendling · 17 years ago
  40. 72bb402 Treat [1 x i8] zeroinitializer as a C string, placing such stuff into by Anton Korobeynikov · 17 years ago
  41. 5f7c41c Use .empty() instead of comparing .size() with 0. by Dan Gohman · 17 years ago
  42. 1bb1d99 Update to latest spelling. by Dale Johannesen · 17 years ago
  43. 3b1a9c5 Add DebugLoc field and simple accessors. by Dale Johannesen · 17 years ago
  44. aaeea9e Refine DebugLoc per review comments. by Evan Cheng · 17 years ago
  45. ce9bc12 Add an assertion to the form of SelectionDAG::getConstant that takes by Dan Gohman · 17 years ago
  46. d3f1849 Reformat the allocation-order arrays to a more conventional style. by Dan Gohman · 17 years ago
  47. daac99c Delete redundant return statements. by Dan Gohman · 17 years ago
  48. 9e79091 Respect the DisableRedZone flag on PowerPC. by Dan Gohman · 17 years ago
  49. c03e9a1 Simplify findNonImmUse; return the result using the return value by Dan Gohman · 17 years ago
  50. 2d0f1c5 APInt's countLeadingOnes() was broken for negative i128 values, by Torok Edwin · 17 years ago
  51. 101a90f Make some comments doxygen-friendly. by Dan Gohman · 17 years ago
  52. 26562de Make the pre-split-limit option more useful by using a per-function counter. by Owen Anderson · 17 years ago
  53. 6a86bd7 Implement multiple with overflow by 2 with an add instruction. by Evan Cheng · 17 years ago
  54. ccc497f Forgot this test case. by Evan Cheng · 17 years ago
  55. e8ecf48 Eliminate unnecessary operands-list traversals. by Dan Gohman · 17 years ago
  56. 49237f0 Add a FrontendC testcase for the x86-64 Red Zone feature, by Dan Gohman · 17 years ago
  57. 499cb3f Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
  58. ad165be by Devang Patel · 17 years ago
  59. 4e1fae5 Add a regression test for x86-64 red zone usage. by Dan Gohman · 17 years ago
  60. 336b636 Fix the Red Zone calculation for functions with frame pointers. by Dan Gohman · 17 years ago
  61. d9660b5 Add an svn:ignore property. by Dan Gohman · 17 years ago
  62. b9f66cf No need to keep size of DebugLocations vector separately. by Evan Cheng · 17 years ago
  63. 8bca3b7 Testcase for 6522054. by Dale Johannesen · 17 years ago
  64. 9de57a9 CellSPU: - Update DWARF debugging support. by Scott Michel · 17 years ago
  65. 210de72 Make the Dwarf macro information section optional; CellSPU's assembler by Scott Michel · 17 years ago
  66. 92f4f16 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
  67. 609eef2 More updates to VC proj... by Steve Naroff · 17 years ago
  68. b4b8436 Reapply r63025 and r63026, with fixes for the failing testcases. by Owen Anderson · 17 years ago
  69. 5bb11b8 Fix PR3393, which amounts to a bug in the expensive by Duncan Sands · 17 years ago
  70. 9c27886 Add method raw_fd_ostream::seek() for random access within a file. by Ted Kremenek · 17 years ago
  71. 4699934 At Nick Lewycky's request, rename this test with a more informative name. by Dan Gohman · 17 years ago
  72. 826f093 Also revert r63206 by Bill Wendling · 17 years ago
  73. 34b946b Temporarily revert r63025 until the testsuite failures can be fixed. by Bill Wendling · 17 years ago
  74. 94cb2bf Fix the name of an argument. by Dan Gohman · 17 years ago
  75. 36c826a During bittest switch lowering emit shift in the test block, which should (theoretically) by Anton Korobeynikov · 17 years ago
  76. d725051 Get rid of a bunch of dead code now that interval reconstruction is enabled. by Owen Anderson · 17 years ago
  77. 8af1e76 Fix an issue where LiveIntervals was trying to be smart about removing kill by Owen Anderson · 17 years ago
  78. 5b2e589 Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside callseq_start to allow it to be folded into a call. It was not considering the cases where a token factor is between the load and the callseq_start. by Evan Cheng · 17 years ago
  79. b964f33 Silence a bogus compiler warning. by Evan Cheng · 17 years ago
  80. 5445268 Update VS project files. by Steve Naroff · 17 years ago
  81. 8d8a0c3 Fix a bug in BitVector.h. All assignment operations (except the usual by Roman Levenstein · 17 years ago
  82. c4b1abd Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 17 years ago
  83. d0adbb5 Add data structure to define and track debug location during codegen. by Evan Cheng · 17 years ago
  84. d536298 Looks like comments were chopped off. by Evan Cheng · 17 years ago
  85. 891415b LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is under Analysis. by Evan Cheng · 17 years ago
  86. fe6d2cd Fixed optimization of combining two shuffles where the first shuffle inputs by Mon P Wang · 17 years ago
  87. e7852d0 Take the next steps in making SDUse more consistent with LLVM Use, and by Dan Gohman · 17 years ago
  88. 19c10e6 Untabify code. by Scott Michel · 17 years ago
  89. c9c8b2a CellSPU: by Scott Michel · 17 years ago
  90. 5bf4b75 Fix a typo by Nate Begeman · 17 years ago
  91. c2fd67f De-identifying per sabre review by Nate Begeman · 17 years ago
  92. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 17 years ago
  93. 3450984 Add some documentation for address-space-based access to the segment registers. by Nate Begeman · 17 years ago
  94. 18f0231 Handle single-entry phi nodes gracefully in condprop. by Chris Lattner · 17 years ago
  95. 3796a26 Fix PR3408 by making a non-obvious assumption very obvious, and by Chris Lattner · 17 years ago
  96. f6784a3 More cleanups and simplifications, no functionality change. by Chris Lattner · 17 years ago
  97. 2ba2543 tidy asserts by Chris Lattner · 17 years ago
  98. 51a0437 Map address space 256 to gs; similar mappings could be supported for the by Nate Begeman · 17 years ago
  99. 740ab03 Support pattern matching various x86 sse shifts. by Nate Begeman · 17 years ago
  100. 4469c53 silence a warning when assertions are disabled. by Chris Lattner · 17 years ago