1. c3536b8 Add the 64-bit versions of the DS* Altivec instructions. by Bill Wendling · 18 years ago
  2. 67c906d Fix for PR1613: added 64-bit rotate left PPC instructions and patterns. by Evan Cheng · 18 years ago
  3. 16adc23 update test to check that codegen works with llvm.used in llvm.metadata section by Andrew Lenharth · 18 years ago
  4. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 18 years ago
  5. f65f11c Test case for PR1596. by Evan Cheng · 18 years ago
  6. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  7. 4330b3a new testcase by Chris Lattner · 18 years ago
  8. be444ed Fix a bug in getCopyFromParts turned up in the testcase for PR1132. by Dan Gohman · 18 years ago
  9. a5e496f New test case. by Evan Cheng · 18 years ago
  10. 9445e9a For PR1553: by Reid Spencer · 18 years ago
  11. 318f0de Remove the trailing semicolon from function declarations in LLVM, by Dan Gohman · 18 years ago
  12. 7f6d4e8 these tests do not need a triple on Solaris. Thanks sabre! by Gabor Greif · 18 years ago
  13. fe20273 fix the remaining 3 testcases that missed a target triple by Gabor Greif · 18 years ago
  14. 532dc2e Change getCopyToParts and getCopyFromParts to always use target-endian by Dan Gohman · 18 years ago
  15. 0f9d599 add target triple to fix PR1546 by Chris Lattner · 18 years ago
  16. 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 18 years ago
  17. 9ad892c Fix test. by Evan Cheng · 18 years ago
  18. 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 18 years ago
  19. e644ef7 Convert .cvsignore files by John Criswell · 18 years ago
  20. 2c02c0f New test. by Evan Cheng · 18 years ago
  21. 548484d new testcase for PR1473 by Chris Lattner · 18 years ago
  22. 7e07b30 new testcases for -enable-tail-merge default handling by Dale Johannesen · 18 years ago
  23. 35fbae2 new testcase by Chris Lattner · 18 years ago
  24. 14fc235 new testcase that crashes llc by Chris Lattner · 18 years ago
  25. f2f4bb2 new testcase by Chris Lattner · 18 years ago
  26. 34ab6d6 PR1399 test case. by Evan Cheng · 18 years ago
  27. b0d1515 new testcase by Chris Lattner · 18 years ago
  28. 9dd446c Split target dependent test portions to target-specific directories. by Reid Spencer · 18 years ago
  29. 27679be testcase for PR1357 by Chris Lattner · 18 years ago
  30. 4274e40 For PR1370: by Reid Spencer · 18 years ago
  31. 10161db testcase for PR1351 by Chris Lattner · 18 years ago
  32. 16154ef Use the llvm_supports_target function to prevent running of tests for by Reid Spencer · 18 years ago
  33. e54ec7a new testcase by Chris Lattner · 18 years ago
  34. 84e8315 new testcase by Chris Lattner · 18 years ago
  35. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  36. 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
  37. 4cda190 For PR1319: Fix test syntax per new rules. by Reid Spencer · 18 years ago
  38. c58ef01 For PR1319: Upgrade to new test harness. by Reid Spencer · 18 years ago
  39. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  40. 603572a new testcases for integer abs function by Chris Lattner · 18 years ago
  41. a6d3f13 Fix test by Anton Korobeynikov · 18 years ago
  42. 19e9705 Add a regtest for cases we now recognize as rotates, thanks to Scott Michel's by Chris Lattner · 18 years ago
  43. 465b715 new testcase by Chris Lattner · 18 years ago
  44. 028856d my patch fixed the fixme. by Chris Lattner · 18 years ago
  45. 2b35c15 Let llvm-upgrade upgrade bswap intrinsic. by Reid Spencer · 18 years ago
  46. a3c533a For PR1297: by Reid Spencer · 18 years ago
  47. 6eec226 New test case. by Evan Cheng · 18 years ago
  48. 5373b72 Remove use of implementation keyword. by Reid Spencer · 18 years ago
  49. eaa87ba test that the ppc backend can do 64-bit cntlz by Chris Lattner · 18 years ago
  50. 87d266e This test passes on x86/Linux now. by Reid Spencer · 18 years ago
  51. 79224c4 XFAIL this on x86-Linux until its fixed. by Reid Spencer · 18 years ago
  52. da10e33 New test - practically wrote itself. by Jim Laskey · 18 years ago
  53. d1b2c5b Fix test case. by Evan Cheng · 18 years ago
  54. 0f74372 new test by Chris Lattner · 18 years ago
  55. 6e1472a Test that large absolute addresses are properly folded into addr modes on by Chris Lattner · 18 years ago
  56. 419116f new testcase that crashes llc by Chris Lattner · 18 years ago
  57. 6b896ce Fixes PR 1200 by Dale Johannesen · 18 years ago
  58. 6985dca testcase for recent targetdata regression by Chris Lattner · 18 years ago
  59. 511e1d1 Add ppc-specific test for better i64 compare codegen. by Chris Lattner · 19 years ago
  60. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  61. 36a7243 new testcase by Chris Lattner · 19 years ago
  62. 9085043 For PR411: by Reid Spencer · 19 years ago
  63. c1f32a5 Make the input legal. by Reid Spencer · 19 years ago
  64. db4e6e7 new testcase by Chris Lattner · 19 years ago
  65. e3ff5ad For PR761: by Reid Spencer · 19 years ago
  66. f4d6822 Fix test case. by Evan Cheng · 19 years ago
  67. e47b029 Added a -mtriple flag to force darwin backend. by Bill Wendling · 19 years ago
  68. eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
  69. 737ec51 For PR1043: by Reid Spencer · 19 years ago
  70. cc78156 new testcase by Chris Lattner · 19 years ago
  71. 3b29264 This test case needs parameter attributes, manually upgrade and don't by Reid Spencer · 19 years ago
  72. bf89553 Update for change in parameter attributes syntax. by Reid Spencer · 19 years ago
  73. cfd09d9 Wrap long RUN: line. by Reid Spencer · 19 years ago
  74. 6b91775 Globals are not renamed any more. by Reid Spencer · 19 years ago
  75. c33a34f This test case needs zext and sext attributes so manually upgrade it and by Reid Spencer · 19 years ago
  76. 05a1416 add missing flags by Chris Lattner · 19 years ago
  77. e0170df new testcase by Chris Lattner · 19 years ago
  78. 7e6b4f7 For PR1070: by Reid Spencer · 19 years ago
  79. 8aabc9e For PR1070: by Reid Spencer · 19 years ago
  80. eacb702 For PR950: by Reid Spencer · 19 years ago
  81. 73e7082 Update tests that need to be run through llvm-upgrade. This is necessary by Reid Spencer · 19 years ago
  82. bc91546 These tests all rely on using register mnemonics and thus must behave in the by Jim Laskey · 19 years ago
  83. b717d10 This test needs to be upgraded. by Reid Spencer · 19 years ago
  84. d4fca27 new testcase by Chris Lattner · 19 years ago
  85. afa2159 new testcase by Chris Lattner · 19 years ago
  86. ee45c55 Upgrade intrinsic function calls by Reid Spencer · 19 years ago
  87. 69ccadd Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 19 years ago
  88. d52bbdc wrong spot by Jim Laskey · 19 years ago
  89. 255b47b Test for float varargs. by Jim Laskey · 19 years ago
  90. 7e68724 new testcase by Chris Lattner · 19 years ago
  91. ba89024 Case sensitive not. by Jim Laskey · 19 years ago
  92. a44fea3 Check for MaxAlign. by Jim Laskey · 19 years ago
  93. 64c32dd Tests to verify PowerPC ABI. by Jim Laskey · 19 years ago
  94. 027f388 make this harder by Chris Lattner · 19 years ago
  95. ab4b7b4 enable this test, check ppc64 as well. by Chris Lattner · 19 years ago
  96. 42b51e4 make this test more interesting by Chris Lattner · 19 years ago
  97. 396b2ff now that we handle single mbb loops better, one branch is allowed by Chris Lattner · 19 years ago
  98. 97a6e8c preincrement case we miss. xfail until we catch it by Chris Lattner · 19 years ago
  99. 0ac6757 new testcase by Chris Lattner · 19 years ago
  100. 04ffebc This test should compile down to one comparison, not two. by Chris Lattner · 19 years ago