summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2006-08-07
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-07
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-06
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-04
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-04
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-04
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-04
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-03
* One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins2006-08-03
* Remove some extraneous newlines.Chris Lattner2006-08-03
* Really add support for compilers without noinlineChris Lattner2006-08-03
* We now only search the following directories for .o and .a files:Patrick Jenkins2006-08-02
* Removed some dead code and hopefully fixed the issue where the total list of ...Patrick Jenkins2006-08-02
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-01
* Pass N by reference to select functions to prevent gcc from allocating more s...Evan Cheng2006-08-01
* Remove an unneeded match condition: the type check for root node has beenEvan Cheng2006-07-31
* fix externalsAndrew Lenharth2006-07-29
* Split each select function for a particular opcode into multiple ones. OneEvan Cheng2006-07-28
* Clean up.Evan Cheng2006-07-28
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-28
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-28
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-28
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-27
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-27
* Remove dead code.Evan Cheng2006-07-27
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-27
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-27
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-27
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-27
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-27
* added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins2006-07-27
* This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins2006-07-27
* Fix for bug 840. Only use noinline attribute if gcc version >= 3.4Evan Cheng2006-07-26
* Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer2006-07-25
* Fixing a syntax error and adding buildtype to the .a and .o file size informa...Patrick Jenkins2006-07-23
* When the ability to gather .a and .o file sizes was added, it changed the dir...Patrick Jenkins2006-07-23
* added status message during nightly testPatrick Jenkins2006-07-22
* Removed a hack intended to allow (store (op (load))) folding. Will handle thi...Evan Cheng2006-07-21
* Added a check to skip dejagnu test results gathering if we did not run dejagn...Patrick Jenkins2006-07-21
* Fixed an issue of variable scope that prevented file size from being submitte...Patrick Jenkins2006-07-21
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-21
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-21
* Added code to get .a and .o file sizes and submit them to the server in the n...Patrick Jenkins2006-07-21
* Fixed issue where nightly test always tells you you need to use -nicknamePatrick Jenkins2006-07-21
* The nightly tester will no longer report numbers instead of tests performed.Patrick Jenkins2006-07-21
* Also checks for noResults field.Evan Cheng2006-07-20
* We now fail and print an error message if a nightly tester does not specify a...Patrick Jenkins2006-07-20
* Fixed a problem that caused the script to abort right before it sent out the ...Patrick Jenkins2006-07-20
* Removed the portion that determines which tests are newly passing/failing bec...Patrick Jenkins2006-07-19