aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-18Adding license file for ghostscript.John Criswell
2004-02-17Added espresso and perl.John Criswell
2004-02-17Adding GNU Makefile Malloc Benchmark input files.John Criswell
2004-02-17Input files for Perl Malloc Benchmark.John Criswell
2004-02-17Initial commit of the perl Malloc Benchmark. I've cheated a little byJohn Criswell
2004-02-17Turned off memory optimization routines in the original code.John Criswell
2004-02-17Addition of the espresso Malloc Benchmark.John Criswell
2004-02-17Added the GNU Make benchmark.John Criswell
2004-02-17Commit of GNU Make Malloc Benchmark.John Criswell
2004-02-16Initial commit of Malloc BenchmarkJohn Criswell
2004-02-16Initial commit of the p2c benchmark (part of the Malloc Benchmark).John Criswell
2004-02-16Add 134.perl.John Criswell
2004-02-16Added inputs and run options for the primes test.John Criswell
2004-02-16Initial checkin of 134.perl SPEC95 integer benchmark.John Criswell
2004-02-13Fix dependencyChris Lattner
2004-02-13The Cbackend is now in LLC!Chris Lattner
2004-02-13The cbackend now uses the lower-invoke pass, so it supports the -enable-corr...Chris Lattner
2004-02-13Corrected the 147.vortex Makefile.John Criswell
2004-02-13Run llvm-dis with filename and -o option isntead of pipes. It's more efficient,Chris Lattner
2004-02-13Remove these from the tree. I've generated them and put them into our localJohn Criswell
2004-02-13Switch to using the ENDIAN variable for determing which input file to use.John Criswell
2004-02-13Add the pre-processed input files ctl.big and ctl.lit (for big and littleJohn Criswell
2004-02-13Fix for removing builtin_next_arg from being called. Basically, we wantJohn Criswell
2004-02-13Attempt at removing _builtin_next_arg use.John Criswell
2004-02-13Initial commit of 124.m88ksim SPEC95 integer benchmark.John Criswell
2004-02-13c++ tests require c++ std library!Chris Lattner
2004-02-13Fix testing problems with the "new" C++ frontendChris Lattner
2004-02-11Update profiling target to work with spec. These two files should shareChris Lattner
2004-02-11The rule to generate profile info doesn't work right for specChris Lattner
2004-02-11Adding 126.gcc SPEC95 integer benchmark.John Criswell
2004-02-10Enable 132.ijpeg as it now works.John Criswell
2004-02-10Corrected the options to match what is given in SPEC.John Criswell
2004-02-10Allow for SPEC 2000 and SPEC 95 to be enabled independently of each other.John Criswell
2004-02-10Make SPEC95 configurable.John Criswell
2004-02-10Added the SPEC95 integer benchmarks to the default list of tests to test.John Criswell
2004-02-10Makefile rules for building SPEC95 benchmarks.John Criswell
2004-02-10Adding Makefile for compiling SPEC95 integer benchmarks.John Criswell
2004-02-10Added a macro definition that works around a shortcoming in the benchmark.John Criswell
2004-02-10Checkin of 132.ijpeg SPEC95 integer benchmark.John Criswell
2004-02-10Add dependencies, so that profile info is rebuilt when certain things areChris Lattner
2004-02-10Add rules for building and printing profile information:Chris Lattner
2004-02-10Addition of 129.compress SPEC95 integer benchmark.John Criswell
2004-02-10Adding 147.vortex SPEC95 integer benchmark.John Criswell
2004-02-10Adding SPEC95 integer benchmark.John Criswell
2004-02-10Give bugpoint a chance of actually working out-of-the-box, by linking inChris Lattner
2004-02-092003-08-03-ReservedWordFunction.ll fails, move it to a regression test, will ...Chris Lattner
2004-02-09Link with libstdc++ instead of libsupc++. The original lambda links withJohn Criswell
2004-02-09We get unreferenced cxa_demangle errors if we don't compile with libstdc++.John Criswell
2004-02-09Fix EH support in the JIT with linear scanChris Lattner
2004-02-08The except test requires EH support (not suprisingly). With this, all of theseChris Lattner