- 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
- e7a589d Emit switches with 1/2 cases as unconditional code or an if/then/else for by Chris Lattner · 18 years ago
- b51ecd4 Steal bits from the asm string index to use for operand information. On both by Chris Lattner · 18 years ago
- 5561640 Merge operand info and asmstr idx into a single 32-bit field. No other change. by Chris Lattner · 18 years ago
- f263704 Minor output changes. by Patrick Jenkins · 18 years ago
- bdff5f9 Completely change the structure of the generated asmprinter to be more table by Chris Lattner · 18 years ago
- 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
- fb878a3 Use __attribute__((noinline)) only if compiled by gcc. by Evan Cheng · 18 years ago
- f872940 Parameterize target node ValueType to allow more sharing of emit functions. by Evan Cheng · 18 years ago
- fceb57a Reduce instruction selection code size and stack frame size by factoring by Evan Cheng · 18 years ago
- fb5115e The generated index array should be const. by Chris Lattner · 18 years ago
- 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 18 years ago
- 79fbf7f Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. by Patrick Jenkins · 18 years ago
- cb12903 Clean up. by Jim Laskey · 18 years ago
- f1b05bf 1. Simplfy bit operations. 2. Coalesce instruction cases. by Jim Laskey · 18 years ago
- 0b7ae54 Syntax error. I will run perl -c before commiting perl scripts. by Patrick Jenkins · 18 years ago
- 4bde3bc Fixed some small bugs exposed when trying to get a sparc machine to run the script. Specifically some misnamed variables. by Patrick Jenkins · 18 years ago
- ed39343 Move base value of instruction to lookup table to prepare for case reduction. by Jim Laskey · 18 years ago
- 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
- e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
- 1406bda Reduce bloat in target libraries by removing per machine instruction assertion by Jim Laskey · 18 years ago
- 7267bd6 Fixed some output issues where newlines were not being printed after error messages by Patrick Jenkins · 18 years ago
- 7b4bb60 Fixed an issue that tried to cat externalprogramstable.txt from the testresults directory when it doesnt exist. by Patrick Jenkins · 18 years ago
- 00fbdf1 Syntax error in NewNightlyTest.pl by Patrick Jenkins · 18 years ago
- 4c4e356 Fixed a variable naming issue for the External Program Results table. Also fixed an issue with printing the sent data to a sentdata.txt by Patrick Jenkins · 18 years ago
- 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 18 years ago
- a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 18 years ago
- b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 18 years ago
- a539c03 tblgen uses EH by Chris Lattner · 18 years ago
- c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 18 years ago
- fe030d7 The first commit of NewNightlyTest.pl which instead of generating a webpage submits the results of the test to a central server for storage and display. by Patrick Jenkins · 18 years ago
- 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 18 years ago
- 2a0f984 Added -disable-cbe to disable C backend testing. by Evan Cheng · 18 years ago
- 14c299e Fix -extraflags by Evan Cheng · 18 years ago
- 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 18 years ago
- 02cdb37 Fix an error message regression. Print: by Chris Lattner · 18 years ago
- 186fb7d Don't require src/dst patterns to be able to fully resolve their types, by Chris Lattner · 18 years ago
- a354849 Make sure to use the result of the pattern to infer the result type of the by Chris Lattner · 18 years ago
- 8f60d54 Improve a comment. by Chris Lattner · 18 years ago
- 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
- d7c2c86 Allow more use of iPTR in patterns. by Evan Cheng · 18 years ago
- e945f4d Added support for variable_ops. by Evan Cheng · 18 years ago
- bc6b86a Fix support for optional input flag. by Evan Cheng · 18 years ago
- 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 18 years ago
- f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 18 years ago