summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Make sub- and super- register classes const.Evan Cheng2006-07-19
* Fix a bug handling instructions, like blr, which just consist of a textChris Lattner2006-07-19
* Add code size to target instruction use it as the 3rd isel sorting tie-breaker.Evan Cheng2006-07-19
* Make sub- super- reg-class tables static.Evan Cheng2006-07-18
* yet another change to get the correct gcc version for the nightly test results.Patrick Jenkins2006-07-18
* Fix case where identical cases were not detected across case #0, becauseChris Lattner2006-07-18
* Fix an accidentally duplicated line that caused tblgen to crash on itanium.Chris Lattner2006-07-18
* Maximally group commands. When all instructions within a command set have aChris Lattner2006-07-18