aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-011-9/+39
* Pass N by reference to select functions to prevent gcc from allocating more s...Evan Cheng2006-08-011-3/+3
* Remove an unneeded match condition: the type check for root node has beenEvan Cheng2006-07-311-7/+22
* fix externalsAndrew Lenharth2006-07-291-2/+2
* Split each select function for a particular opcode into multiple ones. OneEvan Cheng2006-07-281-178/+259
* Clean up.Evan Cheng2006-07-281-3/+2
* Removed some unneccesary printing from the nightly tester.Patrick Jenkins2006-07-281-6/+0
* Rename IsFoldableBy to CanBeFoldedleByEvan Cheng2006-07-281-1/+1
* Remove InFlightSet hack. No longer needed.Evan Cheng2006-07-281-46/+0
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-3/+6
* Removed some unneccesary print statemntsPatrick Jenkins2006-07-271-1/+0
* ChangeDir now returns the correct valuePatrick Jenkins2006-07-271-1/+2
* Remove dead code.Evan Cheng2006-07-271-29/+0
* Fixed a stupid error where changedir returned false upon success.Patrick Jenkins2006-07-271-2/+1
* Added more descriptive output to singlesource,multisource tests.Patrick Jenkins2006-07-271-24/+30
* Removed some clutter that was left over from development.Patrick Jenkins2006-07-271-48/+39
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-271-8/+2
* I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins2006-07-271-1/+1
* added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins2006-07-271-12/+10
* This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins2006-07-271-17/+39
* Fix for bug 840. Only use noinline attribute if gcc version >= 3.4Evan Cheng2006-07-261-3/+6
* Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer2006-07-251-16/+27
* Fixing a syntax error and adding buildtype to the .a and .o file size informa...Patrick Jenkins2006-07-231-4/+8
* When the ability to gather .a and .o file sizes was added, it changed the dir...Patrick Jenkins2006-07-231-25/+32
* added status message during nightly testPatrick Jenkins2006-07-221-2/+4
* Removed a hack intended to allow (store (op (load))) folding. Will handle thi...Evan Cheng2006-07-211-52/+7
* Added a check to skip dejagnu test results gathering if we did not run dejagn...Patrick Jenkins2006-07-211-11/+13
* Fixed an issue of variable scope that prevented file size from being submitte...Patrick Jenkins2006-07-211-4/+6
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-211-5/+2
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-212-2/+12
* Added code to get .a and .o file sizes and submit them to the server in the n...Patrick Jenkins2006-07-211-1/+19
* Fixed issue where nightly test always tells you you need to use -nicknamePatrick Jenkins2006-07-211-2/+1
* The nightly tester will no longer report numbers instead of tests performed.Patrick Jenkins2006-07-211-3/+3
* Also checks for noResults field.Evan Cheng2006-07-201-1/+4
* We now fail and print an error message if a nightly tester does not specify a...Patrick Jenkins2006-07-201-0/+8
* Fixed a problem that caused the script to abort right before it sent out the ...Patrick Jenkins2006-07-201-1/+1
* Removed the portion that determines which tests are newly passing/failing bec...Patrick Jenkins2006-07-191-78/+99
* Make sub- and super- register classes const.Evan Cheng2006-07-191-4/+5
* Fix a bug handling instructions, like blr, which just consist of a textChris Lattner2006-07-191-5/+11
* Add code size to target instruction use it as the 3rd isel sorting tie-breaker.Evan Cheng2006-07-191-3/+25
* Make sub- super- reg-class tables static.Evan Cheng2006-07-181-3/+6
* yet another change to get the correct gcc version for the nightly test results.Patrick Jenkins2006-07-181-3/+4
* Fix case where identical cases were not detected across case #0, becauseChris Lattner2006-07-181-2/+3
* Fix an accidentally duplicated line that caused tblgen to crash on itanium.Chris Lattner2006-07-181-3/+4
* Maximally group commands. When all instructions within a command set have aChris Lattner2006-07-182-13/+70
* Change generator to remove operands as it processes them. No change inChris Lattner2006-07-182-17/+22
* Handle the last operand more intelligently. When emitting the \n, alsoChris Lattner2006-07-181-5/+7
* Emit switches with 1/2 cases as unconditional code or an if/then/else forChris Lattner2006-07-181-10/+24
* Steal bits from the asm string index to use for operand information. On bothChris Lattner2006-07-181-10/+12
* Merge operand info and asmstr idx into a single 32-bit field. No other change.Chris Lattner2006-07-181-16/+18