1. 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 21 years ago
  2. cb64241 update test by Chris Lattner · 21 years ago
  3. 607c317 Genericize tests by Chris Lattner · 21 years ago
  4. 639b052 Cleanup test by Chris Lattner · 21 years ago
  5. 547eaef New testcase, distilled from 176.gcc codegen failure by Chris Lattner · 21 years ago
  6. 14285c8 Renamed `as' => `llvm-as', `dis' => `llvm-dis'. by Misha Brukman · 21 years ago
  7. f687ada New testcase by Chris Lattner · 21 years ago
  8. ae1c1ff new testcase distilled from 176.gcc by Chris Lattner · 21 years ago
  9. 11a7fd1 Simplify test by Chris Lattner · 21 years ago
  10. 59da488 Regression test that verifies that the JIT passes the environment to the by John Criswell · 21 years ago
  11. f2d4916 New testcase identified by misha, distilled from the 'ls' program by Chris Lattner · 21 years ago
  12. 6991046 Somehow "simplest" test became a hello world test. Rectify this. by Chris Lattner · 21 years ago
  13. e03d077 Get rid of control flow in the test by Chris Lattner · 21 years ago
  14. 62d95e8 Return 'int 0' instead of 'void' so that the test can be seen as successful. by Misha Brukman · 21 years ago
  15. a5e7f35 Return 'int 0' instead of void so that the test can be considered to pass. by Misha Brukman · 21 years ago
  16. c068bbc Simplify test case: remove declaration of __main() and call to it. by Misha Brukman · 21 years ago
  17. 340a287 New testcase, the JIT currently handles this right, I just don't want to by Chris Lattner · 21 years ago
  18. 7990199 New testcase for PHI handling by Chris Lattner · 21 years ago
  19. af2f438 Add tests for cast of long to bool by Chris Lattner · 21 years ago
  20. e4a0133 Add tests for 64 bit shifts by Chris Lattner · 21 years ago
  21. 8c19194 Enable more tests by Chris Lattner · 21 years ago
  22. 4f91285 Add tests for casts from unsigned integers to floats by Chris Lattner · 21 years ago
  23. 12ba6fd Add old test by Chris Lattner · 21 years ago
  24. bbd5839 Simplify testcase a bit more by Chris Lattner · 21 years ago
  25. e22766c New testcase that crashes Jello by Chris Lattner · 21 years ago
  26. 761b471 New testcase for problem that is actually generic to all 32 bit LLI targets by Chris Lattner · 21 years ago
  27. 7c87e40 New testcase distilled from the fhourstones benchmark by Chris Lattner · 21 years ago
  28. 20c1b4d Add more testcases by Chris Lattner · 22 years ago
  29. 3ddad6f New testcase by Chris Lattner · 22 years ago
  30. 4a8068f New testcases by Chris Lattner · 22 years ago
  31. 8e4a914 test the shift cases for long that are implemented by Chris Lattner · 22 years ago
  32. 6ce8d60 test longs by Chris Lattner · 22 years ago
  33. 2ecd495 Test longs and fp by Chris Lattner · 22 years ago
  34. 67920c5 TEst longs by Chris Lattner · 22 years ago
  35. e1ac72a Add test for longs by Chris Lattner · 22 years ago
  36. 6442a3e add div test as well by Chris Lattner · 22 years ago
  37. 102f533 test a bunch of stuff by Chris Lattner · 22 years ago
  38. 376b127 Test long support by Chris Lattner · 22 years ago
  39. 6cc36d4 Add another simple call by Chris Lattner · 22 years ago
  40. 48664e7 Test argument passing by Chris Lattner · 22 years ago
  41. ce67547 Add a variable sized alloca to test by Chris Lattner · 22 years ago
  42. 3b24559 Initial fp test by Chris Lattner · 22 years ago
  43. 83702d3 Print argc as well as argv by Chris Lattner · 22 years ago
  44. 5b9cd61 Make testcase return 0 on success by Chris Lattner · 22 years ago
  45. b89818e Add dummy implementation of __main by Chris Lattner · 22 years ago
  46. 1ada064 New testcase for printing out arguments by Chris Lattner · 22 years ago
  47. 315bad0 Add new testcase for repeated preds by Chris Lattner · 22 years ago
  48. a4c096d New testcase for bool support by Chris Lattner · 22 years ago
  49. e4adeb4 Test indirect call by Chris Lattner · 22 years ago
  50. 84b7207 New testcase by Chris Lattner · 22 years ago
  51. 790f64b Return success on success by Chris Lattner · 22 years ago
  52. 0907c16 Test more phi stuff by Chris Lattner · 22 years ago
  53. ed6902c by Brian Gaeke · 22 years ago
  54. 4373140 return 0 on success by Chris Lattner · 22 years ago
  55. bfbed6d Stop sucking by Chris Lattner · 22 years ago
  56. 297372c Making main() return 0 so that we know it ran successfully when it exits. by Misha Brukman · 22 years ago
  57. d74317a Making main() return 0 to exit without error when no error actually occurs. by Misha Brukman · 22 years ago
  58. 9a32f07 Fix testcase by Chris Lattner · 22 years ago
  59. 8b88e8f Infinite loops, are, well, not good by Chris Lattner · 22 years ago
  60. 339ff0a This way it's easier to test: if the call to external exit(0) succeeded, by Misha Brukman · 22 years ago
  61. e78dba8 Return 0 to make it into a fully-functioning "Hello, World!" test case. by Misha Brukman · 22 years ago
  62. 4461f54 Fix testcase by Chris Lattner · 22 years ago
  63. 67c2639 New testcase by Chris Lattner · 22 years ago
  64. 9f1bd80 Add main functions to benchmarks by Chris Lattner · 22 years ago
  65. 00af117 New testcase by Chris Lattner · 22 years ago
  66. ac676be Testcase for call instruction by Chris Lattner · 22 years ago
  67. 92ae6c2 Standard hello-world test by Chris Lattner · 22 years ago
  68. 69a09e5 Make testcase more interesting by Chris Lattner · 22 years ago
  69. 78c1d90 Move test by Chris Lattner · 22 years ago
  70. 9932bcd Shuffle testcases around by Chris Lattner · 22 years ago
  71. 2b905fd New testcase by Chris Lattner · 22 years ago
  72. e4ae94c New testcase for loads and stores by Chris Lattner · 22 years ago
  73. 1cc1ad7 comment out the 64-bit cases for now. by Brian Gaeke · 22 years ago
  74. 1749d63 Add instruction selection code and tests for setcc instructions by Brian Gaeke · 22 years ago
  75. f37ca3a Enable div and mod tests by Chris Lattner · 22 years ago
  76. bbe75fe Enable multiply tests by Chris Lattner · 22 years ago
  77. d04b51d New testcase for arithmetic operations by Chris Lattner · 22 years ago
  78. 5a23ddf New testcase for logical operators by Chris Lattner · 22 years ago
  79. 8e0a6bf A new test case that tries to generate all the different possible shift opcodes. by Brian Gaeke · 22 years ago