1. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  2. 31dc49d Eliminate some Tclisms. by Daniel Dunbar · 15 years ago
  3. 9bf0b9b Now that numbered types have their number printed, it's no longer by Dan Gohman · 15 years ago
  4. 683e922 Make LLVM Assembly dramatically easier to read by aligning the comments, by Dan Gohman · 15 years ago
  5. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago
  6. d31a672 alignment of 0 is not valid. by Chris Lattner · 16 years ago
  7. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  8. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  9. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  10. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  11. 1c14c29 refactor handling of symbolic constant folding, picking up by Chris Lattner · 16 years ago
  12. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  13. c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
  14. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  15. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  16. 78fb2ac Changes to fix problems with "make check". Apparently you can redefine by Reid Spencer · 17 years ago
  17. a8d9394 Fix syntax. by Reid Spencer · 17 years ago
  18. fad4c0f Don't try to interpret a fictitious file. by Reid Spencer · 17 years ago
  19. 15855a1 No need to quote things, shell isn't interpreting any more. by Reid Spencer · 17 years ago
  20. ff0f877 For PR1319: by Reid Spencer · 17 years ago
  21. 2b88e5e FIx this test, thanks to llvm.exp by Reid Spencer · 17 years ago
  22. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  23. 5373b72 Remove use of implementation keyword. by Reid Spencer · 17 years ago
  24. 7215e0f implementation keyword is going .. going .. gone. by Reid Spencer · 17 years ago
  25. 9f992ae Flip the srem tests around. Previous commit was to correct an apparent by Reid Spencer · 17 years ago
  26. 5957d8f Fix incorrect test cases for srem. The definition of srem is a remainder so by Reid Spencer · 17 years ago
  27. 2318ec6 For PR1258: by Reid Spencer · 17 years ago
  28. 55fc8a4 Update for constant folding now generating undef and overflow correctly. by Reid Spencer · 17 years ago
  29. 67d2f3a Shifting by the bit width now produces undef, not 0. by Reid Spencer · 17 years ago
  30. 51c1c03 Remove test cases that produce undefined results. by Reid Spencer · 17 years ago
  31. 94b836a For PR411: This test is not particularly useful without type planes. by Reid Spencer · 18 years ago
  32. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  33. 73a7d89 Prepare for PR411 by Reid Spencer · 18 years ago
  34. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  35. 9085043 For PR411: by Reid Spencer · 18 years ago
  36. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  37. 9d7d2d7 Try a negative number with ashr. by Reid Spencer · 18 years ago
  38. 6df4c45 Add a test case for sext bug that Leo found. by Reid Spencer · 18 years ago
  39. 9160a84 Cover non-byte-width BATs situation. by Zhou Sheng · 18 years ago
  40. 4da6420 Cover more arithmetics for arbitrary bitwidth integers. by Zhou Sheng · 18 years ago
  41. 96b366d Add one test case for Arbitrary BitWidth Integers. by Zhou Sheng · 18 years ago
  42. 4b8c4b3 Fix test cases. Patch by Guoling Han. by Reid Spencer · 18 years ago
  43. cd9192f Remove this test case. LLVM doesn't currently support comparison of packed. by Reid Spencer · 18 years ago
  44. c094836 New test cases for bit accurate integers developed by Guoling Han. by Reid Spencer · 18 years ago