1. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 18 years ago
  2. cf4c42c Get the version number right, finally. by Reid Spencer · 18 years ago
  3. 7774be4 Teach DAGISelEmitter about zero_reg. by Evan Cheng · 18 years ago
  4. 8012b07 Instructions with ImmutablePredicateOperand aren't really predicable since their predicates are fixed at isel time. by Evan Cheng · 18 years ago
  5. 0e1d379 Reflects the chanegs made to PredicateOperand. by Evan Cheng · 18 years ago
  6. 16b6598 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 18 years ago
  7. ee568cf Unfortunately we now require C++ code to isel Bcc, conditional moves, etc. by Evan Cheng · 18 years ago
  8. c85e832 Each ARM use predicate operand is now made up of two components. The new component is the CPSR register. by Evan Cheng · 18 years ago
  9. 3b5b836 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 18 years ago
  10. 7e36966 PPC conditional branch predicate does not change after isel. by Evan Cheng · 18 years ago
  11. 2aa133e - Added zero_reg def to stand for register 0. by Evan Cheng · 18 years ago
  12. 0e4a276 Do not check isPredicated() on non-predicable instructions. by Evan Cheng · 18 years ago
  13. 5db322a Better assertion messages. by Evan Cheng · 18 years ago
  14. 29a05b6 Break "variable canonicalization" out of InequalityGraph and into its own class by Nick Lewycky · 18 years ago
  15. ec3ed5f Fix another bug, this time in PREing select instructions. by Owen Anderson · 18 years ago
  16. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 18 years ago
  17. e377d4d Refactor X87 instructions. As a side effect, all their names are changed. by Dale Johannesen · 18 years ago
  18. cf26d7c Extend eh.selector to support both catches and filters. by Duncan Sands · 18 years ago
  19. b2e1860 Nested try-catch-filter testcase. by Duncan Sands · 18 years ago
  20. 303d602 Make the GSG actually work. by Chris Lattner · 18 years ago
  21. df30b63 Fix a typo that was killing GVNPRE of select instructions. by Owen Anderson · 18 years ago
  22. 9eee94c Fix an error in phi translation of GEPs that was causing failures. by Owen Anderson · 18 years ago
  23. 75f75b9 Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them. by Reid Spencer · 18 years ago
  24. 10404c4 Support generation of GR64 to MMX code in the JIT. by Bill Wendling · 18 years ago
  25. bef204d Remove unused method - getIDomBlock(). by Devang Patel · 18 years ago
  26. dc42bc3 Fix typo in assertion check. by Devang Patel · 18 years ago
  27. 9388842 Allow a GR64 to be moved into an MMX register via the "movd" instruction. by Bill Wendling · 18 years ago
  28. 5653322 Add support for performing GVNPRE on GEP instructions. by Owen Anderson · 18 years ago
  29. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 18 years ago
  30. eb21686 Add functionality to value number GEP instructions. This also provides the infrastructure that will by Owen Anderson · 18 years ago
  31. fbaca42 Test modified svn mailer by Anton Korobeynikov · 18 years ago
  32. 241c3da Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices for making by Owen Anderson · 18 years ago
  33. 3d6fac3 Make the unary operator case a bit faster, since casts are the only kind of unary operation. by Owen Anderson · 18 years ago
  34. 216394f Add support for performing GVNPRE on cast instructions, and add a testcase for this. by Owen Anderson · 18 years ago
  35. 10c66c3 We really should not have this version number in SO many makefiles. This should also probably change to svn instead of cvs, but leaving it for now. by Tanya Lattner · 18 years ago
  36. 080d687 Revert last change until issue reported by Owen, won't be fixed. by Anton Korobeynikov · 18 years ago
  37. 411d9c5 Some spacing fixes. Cosmetic. by Dale Johannesen · 18 years ago
  38. ed51321 Rename llvm-test => test-suite. By Dave Greene. by Anton Korobeynikov · 18 years ago
  39. 613e0d8 Fix several over-aggressive folds for undef nodes in dagcombine, to by Dan Gohman · 18 years ago
  40. d6e0dd1 note where to get steens-aa and ds-aa by Chris Lattner · 18 years ago
  41. 89fc942 Test commit. by Owen Anderson · 18 years ago
  42. 9eed80c New testcases for rev 37847 (PR's 1489 and 1505). by Dale Johannesen · 18 years ago
  43. 849f214 Fix for PR 1505 (and 1489). Rewrite X87 register by Dale Johannesen · 18 years ago
  44. 706a9ca Testing commit. by Tanya Lattner · 18 years ago
  45. 9212a82 Add a basic test-case for passing and returning <4 x double> and by Dan Gohman · 18 years ago
  46. 1866f6e Vector results may be returned in XMM0 and XMM1, not just XMM0. With by Dan Gohman · 18 years ago
  47. 27a70be Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly by Dan Gohman · 18 years ago
  48. 23ff182 Teach GetNegatedExpression to negate 0-B to B in UnsafeFPMath mode, and by Dan Gohman · 18 years ago
  49. 03de31a New test case. DAGCombiner should be able to fold -sin(-x) by Dan Gohman · 18 years ago
  50. ff8b732 Remove declarations for code no longer in the tree, to avoid confusion. by Dan Gohman · 18 years ago
  51. a6900c7 Add explicit keywords. by Dan Gohman · 18 years ago
  52. 0142677 Test case for recent patch for IndVarSimplify.cpp by Zhou Sheng · 18 years ago
  53. ece1f68 Remove the last vestiges of -usesvn. by Reid Spencer · 18 years ago
  54. ceb9d78 We want the Subversion checkout to succeed even if we don't specify by Reid Spencer · 18 years ago
  55. 6fdb236 Terminate the document with the right end tags. by Reid Spencer · 18 years ago
  56. ea33294 Fix undefined behaviour reported by the new --enable-expensive-checks option. by Nick Lewycky · 18 years ago
  57. 2672a8e by Duraid Madina · 18 years ago
  58. 5c18c81 Be slightly more explanatory about the work I've done on LLVM. by Reid Spencer · 18 years ago
  59. 2f83db6 test commit by Chris Lattner · 18 years ago
  60. 9da60f9 (For Chris): Fix failure where we rejected compiling stubs when lazy compilation is disabled. by Evan Cheng · 18 years ago
  61. d724dc8 Remove labels again by Anton Korobeynikov · 18 years ago
  62. 00e7fed New test. by Evan Cheng · 18 years ago
  63. 1a957d5 Add loop info verification mechanism. by Devang Patel · 18 years ago
  64. d933fa9 Change CVS-style 'labels' to SVN 'tags' directory. by Anton Korobeynikov · 18 years ago
  65. f34a43a Preserve DominanceFrontier. by Devang Patel · 18 years ago
  66. 59310c3 Add an explicit keyword. Thanks Chris! by Dan Gohman · 18 years ago
  67. c45453f Only do FNEG xform when the vector type is a floating point type. by Evan Cheng · 18 years ago
  68. 96734d7 Another typo by Anton Korobeynikov · 18 years ago
  69. 8212629 Remove unused variables. by David Greene · 18 years ago
  70. cdc85a5 New test. by Evan Cheng · 18 years ago
  71. c908dcd Fix a vector FP constant CSE bug. by Evan Cheng · 18 years ago
  72. 98044e4 Fix a typo by Anton Korobeynikov · 18 years ago
  73. eecd711 Applied Reid's patch. Long live Subversion! by John Criswell · 18 years ago
  74. 9c29bfb Applied Reid's patch. Long live Subversion! by John Criswell · 18 years ago
  75. 0a4a489 Updated my entry as a test commit. by John Criswell · 18 years ago
  76. e644ef7 Convert .cvsignore files by John Criswell · 18 years ago
  77. 1abd46d Add a missing . by Reid Spencer · 18 years ago
  78. a2a4885 Remove unnecessary attributions in comments. by David Greene · 18 years ago
  79. cba2918 Clean up comments to be consistent with code. by David Greene · 18 years ago
  80. 1c01cf9 Fix problems with the checkout and cd directories for SVN checkout. by Reid Spencer · 18 years ago
  81. c08fa28 Fix reference to iterator invalidated by an erase operation. Uncovered by David Greene · 18 years ago
  82. cfacc8f Fix reference to cached end iterator invalidated by an erase operation. by David Greene · 18 years ago
  83. a4ab2e8 Remove the "special tie breaker" because it resulted in inconsistent by David Greene · 18 years ago
  84. 8a46d34 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
  85. 6c63198 Do not filter loop if candidate branch is in loop header. by Devang Patel · 18 years ago
  86. 2c02c0f New test. by Evan Cheng · 18 years ago
  87. 2bda17c Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI instruction. by Evan Cheng · 18 years ago
  88. ca6c31c Add support for value numbering (but not actually optimizing) cast instructions. by Owen Anderson · 18 years ago
  89. 40dc00e Add a type field to expressions in preparation for performing GVNPRE on casts. by Owen Anderson · 18 years ago
  90. 97f5ccf New tests. by Evan Cheng · 18 years ago
  91. a72cb0e No vector fneg. by Evan Cheng · 18 years ago
  92. 10a7aa6 Fix an assertion failure in legalizing bitcast operators on targets where by Dan Gohman · 18 years ago
  93. 0db5862 Type of vector extract / insert index operand should be iPTR. by Evan Cheng · 18 years ago
  94. 890e1a0 Add support for performing GVNPRE on select instructions. This fixes test/Transforms/GVNPRE/select.ll. by Owen Anderson · 18 years ago
  95. 1dd035d Add a test for performing GVNPRE on select instructions. by Owen Anderson · 18 years ago
  96. b6f5b00 Add new TargetLowering code to provide the final register type that an by Dan Gohman · 18 years ago
  97. 28552da Fix PR 1526. by Devang Patel · 18 years ago
  98. 8b42bcd Add a default parameter to a SmallVector constructor to allow it to by Dan Gohman · 18 years ago
  99. 00d8a84 Fix a bug in my previous patch. by Lauro Ramos Venancio · 18 years ago
  100. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 18 years ago