1. 2b0679f Convert uint gep operands to long by Chris Lattner · 22 years ago
  2. 69afeca Convert old style gep index from uint to long by Chris Lattner · 22 years ago
  3. f9415dd Improve the clean target by Chris Lattner · 22 years ago
  4. f37ca3a Enable div and mod tests by Chris Lattner · 22 years ago
  5. bbe75fe Enable multiply tests by Chris Lattner · 22 years ago
  6. d04b51d New testcase for arithmetic operations by Chris Lattner · 22 years ago
  7. 5a23ddf New testcase for logical operators by Chris Lattner · 22 years ago
  8. 275c637 Make phi test a bit more challenging by Chris Lattner · 22 years ago
  9. 6a353ed Only test that uncond branch works by Chris Lattner · 22 years ago
  10. 8b6c5e4 Expose a LJELLO variable by Chris Lattner · 22 years ago
  11. b3e3cae Tests results are invalidated when jello is rebuilt by Chris Lattner · 22 years ago
  12. 09e89fa Add a testcase cee should eventually pass by Chris Lattner · 22 years ago
  13. 1b3b4c5 Use absolute path name for "analyze" since we are changing directories. by Vikram S. Adve · 22 years ago
  14. 8e0a6bf A new test case that tries to generate all the different possible shift opcodes. by Brian Gaeke · 22 years ago
  15. baa2c40 CBE doesn't alloc correctly by Nick Hildenbrandt · 22 years ago
  16. db94ca1 New testcases by Chris Lattner · 22 years ago
  17. f89e7c9 Tell cvs to ignore *.dot and *.ps files in this directory by Chris Lattner · 22 years ago
  18. 2230b41 New testcase for the possible array merging scenarios by Chris Lattner · 22 years ago
  19. b07a440 New testcases by Chris Lattner · 22 years ago
  20. 5728abc Make the testcase MORE complex by Chris Lattner · 22 years ago
  21. 1162262 Name the first basic block by Chris Lattner · 22 years ago
  22. 16612db Make pointless testcase a bit more "challenging" by Chris Lattner · 22 years ago
  23. 1405ec0 Checkin simple testcases for LLVM-JIT by Chris Lattner · 22 years ago
  24. 6648645 Update test to use long instead of uint getelementptr subscripts by Chris Lattner · 22 years ago
  25. 8de3fc6 New testcase by Chris Lattner · 22 years ago
  26. 8371299 New testcase by Chris Lattner · 22 years ago
  27. 71b6f9d Clean up testcases by Chris Lattner · 22 years ago
  28. 1b7de96 Cleanup test by Chris Lattner · 22 years ago
  29. 30aa0856 Fix typo by Chris Lattner · 22 years ago
  30. e175b84 New testcase by Chris Lattner · 22 years ago
  31. b12805f Cleanup testcase by Chris Lattner · 22 years ago
  32. ac79a77 Fix testcase by Chris Lattner · 22 years ago
  33. 8becaed Test case that shows some poor results for register allocation. by Vikram S. Adve · 22 years ago
  34. 5f8bd7d MAke sure llc output is regenerated if the LLC binary changes. by Chris Lattner · 22 years ago
  35. be99614 Simplify again by Chris Lattner · 22 years ago
  36. d2db6c5 Simplify testcase by Chris Lattner · 22 years ago
  37. e22abec Rename test so that we can run the disassembler on it. by Chris Lattner · 22 years ago
  38. 0cd05de Checking testcase for bytecode reader/writer that is causing the SPEC parser by Chris Lattner · 22 years ago
  39. f289911 Add a test for folding a GEP into a load. by Vikram S. Adve · 22 years ago
  40. cd334b8 Added inline constant expressions, including uses in binary subtract. by Vikram S. Adve · 22 years ago
  41. ff47702 New testcase that causes invalid llvm to be emitted by cfe by Chris Lattner · 22 years ago
  42. 5199e16 Add check to see if opt aborts by Chris Lattner · 22 years ago
  43. a99fb66 New testcase by Chris Lattner · 22 years ago
  44. 388f56d Avoid having testcases spit out bytecode on error by Chris Lattner · 22 years ago
  45. 6a7096e Cleanup testcase a lot to test JUST funcresolve of globals by Chris Lattner · 22 years ago
  46. b58d0d5 New testcase for infinite loop that the raise pass is getting into by Chris Lattner · 22 years ago
  47. a20021b New testcase that the assembler is unacceptably slow on by Chris Lattner · 22 years ago
  48. 8576bd6 New testcase for bug that messes up the CWriter by Chris Lattner · 22 years ago
  49. de013f5 Cleanup testcase by Chris Lattner · 22 years ago
  50. b829928 Make test more interesting by adding dummy phi node by Chris Lattner · 22 years ago
  51. af1b4ad Add new testcase for arithmetic shr of -1 by Chris Lattner · 22 years ago
  52. 2e217a7 This test was mistakenly matching 'predecessors' that the new asmwriter by Chris Lattner · 22 years ago
  53. 48f9e62 New testcase by Chris Lattner · 22 years ago
  54. fd2836a Fix testcase to run correctly, add description by Chris Lattner · 22 years ago
  55. 7b96c8d Finally I'm able to distill a testcase for a problem I'm seeing! by Chris Lattner · 22 years ago
  56. e423406 Update testcase to be legal llvm by Chris Lattner · 22 years ago
  57. 6785510 Remove really old testcase by Chris Lattner · 22 years ago
  58. cacfb31 Checkin new "feature" test for cee by Chris Lattner · 22 years ago
  59. 19ee34a NEw "feature" test that cee should eventually handle by Chris Lattner · 22 years ago
  60. 7209bff - Cleaned up all of the test/Feature tests to not use uint's with by Chris Lattner · 22 years ago
  61. c5eafb5 Remove old crusty test by Chris Lattner · 22 years ago
  62. 47dd0c3 Test "external" modifier on global variable by Chris Lattner · 22 years ago
  63. 41a29f2 New testcase for bug never checked into CVS, but that I hit during debugging a by Chris Lattner · 22 years ago
  64. 24b7799 New testcase by Chris Lattner · 22 years ago
  65. 87d9138 New testcase for a problem discovered in the SPECINT gzip benchmark. by Chris Lattner · 22 years ago
  66. 999b63b by Chris Lattner · 22 years ago
  67. 9551817 Allow production of -stats output for benchmarks by specifying by Chris Lattner · 22 years ago
  68. 925ad19 On this code, llc did not pass the sixth argument (%reg321) to printf. by Vikram S. Adve · 22 years ago
  69. 76e51a8 Enable buidling of programs on Linux again by Chris Lattner · 22 years ago
  70. d28c8c8 Regression test for llc bug that was folding two getelementptrs illegally. by Vikram S. Adve · 22 years ago
  71. 0188ce4 Regression test for live range bug for call arguments. by Vikram S. Adve · 22 years ago
  72. 6ec010a Simple test for constant expressions constructed from global addresses. by Vikram S. Adve · 22 years ago
  73. 3c94e48 Overhauled completely. by Vikram S. Adve · 22 years ago
  74. 5817b4e * Run preheaders pass tests by Chris Lattner · 22 years ago
  75. 0a4e422 Checkin the simple features tests for the preheader insertion pass. by Chris Lattner · 22 years ago
  76. 04b9d29 New feature test for something we have done for a long time by Chris Lattner · 22 years ago
  77. d7490bc New testcase that causes SimplifyCFG to assert out. by Chris Lattner · 22 years ago
  78. aaab467 Convert to using long indexes instead of uint by Chris Lattner · 22 years ago
  79. a30b70f Add some more testcases for things to get optimized away by Chris Lattner · 22 years ago
  80. 10b37b6 New testcase distilled from SPEC vortex benchmark by Chris Lattner · 22 years ago
  81. da37a05 Run constantmerge tests too by Chris Lattner · 22 years ago
  82. cba39ca Fix testcase to accurately expose bug by Chris Lattner · 22 years ago
  83. b9c0d60 New testcase distilled from SPEC MCF benchmark by Chris Lattner · 22 years ago
  84. 26d4a48 C tests are run via Makefile.singlesrc so don't run them twice. by Vikram S. Adve · 22 years ago
  85. 61e4391 Build with $(CC), not gcc explicitly by Chris Lattner · 22 years ago
  86. 90d7119 New testcase for cbe by Chris Lattner · 22 years ago
  87. c92779b New testcase for broken type printing for the cwriter by Nick Hildenbrandt · 22 years ago
  88. 70019ab Checkin old testcase by Chris Lattner · 22 years ago
  89. ad6b4f3 Fix data types header file and declarations to work on Linux. by Vikram S. Adve · 22 years ago
  90. ba3b3e8 Fix to avoid addition on pointers, which is no longer legal. by Vikram S. Adve · 22 years ago
  91. 3aaff7e Reenable these options because they break testing on sparc without them. by Chris Lattner · 22 years ago
  92. 90c7d67 Point gccld to the correct library directory. by Chris Lattner · 22 years ago
  93. ecd3546 It turns out that the cannonical name for the llvm-gcc compiler is, well by Chris Lattner · 22 years ago
  94. c63ffc5 Avoid Solaris-specific defines. by Vikram S. Adve · 22 years ago
  95. dfd621f New testcase that breaks the CFE. by Chris Lattner · 22 years ago
  96. 75fb432 New testcase for a bug fixed in the GCC SSA construction algorithm: by Chris Lattner · 22 years ago
  97. 44404ec New regression test by Chris Lattner · 22 years ago
  98. db5e5df Convert to use long indexes instead of uint by Chris Lattner · 22 years ago
  99. 47287be Run the cee pass tests by Chris Lattner · 22 years ago
  100. 876a75c Checking testcases for cee pass by Chris Lattner · 22 years ago