summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Change generator to remove operands as it processes them. No change inChris Lattner2006-07-18
* Handle the last operand more intelligently. When emitting the \n, alsoChris Lattner2006-07-18
* Emit switches with 1/2 cases as unconditional code or an if/then/else forChris Lattner2006-07-18
* Steal bits from the asm string index to use for operand information. On bothChris Lattner2006-07-18
* Merge operand info and asmstr idx into a single 32-bit field. No other change.Chris Lattner2006-07-18
* Minor output changes.Patrick Jenkins2006-07-18
* Completely change the structure of the generated asmprinter to be more tableChris Lattner2006-07-18
* If a gccpath is specified when invoking the nightly test script we will hopef...Patrick Jenkins2006-07-17
* Use __attribute__((noinline)) only if compiled by gcc.Evan Cheng2006-07-16
* Parameterize target node ValueType to allow more sharing of emit functions.Evan Cheng2006-07-16
* Reduce instruction selection code size and stack frame size by factoringEvan Cheng2006-07-15
* The generated index array should be const.Chris Lattner2006-07-14
* Emit the string information for the asm writer as a single large stringChris Lattner2006-07-14
* Fixed an issue where the user specified gcc was not the gcc we report to the ...Patrick Jenkins2006-07-14
* Clean up.Jim Laskey2006-07-13
* 1. Simplfy bit operations.Jim Laskey2006-07-13
* Syntax error. I will run perl -c before commiting perl scripts.Patrick Jenkins2006-07-13
* Fixed some small bugs exposed when trying to get a sparc machine to run the s...Patrick Jenkins2006-07-13
* Move base value of instruction to lookup table to prepare for case reduction.Jim Laskey2006-07-12
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-11
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-11
* Reduce bloat in target libraries by removing per machine instruction assertionJim Laskey2006-07-11
* Fixed some output issues where newlines were not being printed after error me...Patrick Jenkins2006-07-10
* Fixed an issue that tried to cat externalprogramstable.txt from the testresul...Patrick Jenkins2006-07-10
* Syntax error in NewNightlyTest.plPatrick Jenkins2006-07-07
* Fixed a variable naming issue for the External Program Results table. Also fi...Patrick Jenkins2006-07-07
* Updated comments at top of file to reflect relevant command line options.Patrick Jenkins2006-07-07
* Added the -noremoveresults option which will not remove the $WebDir from the ...Patrick Jenkins2006-07-07
* Fixed variable naming issue that prevented $Prefix-senddata.txt from having a...Patrick Jenkins2006-07-07
* tblgen uses EHChris Lattner2006-07-07
* Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places.Patrick Jenkins2006-07-06
* The first commit of NewNightlyTest.pl which instead of generating a webpage s...Patrick Jenkins2006-07-06
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-29
* Added -disable-cbe to disable C backend testing.Evan Cheng2006-06-29
* Fix -extraflagsEvan Cheng2006-06-27
* Rename EXTRA_FLAGS to EXTRA_OPTIONS.Evan Cheng2006-06-20