aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-08This commit was manufactured by cvs2svn to create tag 'RELEASE_14'.svn-tags/RELEASE_14cvs2svn
2004-12-06Addition of runtime libraries needed for testing.John Criswell
2004-12-06Revert changes to remove llc-BETA, etc. as they are still needed for theReid Spencer
2004-12-06Excise the linear scan llc-BETA and cbe-BETA columns as linear scan isReid Spencer
2004-12-06Eliminate a fatal SIGSEGV if the input file hasn't been opened. This clearsReid Spencer
2004-12-06Stop the program from SegFaulting if no input files are given.Reid Spencer
2004-12-04Use the same tolerance that the SPEC harness usesChris Lattner
2004-12-04Tweak output to let this test passChris Lattner
2004-12-04slide farther down the slipery slope of disabling stuff that doesn't work onChris Lattner
2004-12-04This test will always fail, because gcc doesn't implement longjmp right.Chris Lattner
2004-12-03eon sends the V9 backend spinning into swapsvilleChris Lattner
2004-12-03Increase filename buffer size so this testcase passes when passed in `pwd`/te...Chris Lattner
2004-12-02Disable make.John Criswell
2004-12-02Fix 'make bugpoint-gccld' to run on the gccas-optimized program, not aChris Lattner
2004-11-29Fix paths to libprofileChris Lattner
2004-11-29Input files are inside the source tree. Look for them there.John Criswell
2004-11-28I have no idea what mp.h is, but darwin doesn't have itChris Lattner
2004-11-28Fix a testcase that the asmwriter is breaking LLC for on multiple platforms.Chris Lattner
2004-11-23Don't depend on obscure compiler options to generate paths into theReid Spencer
2004-11-23-lsocket -lnsl are no longer necessary now that echo.cpp is gone.Brian Gaeke
2004-11-23This is a networking benchmark, and it doesn't really work on solaris, soBrian Gaeke
2004-11-23Make Shootout-C++/echo work on Solaris.Brian Gaeke
2004-11-22Remove unused typedefChris Lattner
2004-11-18Tools are now in $(BuildMode)/lib not $(BuildMode)/toolsReid Spencer
2004-11-18Fix PR456:\Reid Spencer
2004-11-15Get malloc.h for memalign.Chris Lattner
2004-11-14Use the tolerance that the SPEC makefiles use. This allows eon to pass in re...Chris Lattner
2004-11-10Solaris sed doesn't like comments.John Criswell
2004-11-10Increase the problem size for this a bitChris Lattner
2004-11-10Reduce the amount of pointless IO this program doesChris Lattner
2004-11-09Added support for generating CSV files. This should allow us to easilyJohn Criswell
2004-11-08Add a comment about the -csv option.John Criswell
2004-11-07Remove extra zeros at the end of times.Chris Lattner
2004-11-07Darwin awk doesn't like /**/ commentsChris Lattner
2004-11-06Reduce the runtime of this program by about 4xChris Lattner
2004-11-06Do not run for 0.0 secondsChris Lattner
2004-11-06Make the nightly tester use user+system time, NOT 'real' time. This shouldChris Lattner
2004-11-06If GET_STABLE_NUMBERS is set, get stable numbers :)Chris Lattner
2004-11-06New script which is just like RunSafely.sh, except that it runs the programChris Lattner
2004-11-06Use Awk to add a "program" line to the output, which contains the user+systemChris Lattner
2004-11-06"optimize" runsafely. Only call shift once instead of 4 times, only executeChris Lattner
2004-11-05Use absolute path to the input file.John Criswell
2004-11-05Use an absolute pathname to the input file.John Criswell
2004-11-05Use an absolute pathname to the input filename.John Criswell
2004-11-05Specify the absolute path to the input filename, as it may not always beJohn Criswell
2004-11-05Tell ks that the input file is inside the test suite source tree, which isJohn Criswell
2004-11-04Add the boxed-sim benchmark as an external benchmark.John Criswell
2004-11-04Added options for the (currently external) boxed-sim benchmark.John Criswell
2004-11-04Add an input file that inputs 100 into the program.John Criswell
2004-11-04Remove space at end of line which broke makefileChris Lattner