aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2006-07-28Clean up.Evan Cheng
2006-07-28Removed some unneccesary printing from the nightly tester.Patrick Jenkins
2006-07-28Rename IsFoldableBy to CanBeFoldedleByEvan Cheng
2006-07-28Remove InFlightSet hack. No longer needed.Evan Cheng
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-27Removed some unneccesary print statemntsPatrick Jenkins
2006-07-27ChangeDir now returns the correct valuePatrick Jenkins
2006-07-27Remove dead code.Evan Cheng
2006-07-27Fixed a stupid error where changedir returned false upon success.Patrick Jenkins
2006-07-27Added more descriptive output to singlesource,multisource tests.Patrick Jenkins
2006-07-27Removed some clutter that was left over from development.Patrick Jenkins
2006-07-27Let each target specific isel provide routine to check if a chain producing n...Evan Cheng
2006-07-27I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins
2006-07-27added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins
2006-07-27This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins
2006-07-26Fix for bug 840. Only use noinline attribute if gcc version >= 3.4Evan Cheng
2006-07-25Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer
2006-07-23Fixing a syntax error and adding buildtype to the .a and .o file size informa...Patrick Jenkins
2006-07-23When the ability to gather .a and .o file sizes was added, it changed the dir...Patrick Jenkins
2006-07-22added status message during nightly testPatrick Jenkins
2006-07-21Removed a hack intended to allow (store (op (load))) folding. Will handle thi...Evan Cheng
2006-07-21Added a check to skip dejagnu test results gathering if we did not run dejagn...Patrick Jenkins
2006-07-21Fixed an issue of variable scope that prevented file size from being submitte...Patrick Jenkins
2006-07-21Eliminate data relocations by using NULL instead of global empty list.Jim Laskey
2006-07-21Use an enumeration to eliminate data relocations.Jim Laskey
2006-07-21Added code to get .a and .o file sizes and submit them to the server in the n...Patrick Jenkins
2006-07-21Fixed issue where nightly test always tells you you need to use -nicknamePatrick Jenkins
2006-07-21The nightly tester will no longer report numbers instead of tests performed.Patrick Jenkins
2006-07-20Also checks for noResults field.Evan Cheng
2006-07-20We now fail and print an error message if a nightly tester does not specify a...Patrick Jenkins
2006-07-20Fixed a problem that caused the script to abort right before it sent out the ...Patrick Jenkins
2006-07-19Removed the portion that determines which tests are newly passing/failing bec...Patrick Jenkins
2006-07-19Make sub- and super- register classes const.Evan Cheng
2006-07-19Fix a bug handling instructions, like blr, which just consist of a textChris Lattner
2006-07-19Add code size to target instruction use it as the 3rd isel sorting tie-breaker.Evan Cheng
2006-07-18Make sub- super- reg-class tables static.Evan Cheng
2006-07-18yet another change to get the correct gcc version for the nightly test results.Patrick Jenkins
2006-07-18Fix case where identical cases were not detected across case #0, becauseChris Lattner
2006-07-18Fix an accidentally duplicated line that caused tblgen to crash on itanium.Chris Lattner
2006-07-18Maximally group commands. When all instructions within a command set have aChris Lattner
2006-07-18Change generator to remove operands as it processes them. No change inChris Lattner
2006-07-18Handle the last operand more intelligently. When emitting the \n, alsoChris Lattner
2006-07-18Emit switches with 1/2 cases as unconditional code or an if/then/else forChris Lattner
2006-07-18Steal bits from the asm string index to use for operand information. On bothChris Lattner
2006-07-18Merge operand info and asmstr idx into a single 32-bit field. No other change.Chris Lattner
2006-07-18Minor output changes.Patrick Jenkins
2006-07-18Completely change the structure of the generated asmprinter to be more tableChris Lattner
2006-07-17If a gccpath is specified when invoking the nightly test script we will hopef...Patrick Jenkins
2006-07-16Use __attribute__((noinline)) only if compiled by gcc.Evan Cheng
2006-07-16Parameterize target node ValueType to allow more sharing of emit functions.Evan Cheng