1. bab98e4 Test floating point constants by Reid Spencer · 20 years ago
  2. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  3. e976d89 Fix for objdir != srcdir. by Tanya Lattner · 20 years ago
  4. 3f7706b Added RUN lines and dejagnu support for Feature dir. by Tanya Lattner · 20 years ago
  5. 9bbcf09 testcases for undefined and unreachable by Chris Lattner · 20 years ago
  6. bf60a09 Added a test case for packed types. Test case kindly provided by Brad Jones by Reid Spencer · 20 years ago
  7. c5b2762 bug 263: Add target triple and dependent libraries support to this test. by Reid Spencer · 20 years ago
  8. 6c14230 You cannot pass functions by value, what does that even mean?? by Chris Lattner · 20 years ago
  9. f05591d New, horrible, testcase by Chris Lattner · 20 years ago
  10. 5e9a7ca Right, stop being silly by Chris Lattner · 20 years ago
  11. 6c07f30 Add a nan, stop testing isnan by Chris Lattner · 20 years ago
  12. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  13. 86ee776 I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  14. fd39b30 Add feature test for llvm intrinsics. It currently contains only the "isunordered" intrinsic by Alkis Evlogimenos · 20 years ago
  15. 25e6e99 Update test to new style by Chris Lattner · 21 years ago
  16. 8324fa7 These scripts are no longer needed. They have been replaced by QMTest. by John Criswell · 21 years ago
  17. aadb55f Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly. by John Criswell · 21 years ago
  18. 7f8e3af Removing Makefile. The QMTest program now handles the running of these tests. by John Criswell · 21 years ago
  19. bcaf286 New testcase for non-simple variable and type names by Chris Lattner · 21 years ago
  20. 22b1fa0 Add test for new zeroinitializer token by Chris Lattner · 21 years ago
  21. b7009c6 Remove obsolete support for LD_LIBRARY_PATH by Chris Lattner · 21 years ago
  22. a2e89c6 Updated to the new Makefile.common. by John Criswell · 21 years ago
  23. 259a144 The modifications to LD_LIBRARY_PATH now add the specified paths to the by John Criswell · 21 years ago
  24. fac0eca Fix to mesh with Johns recent changes by Chris Lattner · 21 years ago
  25. 6d95257 Test the whole range of varargs handling stuff by Chris Lattner · 22 years ago
  26. 92858ed New testcase by Chris Lattner · 22 years ago
  27. 0bc0f47 Add testcase for target information by Chris Lattner · 22 years ago
  28. f5c1f08 ADd newline to end of file by Chris Lattner · 22 years ago
  29. 681cfb9 Add a simple test for hex constant integers by Chris Lattner · 22 years ago
  30. 056e84c Fix testcase by Chris Lattner · 22 years ago
  31. 7209bff - Cleaned up all of the test/Feature tests to not use uint's with by Chris Lattner · 22 years ago
  32. c5eafb5 Remove old crusty test by Chris Lattner · 22 years ago
  33. 47dd0c3 Test "external" modifier on global variable by Chris Lattner · 22 years ago
  34. 6458c31 Covnert tests to not use indexed load/stores by Chris Lattner · 22 years ago
  35. 5d33834 Test the C backend on all of the feature tests as well. by Chris Lattner · 22 years ago
  36. 750b9b0 Fix typo by Chris Lattner · 22 years ago
  37. 85907a6 Convert constexpr over to new syntax by Chris Lattner · 22 years ago
  38. d1c58ac Make 'features' testsuite work with the /shared changes. by Chris Lattner · 22 years ago
  39. 83a278e Convert testcase to use correct syntax by Chris Lattner · 22 years ago
  40. 53b7f26 Remove invokation of cleangcc pass which has been renamed, and is unneccesary anyway by Chris Lattner · 22 years ago
  41. 7e1635e New testcase by Chris Lattner · 22 years ago
  42. 0850978 Added duplicate constant expressions to test uniqueness support. by Vikram S. Adve · 22 years ago
  43. b26ff62 Minor additions. by Vikram S. Adve · 22 years ago
  44. 37d0e7e Test the handling of constant expressions. by Vikram S. Adve · 22 years ago
  45. 740d3cd Remove spaces from function names by Chris Lattner · 22 years ago
  46. 9488e1b New testcase by Chris Lattner · 22 years ago
  47. 8fba3a0 Eliminate usage of function level constant pool by Chris Lattner · 23 years ago
  48. 978d57f Use unified diffs with gnu diff instead of old diffs by Chris Lattner · 23 years ago
  49. 0ed4833 Fix for buggy test by Chris Lattner · 23 years ago
  50. 434c280 test/Features should not contain whole programs by Chris Lattner · 23 years ago
  51. 90c511c Added command to build SPARC executable. by Vikram S. Adve · 23 years ago
  52. 289e74a Simple fibonacci test. by Vikram S. Adve · 23 years ago
  53. 8b309de Testcase broken - Entry node of method cannot have predecessors! by Chris Lattner · 23 years ago
  54. fa14990 Failure.sh moved up a level by Chris Lattner · 23 years ago
  55. 9363884 Initial checkin by Chris Lattner · 23 years ago
  56. 8cb23b2 Change test scripts so that they do not stop on failure, they just print by Chris Lattner · 23 years ago
  57. f2a1dbc Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ libraries by Chris Lattner · 23 years ago
  58. f493a56 Update LLVM tests to use new pointer indexing, and remove unsized array test support by Chris Lattner · 23 years ago
  59. 13d38cd Rename irreducible to cfgstructures.ll Include other interesting structures by Chris Lattner · 23 years ago
  60. f6e54d0 MAke sure diffs match by Chris Lattner · 23 years ago
  61. 4d631b8 Test array indexing by Chris Lattner · 23 years ago
  62. 2305b6c Start testing the new cleangcc pass by Chris Lattner · 23 years ago
  63. b82f5e7 Test bitwise operations by Chris Lattner · 23 years ago
  64. ffcaa7b Add calls to print results in fib, simpleadd and sumarray. by Vikram S. Adve · 23 years ago
  65. b40acbe Added a string global variable. by Vikram S. Adve · 23 years ago
  66. 5bc20c7 New testcase for testing constant pointers to globals by Chris Lattner · 23 years ago
  67. a6f1ac4 Use null keyword instead of kludge by Chris Lattner · 23 years ago
  68. 49ca7aa Add more function call and prototype specific tests by Chris Lattner · 23 years ago
  69. 25e288f Moved first function to "simpleadd.ll". by Vikram S. Adve · 23 years ago
  70. a861f96 Fix broken testcase by Chris Lattner · 23 years ago
  71. da25716 Adjust test cases to match the fact that methods are now explicit pointer values, not explicit by Chris Lattner · 23 years ago
  72. fe5e584 Modify testcases for new LLVM const syntax by Chris Lattner · 23 years ago
  73. 6b12936 Add a test for the new null keyword by Chris Lattner · 23 years ago
  74. ead19d5 Fix testcases to handle new syntax for construction and initializeation by Chris Lattner · 23 years ago
  75. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  76. 6a8f91e New testcase to deal with lists by Chris Lattner · 23 years ago
  77. f074cfc Executables all live in a nice centralized location now by Chris Lattner · 23 years ago
  78. fd84023 Check opaque, abstract, and recursive type handling by Chris Lattner · 23 years ago
  79. 12ecac6 Symboltables are sorted in the bytecode, so no problems here! by Chris Lattner · 23 years ago
  80. 877fbcd New test cases by Chris Lattner · 23 years ago
  81. dc693b8 Changes to make test scripts more reliable by Chris Lattner · 23 years ago
  82. 8ce0669 Work around a few 'sorting issues' with the bytecode output that causes the bytecode by Chris Lattner · 23 years ago
  83. c628b17 New test for varargs functions by Chris Lattner · 23 years ago
  84. 71de0ce Version of testmemory to test alloca, load and store. by Vikram S. Adve · 23 years ago
  85. 21341d3 New test case for prototype support by Chris Lattner · 23 years ago
  86. 91e1596 add coverage of newly implemented instructions. by Chris Lattner · 23 years ago
  87. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 23 years ago
  88. b351ab8 Put in test of SCCP. Watch out though, because we need to sort the by Chris Lattner · 23 years ago
  89. a6b1f53 Updates to support by Chris Lattner · 23 years ago
  90. c42266a inlining can change methods a second time, so don't rerun inliner when testing for by Chris Lattner · 23 years ago
  91. 0095054 Initial revision by Chris Lattner · 23 years ago