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