1. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  2. 4b7f7aa Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. by Patrick Jenkins · 18 years ago
  3. d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
  4. b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
  5. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
  6. dfb8607 The generated runloop shouldn't require Select to update 'Result'. In fact by Chris Lattner · 18 years ago
  7. 5298de5 allow Select to return the node being selected if RAU isn't needed. by Chris Lattner · 18 years ago
  8. 920baee Simplify this a little bit. by Reid Spencer · 18 years ago
  9. 6ae928f This script takes arguments so remove the check for number of arguments, by Reid Spencer · 18 years ago
  10. ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
  11. 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
  12. 3219563 1. fix bug by ensuring we start at the llvm source root. by Reid Spencer · 18 years ago
  13. 99aa271 Count the documentation. Otherwise we take a 30,000 hit in the LOC on the by Reid Spencer · 18 years ago
  14. c7e289f Use the new -code-only option to llvmdo so that we only count things that by Reid Spencer · 18 years ago
  15. 956dae8 Add a -code-only option which restricts llvmdo to visiting just those by Reid Spencer · 18 years ago
  16. fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
  17. 4477185 Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker by Reid Spencer · 18 years ago
  18. 2914a69 Weed out some cruft and add in some missing extensions. by Reid Spencer · 18 years ago
  19. c0d5ed3 Weed out cruft that should not be counted and add in extensions we by Reid Spencer · 18 years ago
  20. 0e9402f Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. by Patrick Jenkins · 18 years ago
  21. 8312657 Make this script not care where it is run from by getting the llvm src by Reid Spencer · 18 years ago
  22. 1e75b7b Make llvmdo and llvmgrep invulnerable to where they are run from by getting by Reid Spencer · 18 years ago
  23. ae2e622 Clean up the HTML output. Add a -filedetails option to report the number of by Reid Spencer · 18 years ago
  24. bf49f33 Remove blank line at end of file, removing test user "foo" from CVS history. by Reid Spencer · 18 years ago
  25. bb6f6eb Drop the -details option, it was broken. If you want to know about a by Reid Spencer · 18 years ago
  26. 1e060f0 Use SmallVector instead. by Evan Cheng · 18 years ago
  27. 06d6470 - Prevent some functions from being inlined to eliminate the code size bloat by Evan Cheng · 18 years ago
  28. a7465ca Fix a comment. by Reid Spencer · 18 years ago
  29. 706d2d3 Revert previous patch by Chris Lattner · 18 years ago
  30. 8d4ccf0 Reverting back to original 1.8 version so I can manually merge in patch. by Tanya Lattner · 18 years ago
  31. dcffb0c Merge some NightlyTest.pl changes. by Evan Cheng · 18 years ago
  32. bd564bf Start eliminating temporary vectors used to create DAG nodes. Instead, pass by Chris Lattner · 18 years ago
  33. 4257ccb Removed unneccesary output from nightly tester by Patrick Jenkins · 18 years ago
  34. 9bdca03 Making TableGen'd instruction selection code non-recursive. This fixes PR805. by Evan Cheng · 18 years ago
  35. e8501eb Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. by Patrick Jenkins · 18 years ago
  36. 1c3bf94 no longer sending the list of all dejagnu tests because it is too big at the present time by Patrick Jenkins · 18 years ago
  37. cf65fb6 Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. by Patrick Jenkins · 18 years ago
  38. e631c4a Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. by Patrick Jenkins · 18 years ago
  39. ea103a8 Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. by Patrick Jenkins · 18 years ago
  40. 7e5c373 We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. by Patrick Jenkins · 18 years ago
  41. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  42. 69d3a95 One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. by Patrick Jenkins · 18 years ago
  43. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  44. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  45. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  46. d7210f9 Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent by Patrick Jenkins · 18 years ago
  47. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  48. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  49. 6966c48 Remove an unneeded match condition: the type check for root node has been by Evan Cheng · 18 years ago
  50. e36de54 fix externals by Andrew Lenharth · 18 years ago
  51. b6ee7f7 Split each select function for a particular opcode into multiple ones. One by Evan Cheng · 18 years ago
  52. dc7a66a Clean up. by Evan Cheng · 18 years ago
  53. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  54. f2dfafc Rename IsFoldableBy to CanBeFoldedleBy by Evan Cheng · 18 years ago
  55. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  56. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  57. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  58. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  59. 3aac4d5 Remove dead code. by Evan Cheng · 18 years ago
  60. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  61. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  62. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago
  63. b2c121a Let each target specific isel provide routine to check if a chain producing node is foldable by another. by Evan Cheng · 18 years ago
  64. cc8414f I made a stupid mistake when adding support for -use-gmake. ~PJ by Patrick Jenkins · 18 years ago
  65. 1cd4691 added support for the -use-gmake option. This will come in handy when running the test on SunOS. by Patrick Jenkins · 18 years ago
  66. f58473f This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. by Patrick Jenkins · 18 years ago
  67. 233baf1 Fix for bug 840. Only use noinline attribute if gcc version >= 3.4 by Evan Cheng · 18 years ago
  68. c152efd Add a feature for debugging library dependency cycles, -why option. This by Reid Spencer · 18 years ago
  69. 26ba609 Fixing a syntax error and adding buildtype to the .a and .o file size information. by Patrick Jenkins · 18 years ago
  70. 169357e When the ability to gather .a and .o file sizes was added, it changed the directory the perl script was in so when we tried to run dejagnu tests, everything failed. by Patrick Jenkins · 18 years ago
  71. fcf207b added status message during nightly test by Patrick Jenkins · 18 years ago
  72. e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 18 years ago
  73. 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 18 years ago
  74. b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 18 years ago
  75. cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 18 years ago
  76. 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 18 years ago
  77. 6412f72 Added code to get .a and .o file sizes and submit them to the server in the nightly report. by Patrick Jenkins · 18 years ago
  78. 49717a4 Fixed issue where nightly test always tells you you need to use -nickname by Patrick Jenkins · 18 years ago
  79. 1f556c2 The nightly tester will no longer report numbers instead of tests performed. by Patrick Jenkins · 18 years ago
  80. eb1f40d Also checks for noResults field. by Evan Cheng · 18 years ago
  81. 514e258 We now fail and print an error message if a nightly tester does not specify a nickname on the command line by Patrick Jenkins · 18 years ago
  82. ba20471 Fixed a problem that caused the script to abort right before it sent out the information by Patrick Jenkins · 18 years ago
  83. 65c7ea0 Removed the portion that determines which tests are newly passing/failing because we no longer keep the previos days list on the testing machines. by Patrick Jenkins · 18 years ago
  84. 3b0c014 Make sub- and super- register classes const. by Evan Cheng · 18 years ago
  85. a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 18 years ago
  86. e6f3203 Add code size to target instruction use it as the 3rd isel sorting tie-breaker. by Evan Cheng · 18 years ago
  87. 6f6602c Make sub- super- reg-class tables static. by Evan Cheng · 18 years ago
  88. 1b62944 yet another change to get the correct gcc version for the nightly test results. by Patrick Jenkins · 18 years ago
  89. 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 18 years ago
  90. 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 18 years ago
  91. 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 18 years ago
  92. b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 18 years ago
  93. 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 18 years ago
  94. e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 18 years ago
  95. b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 18 years ago
  96. 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 18 years ago
  97. f263704 Minor output changes. by Patrick Jenkins · 18 years ago
  98. bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 18 years ago
  99. adea55e If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. by Patrick Jenkins · 18 years ago
  100. fb878a3 Use __attribute__((noinline)) only if compiled by gcc. by Evan Cheng · 18 years ago