1. 89fc942 Test commit. by Owen Anderson · 18 years ago
  2. 9eed80c New testcases for rev 37847 (PR's 1489 and 1505). by Dale Johannesen · 18 years ago
  3. 849f214 Fix for PR 1505 (and 1489). Rewrite X87 register by Dale Johannesen · 18 years ago
  4. 706a9ca Testing commit. by Tanya Lattner · 18 years ago
  5. 9212a82 Add a basic test-case for passing and returning <4 x double> and by Dan Gohman · 18 years ago
  6. 1866f6e Vector results may be returned in XMM0 and XMM1, not just XMM0. With by Dan Gohman · 18 years ago
  7. 27a70be Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly by Dan Gohman · 18 years ago
  8. 23ff182 Teach GetNegatedExpression to negate 0-B to B in UnsafeFPMath mode, and by Dan Gohman · 18 years ago
  9. 03de31a New test case. DAGCombiner should be able to fold -sin(-x) by Dan Gohman · 18 years ago
  10. ff8b732 Remove declarations for code no longer in the tree, to avoid confusion. by Dan Gohman · 18 years ago
  11. a6900c7 Add explicit keywords. by Dan Gohman · 18 years ago
  12. 0142677 Test case for recent patch for IndVarSimplify.cpp by Zhou Sheng · 18 years ago
  13. ece1f68 Remove the last vestiges of -usesvn. by Reid Spencer · 18 years ago
  14. ceb9d78 We want the Subversion checkout to succeed even if we don't specify by Reid Spencer · 18 years ago
  15. 6fdb236 Terminate the document with the right end tags. by Reid Spencer · 18 years ago
  16. ea33294 Fix undefined behaviour reported by the new --enable-expensive-checks option. by Nick Lewycky · 18 years ago
  17. 2672a8e by Duraid Madina · 18 years ago
  18. 5c18c81 Be slightly more explanatory about the work I've done on LLVM. by Reid Spencer · 18 years ago
  19. 2f83db6 test commit by Chris Lattner · 18 years ago
  20. 9da60f9 (For Chris): Fix failure where we rejected compiling stubs when lazy compilation is disabled. by Evan Cheng · 18 years ago
  21. d724dc8 Remove labels again by Anton Korobeynikov · 18 years ago
  22. 00e7fed New test. by Evan Cheng · 18 years ago
  23. 1a957d5 Add loop info verification mechanism. by Devang Patel · 18 years ago
  24. d933fa9 Change CVS-style 'labels' to SVN 'tags' directory. by Anton Korobeynikov · 18 years ago
  25. f34a43a Preserve DominanceFrontier. by Devang Patel · 18 years ago
  26. 59310c3 Add an explicit keyword. Thanks Chris! by Dan Gohman · 18 years ago
  27. c45453f Only do FNEG xform when the vector type is a floating point type. by Evan Cheng · 18 years ago
  28. 96734d7 Another typo by Anton Korobeynikov · 18 years ago
  29. 8212629 Remove unused variables. by David Greene · 18 years ago
  30. cdc85a5 New test. by Evan Cheng · 18 years ago
  31. c908dcd Fix a vector FP constant CSE bug. by Evan Cheng · 18 years ago
  32. 98044e4 Fix a typo by Anton Korobeynikov · 18 years ago
  33. eecd711 Applied Reid's patch. Long live Subversion! by John Criswell · 18 years ago
  34. 9c29bfb Applied Reid's patch. Long live Subversion! by John Criswell · 18 years ago
  35. 0a4a489 Updated my entry as a test commit. by John Criswell · 18 years ago
  36. e644ef7 Convert .cvsignore files by John Criswell · 18 years ago
  37. 1abd46d Add a missing . by Reid Spencer · 18 years ago
  38. a2a4885 Remove unnecessary attributions in comments. by David Greene · 18 years ago
  39. cba2918 Clean up comments to be consistent with code. by David Greene · 18 years ago
  40. 1c01cf9 Fix problems with the checkout and cd directories for SVN checkout. by Reid Spencer · 18 years ago
  41. c08fa28 Fix reference to iterator invalidated by an erase operation. Uncovered by David Greene · 18 years ago
  42. cfacc8f Fix reference to cached end iterator invalidated by an erase operation. by David Greene · 18 years ago
  43. a4ab2e8 Remove the "special tie breaker" because it resulted in inconsistent by David Greene · 18 years ago
  44. 8a46d34 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
  45. 6c63198 Do not filter loop if candidate branch is in loop header. by Devang Patel · 18 years ago
  46. 2c02c0f New test. by Evan Cheng · 18 years ago
  47. 2bda17c Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI instruction. by Evan Cheng · 18 years ago
  48. ca6c31c Add support for value numbering (but not actually optimizing) cast instructions. by Owen Anderson · 18 years ago
  49. 40dc00e Add a type field to expressions in preparation for performing GVNPRE on casts. by Owen Anderson · 18 years ago
  50. 97f5ccf New tests. by Evan Cheng · 18 years ago
  51. a72cb0e No vector fneg. by Evan Cheng · 18 years ago
  52. 10a7aa6 Fix an assertion failure in legalizing bitcast operators on targets where by Dan Gohman · 18 years ago
  53. 0db5862 Type of vector extract / insert index operand should be iPTR. by Evan Cheng · 18 years ago
  54. 890e1a0 Add support for performing GVNPRE on select instructions. This fixes test/Transforms/GVNPRE/select.ll. by Owen Anderson · 18 years ago
  55. 1dd035d Add a test for performing GVNPRE on select instructions. by Owen Anderson · 18 years ago
  56. b6f5b00 Add new TargetLowering code to provide the final register type that an by Dan Gohman · 18 years ago
  57. 28552da Fix PR 1526. by Devang Patel · 18 years ago
  58. 8b42bcd Add a default parameter to a SmallVector constructor to allow it to by Dan Gohman · 18 years ago
  59. 00d8a84 Fix a bug in my previous patch. by Lauro Ramos Venancio · 18 years ago
  60. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 18 years ago
  61. 31ed0fb When linking two modules, we should copy the alias. by Lauro Ramos Venancio · 18 years ago
  62. ef6ba18 Remove unnecessary comments. by Devang Patel · 18 years ago
  63. dc3a207 Handle the case when block dominates itself. by Devang Patel · 18 years ago
  64. eb62eca - Undo previous check and allow loop switch for condtion that is not inside by Devang Patel · 18 years ago
  65. cce624a Update LoopUnswitch pass to preserve DomiantorTree. by Devang Patel · 18 years ago
  66. 558f1b8 If a condition is not inside a loop then the condition is suitable by Devang Patel · 18 years ago
  67. a20f35d Make many sets a much more reasonable size. This decreases the time to optimize by Owen Anderson · 18 years ago
  68. 1a636de Set implied features based upon the CPU's feature list. by Bill Wendling · 18 years ago
  69. d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 18 years ago
  70. 4a828ee llvm-nm must print the alias symbols. by Lauro Ramos Venancio · 18 years ago
  71. 1ceda1d Remove ETForest. by Devang Patel · 18 years ago
  72. 292da94 If a livein is not used in the block. It's live through. by Evan Cheng · 18 years ago
  73. e47c333 Partial fix for PR1502: If a EH register is needed in a successor of landing pad, add it as livein to all the blocks in the paths between the landing pad and the specified block. by Evan Cheng · 18 years ago
  74. 68cb52e Use cached information that has already been computed to make clean() simpler and faster. This is a small speedup on most cases. by Owen Anderson · 18 years ago
  75. 5e4f292 One additional field in TargetRegisterDesc. by Evan Cheng · 18 years ago
  76. 7b317d2 Fold a lot of code into two cases: binary instructions and ternary instructions. by Owen Anderson · 18 years ago
  77. 6595cb3 Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT. by Dan Gohman · 18 years ago
  78. c56b9e9 Document the encoding of MVT::ValueType. by Dan Gohman · 18 years ago
  79. 6445f61 Remove a redundant newline in the asm output for ELF .rodata sections. by Dan Gohman · 18 years ago
  80. 8c8c5fc Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValue by Dan Gohman · 18 years ago
  81. 0ce4b8e Allow DOUT to be used outside of the llvm namespace. by Dan Gohman · 18 years ago
  82. 89b20c0 Make the comment for ScalarizeVectorOp mention that it is only for use by Dan Gohman · 18 years ago
  83. 0d7d365 Fix a bug. by Zhou Sheng · 18 years ago
  84. df82c93 ok, this is something of a dirty hack, but it seems to work. (fixes e.g. by Duraid Madina · 18 years ago
  85. b2efabd ok, this much doesn't seem to bork anything by Duraid Madina · 18 years ago
  86. 4e378c6 revert evan's fixes (and my doofusness) since they had a huge code by Duraid Madina · 18 years ago
  87. 669f738 pull evan's fixes - should help the nightly tester (but there are still by Duraid Madina · 18 years ago
  88. 0410407 Replace std::set with SmallPtrSet. by Evan Cheng · 18 years ago
  89. 62cf8ba Add support for performing GVNPRE on the three vector-specific operations. by Owen Anderson · 18 years ago
  90. cc389e0 Add tests for performing GVNPRE on the three vector-specific instructions. by Owen Anderson · 18 years ago
  91. 75611fb Fix an obvious bug. Old code only worked for the entry block. by Evan Cheng · 18 years ago
  92. 6032a5b 1. Correct some comments and clean up some dead code. by Owen Anderson · 18 years ago
  93. c33aa47 Add comment. by Evan Cheng · 18 years ago
  94. 7ac19af Correctly handle implcit def / use operands. by Evan Cheng · 18 years ago
  95. 4efe741 Properly handle kills of a physical register which has sub-registers that are read by later instructions. by Evan Cheng · 18 years ago
  96. c4f2fe0 Add immediate sub-registers. by Evan Cheng · 18 years ago
  97. e2446c6 Silence a warning. by Evan Cheng · 18 years ago
  98. c9a15d5 Update for Subversion conversion: by Reid Spencer · 18 years ago
  99. 4d2a0f5 Replace ?: with if statements, for clarity. by Dan Gohman · 18 years ago
  100. 25aceac Simplify the expression for MVT::isExtendedValueType. by Dan Gohman · 18 years ago