1. 7a33db0 Minor getCopyToReg() call change. by Evan Cheng · 18 years ago
  2. 9ade218 Select() no longer require Result operand by reference. by Evan Cheng · 18 years ago
  3. 2a318cf Remove dead code. by Evan Cheng · 18 years ago
  4. f549319 A bit more clean up. by Evan Cheng · 18 years ago
  5. 676d731 - Clean up tablegen dag isel generator code. by Evan Cheng · 18 years ago
  6. ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 18 years ago
  7. 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 18 years ago
  8. b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 18 years ago
  9. 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
  10. d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
  11. b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
  12. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
  13. dfb8607 The generated runloop shouldn't require Select to update 'Result'. In fact by Chris Lattner · 18 years ago
  14. 5298de5 allow Select to return the node being selected if RAU isn't needed. by Chris Lattner · 18 years ago
  15. 920baee Simplify this a little bit. by Reid Spencer · 18 years ago
  16. 6ae928f This script takes arguments so remove the check for number of arguments, by Reid Spencer · 18 years ago
  17. ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
  18. 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
  19. 3219563 1. fix bug by ensuring we start at the llvm source root. by Reid Spencer · 18 years ago
  20. 99aa271 Count the documentation. Otherwise we take a 30,000 hit in the LOC on the by Reid Spencer · 18 years ago
  21. c7e289f Use the new -code-only option to llvmdo so that we only count things that by Reid Spencer · 18 years ago
  22. 956dae8 Add a -code-only option which restricts llvmdo to visiting just those by Reid Spencer · 18 years ago
  23. fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
  24. 4477185 Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker by Reid Spencer · 18 years ago
  25. 2914a69 Weed out some cruft and add in some missing extensions. by Reid Spencer · 18 years ago
  26. c0d5ed3 Weed out cruft that should not be counted and add in extensions we by Reid Spencer · 18 years ago
  27. 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
  28. 8312657 Make this script not care where it is run from by getting the llvm src by Reid Spencer · 18 years ago
  29. 1e75b7b Make llvmdo and llvmgrep invulnerable to where they are run from by getting by Reid Spencer · 18 years ago
  30. ae2e622 Clean up the HTML output. Add a -filedetails option to report the number of by Reid Spencer · 18 years ago
  31. bf49f33 Remove blank line at end of file, removing test user "foo" from CVS history. by Reid Spencer · 18 years ago
  32. bb6f6eb Drop the -details option, it was broken. If you want to know about a by Reid Spencer · 18 years ago
  33. 1e060f0 Use SmallVector instead. by Evan Cheng · 18 years ago
  34. 06d6470 - Prevent some functions from being inlined to eliminate the code size bloat by Evan Cheng · 18 years ago
  35. a7465ca Fix a comment. by Reid Spencer · 18 years ago
  36. 706d2d3 Revert previous patch by Chris Lattner · 18 years ago
  37. 8d4ccf0 Reverting back to original 1.8 version so I can manually merge in patch. by Tanya Lattner · 18 years ago
  38. dcffb0c Merge some NightlyTest.pl changes. by Evan Cheng · 18 years ago
  39. bd564bf Start eliminating temporary vectors used to create DAG nodes. Instead, pass by Chris Lattner · 18 years ago
  40. 4257ccb Removed unneccesary output from nightly tester by Patrick Jenkins · 18 years ago
  41. 9bdca03 Making TableGen'd instruction selection code non-recursive. This fixes PR805. by Evan Cheng · 18 years ago
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. d0fa46a Print an error message if the lib directory (first argument) is not a directory. by Reid Spencer · 18 years ago
  49. 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
  50. 58d6356 Remove some extraneous newlines. by Chris Lattner · 18 years ago
  51. 32501a0 Really add support for compilers without noinline by Chris Lattner · 18 years ago
  52. 59a2798 We now only search the following directories for .o and .a files: by Patrick Jenkins · 18 years ago
  53. 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
  54. 9bf2e7f Fix a problem with use of undefined variables. Print an error message if by Reid Spencer · 18 years ago
  55. d3f8429 Pass N by reference to select functions to prevent gcc from allocating more stack. by Evan Cheng · 18 years ago
  56. 6966c48 Remove an unneeded match condition: the type check for root node has been by Evan Cheng · 18 years ago
  57. e36de54 fix externals by Andrew Lenharth · 18 years ago
  58. b6ee7f7 Split each select function for a particular opcode into multiple ones. One by Evan Cheng · 18 years ago
  59. dc7a66a Clean up. by Evan Cheng · 18 years ago
  60. 0dd7fb2 Removed some unneccesary printing from the nightly tester. by Patrick Jenkins · 18 years ago
  61. f2dfafc Rename IsFoldableBy to CanBeFoldedleBy by Evan Cheng · 18 years ago
  62. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  63. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  64. d4623e9 Removed some unneccesary print statemnts by Patrick Jenkins · 18 years ago
  65. 96970e9 ChangeDir now returns the correct value by Patrick Jenkins · 18 years ago
  66. 3aac4d5 Remove dead code. by Evan Cheng · 18 years ago
  67. 278a6b5 Fixed a stupid error where changedir returned false upon success. by Patrick Jenkins · 18 years ago
  68. c281b0d Added more descriptive output to singlesource,multisource tests. by Patrick Jenkins · 18 years ago
  69. 59d1a66 Removed some clutter that was left over from development. by Patrick Jenkins · 18 years ago
  70. 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
  71. cc8414f I made a stupid mistake when adding support for -use-gmake. ~PJ by Patrick Jenkins · 18 years ago
  72. 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
  73. 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
  74. 233baf1 Fix for bug 840. Only use noinline attribute if gcc version >= 3.4 by Evan Cheng · 18 years ago
  75. c152efd Add a feature for debugging library dependency cycles, -why option. This by Reid Spencer · 18 years ago
  76. 26ba609 Fixing a syntax error and adding buildtype to the .a and .o file size information. by Patrick Jenkins · 18 years ago
  77. 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
  78. fcf207b added status message during nightly test by Patrick Jenkins · 18 years ago
  79. e638993 Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. by Evan Cheng · 18 years ago
  80. 25c2a2f Added a check to skip dejagnu test results gathering if we did not run dejagnu tests by Patrick Jenkins · 18 years ago
  81. b67e118 Fixed an issue of variable scope that prevented file size from being submitted to the server. by Patrick Jenkins · 18 years ago
  82. cd4317e Eliminate data relocations by using NULL instead of global empty list. by Jim Laskey · 18 years ago
  83. 60f0992 Use an enumeration to eliminate data relocations. by Jim Laskey · 18 years ago
  84. 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
  85. 49717a4 Fixed issue where nightly test always tells you you need to use -nickname by Patrick Jenkins · 18 years ago
  86. 1f556c2 The nightly tester will no longer report numbers instead of tests performed. by Patrick Jenkins · 18 years ago
  87. eb1f40d Also checks for noResults field. by Evan Cheng · 18 years ago
  88. 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
  89. ba20471 Fixed a problem that caused the script to abort right before it sent out the information by Patrick Jenkins · 18 years ago
  90. 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
  91. 3b0c014 Make sub- and super- register classes const. by Evan Cheng · 18 years ago
  92. a6dc9fb Fix a bug handling instructions, like blr, which just consist of a text by Chris Lattner · 18 years ago
  93. e6f3203 Add code size to target instruction use it as the 3rd isel sorting tie-breaker. by Evan Cheng · 18 years ago
  94. 6f6602c Make sub- super- reg-class tables static. by Evan Cheng · 18 years ago
  95. 1b62944 yet another change to get the correct gcc version for the nightly test results. by Patrick Jenkins · 18 years ago
  96. 195bb4a Fix case where identical cases were not detected across case #0, because by Chris Lattner · 18 years ago
  97. 0a01212 Fix an accidentally duplicated line that caused tblgen to crash on itanium. by Chris Lattner · 18 years ago
  98. 96c1ade Maximally group commands. When all instructions within a command set have a by Chris Lattner · 18 years ago
  99. b846286 Change generator to remove operands as it processes them. No change in by Chris Lattner · 18 years ago
  100. 191dd1f Handle the last operand more intelligently. When emitting the \n, also by Chris Lattner · 18 years ago