aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-12Regression test for a bug that broken 176.gcc.release_13John Criswell
2004-08-12This commit was manufactured by cvs2svn to create branch 'release_13'.cvs2svn
2004-08-06Make Povray and SPEC parallel.John Criswell
2004-08-06This commit was manufactured by cvs2svn to create branch 'release_13'.cvs2svn
2004-08-05Make the new function static so GCC will inline it. Also, remove fromReid Spencer
2004-08-05Use an epsilon test when comparing floating point values so that pointsReid Spencer
2004-08-04Reverted the change as llvm-gcc has a new fixincludes hack for htonl()John Criswell
2004-08-03Hardcoded the value of "any interface value" to be 127.0.0.1, in networkJohn Criswell
2004-08-03Added the $LLVMGCCDIR/bytecode-libs directory to the list of places to lookJohn Criswell
2004-08-01Allow moments to passChris Lattner
2004-07-31Changed to PARALLEL_DIRS so that SPEC95 will be tested even ifJohn Criswell
2004-07-30Force the inclusion of errno.h. This is an old program which assumes thatJohn Criswell
2004-07-30Force the inclusion of unistd.h to get the sysconf() definitions.John Criswell
2004-07-30Modified the external declaration of malloc() to match Solaris, Linux,John Criswell
2004-07-24Reduce problem sizes for these tests as they consume about half a gigAlkis Evlogimenos
2004-07-24Make bugpoint automatically get the timeout value from the RUNTIMELIMIT varia...Chris Lattner
2004-07-23CHange llc-ls to llc-beta.Alkis Evlogimenos
2004-07-23Switch columns to "beta" instead of "ls"Chris Lattner
2004-07-23Switch linscan column to iterative scan now that linscan is the defaultChris Lattner
2004-07-23Switch linscan column to iterativescanChris Lattner
2004-07-22For some reason this test magically started failing last night due to theChris Lattner
2004-07-21Add missing function declarations.Misha Brukman
2004-07-20Fix compilation on MacOS X, similar fixes as for FreeBSD.Misha Brukman
2004-07-20stdlib is, well, a standardChris Lattner
2004-07-20malloc is always located in stdlib.hChris Lattner
2004-07-20MacOS X declares malloc() in <stdlib.h>Misha Brukman
2004-07-20Unbreak FreeBSD support -- it needs <complex.h>Misha Brukman
2004-07-20Some platforms (e.g., MacOS X) define cabs() as:Misha Brukman
2004-07-20* malloc() is declared in <stdlib.h> on MacOS XMisha Brukman
2004-07-20Set FP_TOLERANCE to allow for minor FP differences.Misha Brukman
2004-07-17get rid of incorrect declaration of shmat(). If it isn't in sys/shm.h thenReid Spencer
2004-07-16Remove unneeded </a> tag from comments.Misha Brukman
2004-07-12Fix bogus printf formats. Patch contributed by Vladimir PrusChris Lattner
2004-07-11This should have been checked in long agoChris Lattner
2004-07-08Add bugpoint-llc-ls and bugpoint-jit-ls targets for SPEC.Alkis Evlogimenos
2004-07-08Pass long longs to the testL function and use the ll modifier to print them w...Alkis Evlogimenos
2004-07-07Correct a format specifier that causes the program to produce incorrectReid Spencer
2004-07-04Correctly match floating point numbers.Alkis Evlogimenos
2004-07-04Use efficiency statistic.Alkis Evlogimenos
2004-07-01Add treecc and hdb to the list run for all platforms. The tests run toJohn Criswell
2004-06-28Eliminate PROGRAM_IS_NONDETERMINISTICChris Lattner
2004-06-26Make the "time" command output use POSIX standard format. This is theReid Spencer
2004-06-25Make this benchmark at least compile on Solaris.Brian Gaeke
2004-06-25fix the test on FreeBSD, contributed by Vladimir MerzliakovChris Lattner
2004-06-25Patches to make this benchmakr work better with FreeBSD, contributed byChris Lattner
2004-06-24Make 176.gcc bugpoitn compatibleChris Lattner
2004-06-24Rename the logf() function so it doesn't conflict with logf(3) on FreeBSD.Reid Spencer
2004-06-23Fix use of memalign on FreeBSD.Reid Spencer
2004-06-23Fixes for FreeBSD to avoid #include <malloc.h>Reid Spencer
2004-06-23casts are not lvalues in recent GCC releasesChris Lattner