aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-17This commit was manufactured by cvs2svn to create tag 'RELEASE_11'.svn-tags/RELEASE_11cvs2svn
2003-12-12Linux doesn't have libsocket so this breaks everything. This should either b...Chris Lattner
2003-12-12Check this in instead of having it live in my local tree, though it is not usedChris Lattner
2003-12-11Added libsocket because the except program seems to want it on Sparc.John Criswell
2003-12-11Hrm, reading off the end of an array is _bad_. PLEASE don't do that! :)Chris Lattner
2003-12-10Eliminate the one test that uses threads, we aren't ready for it yet.Chris Lattner
2003-12-10Fix a bug in the benchmark. Apparently these things haven't been tested with...Chris Lattner
2003-12-10Added the -Wno-deprecated flag to avoid spurious error messages.John Criswell
2003-12-10Hrm, the cat happens before the chdirChris Lattner
2003-12-10Finally, fix the bugpoint-(gccas/gccld/llc/lli) targets for SPEC!Chris Lattner
2003-12-10If a makefile defines its own run rules, it will have to define its ownChris Lattner
2003-12-09Increased the default number of elements to 10. This matches the CJohn Criswell
2003-12-08Use LDFLAGS to specify link flags for native applications.John Criswell
2003-12-08Use LDFLAGS to specify link flags for native applications.John Criswell
2003-12-08Adding libpthread seems to get a few more tests working.John Criswell
2003-12-08Enable the C++ Shootout benchmarks.John Criswell
2003-12-08Add the C++ libraries needed to link most of the Shootout C++ programs.John Criswell
2003-12-02Fixed the building of subdirectories with the new configure script.John Criswell
2003-12-02Removed commented out LLVMSource directory.John Criswell
2003-12-01Provide rules to build stripped .bc filesChris Lattner
2003-11-29Link to libcrtend with -l instead of filename directly, to work around gccld ...Chris Lattner
2003-11-29crtend.o is no longer. Long live crtend.a!Chris Lattner
2003-11-26Testcase for PR124Chris Lattner
2003-11-25I spoke too soon, crafty still hangs, even the native version.Misha Brukman
2003-11-22Our SPARCs have finally figured out how to enforce CPU time limit.Misha Brukman
2003-11-16adjust problem sizeChris Lattner
2003-11-16Make sure all variables are properly initialized before useChris Lattner
2003-11-15reduce runtime a bitChris Lattner
2003-11-13Take ~10s to run the testChris Lattner
2003-11-12Bumped up the large problem size input so that it takes about 8.69 userJohn Criswell
2003-11-12Bumped the large problem size up to 4000. This takes about 13 seconds ofJohn Criswell
2003-11-08This benchmark is not guaranteed to terminate unless 'i' is volatile.Brian Gaeke
2003-11-08Don't pick 'gdiff' to diff unless 'which' hands us back somethingBrian Gaeke
2003-10-31Spell 'crafty' correctly.Misha Brukman
2003-10-31Fix a typo.Misha Brukman
2003-10-31Get the $(ARCH) setting before trying to use it in a conditional.Misha Brukman
2003-10-31Disable crafty on Sparc until we fix the infinite looping problem thereMisha Brukman
2003-10-29New test program, contributed by Bill Wendling!Chris Lattner
2003-10-24lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke
2003-10-24For now, disable the link-time inliner for test/ProgramsChris Lattner
2003-10-24Clean up ALL report filesChris Lattner
2003-10-23Fix floating point precision problemChris Lattner
2003-10-23return zero on successChris Lattner
2003-10-23Fix test to return 0 on successChris Lattner
2003-10-23Added full pathname to programs run with the TestRunner script.John Criswell
2003-10-23Link in the standard C++ libraryChris Lattner
2003-10-22Make code fit in 80 columnsChris Lattner
2003-10-22Fix a stupid warningChris Lattner
2003-10-21This breaks the TEST= target!Chris Lattner
2003-10-20Use the right scanf code. GeezeChris Lattner