1. eb6b47c fix dependency by Chris Lattner · 21 years ago
  2. cf735c5 Adding a copyright notice to each file is unnecessary. by John Criswell · 21 years ago
  3. 08dbe6b Further updates: by John Criswell · 21 years ago
  4. 299e15e Added the ability to run the QMTests. It is currently not enabled by default, by John Criswell · 21 years ago
  5. 9379320 Updated to reflect current work: by John Criswell · 21 years ago
  6. b29170f Unless we CANNOT merge the arguments, do so by Chris Lattner · 21 years ago
  7. 09dcfda Point to the RIGHT GCC library directory by Chris Lattner · 21 years ago
  8. 9889265 Point to the correct cc1/cc1plus binaries by Chris Lattner · 21 years ago
  9. 43bf32e Added #include <cassert>. In GCC 3.3, we don't get assert() through the other by John Criswell · 21 years ago
  10. 0f3627e Added dummy version of the `util' library. by Misha Brukman · 21 years ago
  11. 1296747 Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. by Misha Brukman · 21 years ago
  12. c1fdca8 Make the bytecode file executable as well for LLEE purposes. by Misha Brukman · 21 years ago
  13. cd5e5a6 Simplify testcase even more by Chris Lattner · 21 years ago
  14. 2c3394a New makefile for new directory by Chris Lattner · 21 years ago
  15. f796d80 new testcase by Chris Lattner · 21 years ago
  16. f9039d7 new testcase by Chris Lattner · 21 years ago
  17. a925b47 new testcase by Chris Lattner · 21 years ago
  18. e84a6d0 Whoa, GCC accepts this. Whack. by Chris Lattner · 21 years ago
  19. 0dac47a New testcase, distilled from bison by Chris Lattner · 21 years ago
  20. a1a7935 New testcase, distilled from 'screen' by Misha by Chris Lattner · 21 years ago
  21. 4b517a4 Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llx by Chris Lattner · 21 years ago
  22. baefa33 New testcase for GEP folding by Chris Lattner · 21 years ago
  23. c729415 Catch testing errors by Chris Lattner · 21 years ago
  24. fdaac9e Fix bug where we printed the month number instead of the day number *blush* by Chris Lattner · 21 years ago
  25. 9621a2b Modified the SUFFIXES pseudo targets so that we remove all default suffixes by John Criswell · 21 years ago
  26. e584285 Add ParseEnvironmentOptions documentation by Brian Gaeke · 21 years ago
  27. 9d292ff Add warning about how you have to put cl::init after cl::location, if both by Brian Gaeke · 21 years ago
  28. 9042eaf Make testcase more interesting by Chris Lattner · 21 years ago
  29. 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 21 years ago
  30. 08e2476 Fix bugs in tester Add new -norunningtests option by Chris Lattner · 21 years ago
  31. 86f665b X86.td has been moved out of this directory; these are outdated targets. by Misha Brukman · 21 years ago
  32. efe8474 Since we broke up SingleSource and MultiSource testing, the logs are now by Misha Brukman · 21 years ago
  33. 196a14a Do not force a runtimelimit! We were actually reducing it. by Chris Lattner · 21 years ago
  34. 8ab0a01 Increase the size of the LOC chart by Chris Lattner · 21 years ago
  35. e6f7f61 Fix grammar, add comment by Chris Lattner · 21 years ago
  36. 13fc1ea Fix buggy testcase by Chris Lattner · 21 years ago
  37. a59f71a no-strict-aliasing redux by Chris Lattner · 21 years ago
  38. c13115c The CBE generates code which violates the TBAA rules of C, thus we must disable by Chris Lattner · 21 years ago
  39. 24f83a1 Do not even attempt to compute dominator information for unreachable blocks by Chris Lattner · 21 years ago
  40. fd4d897 Add new methods, update comments by Chris Lattner · 21 years ago
  41. 134480c Make the testcase more interesting by Chris Lattner · 21 years ago
  42. 04aa29d Add new -disable-verify option by Chris Lattner · 21 years ago
  43. b2d1181 New testcase distilled from mutt by Chris Lattner · 21 years ago
  44. 5e39b52 Remove fixme by Chris Lattner · 21 years ago
  45. c75b14e Add the magic incantations to get a running LOC graph updated each night... by Chris Lattner · 21 years ago
  46. 24eefd3 Add in the running LOC chart by Chris Lattner · 21 years ago
  47. c88a4ea no really, implement it! by Chris Lattner · 21 years ago
  48. 1ddb6b6 Add new cleandeps target, to allow easy cleaning out of .d files by Chris Lattner · 21 years ago
  49. 74cf819 Add support for casting any pointer to any integer type by Chris Lattner · 21 years ago
  50. 8164d65 Fix linking bug in xboard by Chris Lattner · 21 years ago
  51. 72af6b8 Add support for the sig(set|long)jmp intrinsics by Chris Lattner · 21 years ago
  52. 95881ec New testcase, distilled from ed-0.2 by Chris Lattner · 21 years ago
  53. 8169cf8 Add intrinsics for the llvm.sig(set|long)jmp functions by Chris Lattner · 21 years ago
  54. f5a6ab9 Wrap line at 80 columns Fix bogus failures by Chris Lattner · 21 years ago
  55. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  56. 00d7af6 Fix minor bugs in the tester by Chris Lattner · 21 years ago
  57. bf6a4dc * Split the programs table into MultiSource and SingleSource components by Chris Lattner · 21 years ago
  58. e928d7d The CBE output is compiled at -O2 by Chris Lattner · 21 years ago
  59. b1adab7 Add docs for new column, native tests now run with -O2 by Chris Lattner · 21 years ago
  60. c7e07aa New testcase distilled from GNU Go by Chris Lattner · 21 years ago
  61. 57c6941 Give correct command line for making a shared object by Chris Lattner · 21 years ago
  62. 7540565 Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. by Chris Lattner · 21 years ago
  63. 57e5a70 Make sure that "newmain" gets names for its arguments by Chris Lattner · 21 years ago
  64. e533cef Fix message by Chris Lattner · 21 years ago
  65. 169db9d Fix the bug that broke the nightly tester in McCat/18-imp last night. :( by Chris Lattner · 21 years ago
  66. e2ce618 Make the check for a failed test run more robust!! by Chris Lattner · 21 years ago
  67. 10b1f5a Implement folding of switch instructions. by Chris Lattner · 21 years ago
  68. 09864a1 New testcase to ensure that switch folding happens correctly by Chris Lattner · 21 years ago
  69. 694e37f Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll by Chris Lattner · 21 years ago
  70. f0cd835 New testcase by Chris Lattner · 21 years ago
  71. 342a9d1 The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. by Chris Lattner · 21 years ago
  72. 128cf79 New testcase by Chris Lattner · 21 years ago
  73. 5b007e2 This really isn't the gcc library! by Chris Lattner · 21 years ago
  74. 128c2aa Fix bug: Jello/2003-08-15-AllocaAssertion.ll by Chris Lattner · 21 years ago
  75. 7dd46b0 Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll by Chris Lattner · 21 years ago
  76. fd80ff5 No need to print in the testcase by Chris Lattner · 21 years ago
  77. 77d2f51 Rename -emitmaps to -enable-maps by Brian Gaeke · 21 years ago
  78. bdfb1d8 `execve_test' is not part of LLEE. by Misha Brukman · 21 years ago
  79. 593ece0 A lot of changes were suggested by Chris. by Misha Brukman · 21 years ago
  80. a1ee42a new testcase narrowed down from xboard by Chris Lattner · 21 years ago
  81. f2d4916 New testcase identified by misha, distilled from the 'ls' program by Chris Lattner · 21 years ago
  82. 53b99a0 Fix typo in comment by Brian Gaeke · 21 years ago
  83. c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
  84. b60fe77 hash_map and hash_set: by Misha Brukman · 21 years ago
  85. b7dc2b9 Remove extraneous ;'s, no functional changes by Chris Lattner · 21 years ago
  86. 0137afa * Match the column names in the report by Misha Brukman · 21 years ago
  87. d2dfc96 Now that the JIT memory manager allocates as many bytes as necessary rather than by Misha Brukman · 21 years ago
  88. 53523e5 Reordered includes to be consistent with the LLVM style. by Misha Brukman · 21 years ago
  89. 4050f7f Document new column, remove X86 specific stuff by Chris Lattner · 21 years ago
  90. 15d1d57 Fix register and parameter numbers in saving double FP registers. by Misha Brukman · 21 years ago
  91. 9a86a01 Add llvm tools to path of LLVMGCC by Chris Lattner · 21 years ago
  92. 960ff04 Remove extraneous #include by Chris Lattner · 21 years ago
  93. e3561c2 Remove uses of the NonCopyable class, to make the doxygen output look better by Chris Lattner · 21 years ago
  94. ad6ba3e Revert my last (accidental) checkin, but keep the typeo fix by Chris Lattner · 21 years ago
  95. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  96. 79ba7c1 rename selection directory and library to SelectionDAG by Chris Lattner · 21 years ago
  97. 52cc7e2 build the new runtime directory by Chris Lattner · 21 years ago
  98. 7dc97ff Add a bunch of new node types, etc by Chris Lattner · 21 years ago
  99. f4f5f8b Add support for basic blocks, unary/binary unspecs, conditional branches, ... by Chris Lattner · 21 years ago
  100. f3c274d Adjust to new API, add expandCall stub by Chris Lattner · 21 years ago