aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-27Tagging the 2.1 releasesvn-tags/RELEASE_21Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/tags/RELEASE_21@42402 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-14Set release version.release_21Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41944 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-13Creating 2.1 release branchTanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41918 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-13Creating 2.1 release branchTanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41916 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-13Trying to get release branch right without trunk subdirTanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41915 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-13Creating release 2.1 branch.Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41912 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-13Creating 2.1 release branch.Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_21@41911 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-23New testcase from ↵Bill Wendling
http://www.ffconsultancy.com/languages/ray_tracer/comparison.html git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41306 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-23New testcase from http://ompf.org/ray/sphereflake/Bill Wendling
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41305 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-22main should return 0.Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41297 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-22void main() return value is undefined. Change to return 0.Tanya Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41296 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-16x86 / arm llcbeta is -disable-rematerialization.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41120 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-13This test has a lot of mallocs and no free. Reduce the number of iteration ↵Lauro Ramos Venancio
to reduce the memory usage. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@41058 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-08- Define SMALL_PROBLEM_SIZELauro Ramos Venancio
- This test doesn't need libcurses git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40942 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-08Removed the need for zlib.Lauro Ramos Venancio
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40937 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-08- Define SMALL_PROBLEM_SIZELauro Ramos Venancio
- Ignore the maxtime to make the test deterministic. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40934 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-08hexxagon doesn't need libtermcap.Lauro Ramos Venancio
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40928 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-07Fix a memory leak.Lauro Ramos Venancio
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40910 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-07stepanov test is extremely sensitive to interference workload and, especially inReid Spencer
the jit, will produce values of 0.00 or 0.01 from one run to the next. Consequently a tolerance level is needed for this test to pass reliably. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40888 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-06Ignore the LIBS set by the Makefile.config of llvm core. This fixes the ARM ↵Lauro Ramos Venancio
cbe failures caused by svn revision 40836. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40876 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-06SMALL_PROBLEM_SIZE: reduce the memory usage.Lauro Ramos Venancio
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40873 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Update these to 2.x syntaxAnton Korobeynikov
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40848 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Add placeholders for website and documentation for testing.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40841 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Stabilize test-suite:Reid Spencer
1. Return to using -enable-correct-eh-support instead of -enable-eh until the enable-eh option proves itself. Several new test failures were tracked to this option. 2. Ensure that C++ programs are linked with g++ and not gcc as it does make a difference even though the input is assembly. The trick to doing this is to look for test directories that put -lstdc++ in LDFLAGS. These are undoubtedly C++ programs, even if just partially. 3. Correct the specification of -lstdc++ to be in LDFLAGS instead of LIBS in various Makefiles. 4. Make a couple new test directories ignore the Output directory to beautify the output of svn status. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40836 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Ignore the Output directories.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40835 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Set svn:ignore property to ignore built things.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40834 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05Set the svn:ignore property to ignore built things.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40833 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-03For PR1583:Reid Spencer
Restore some sanity to building test programs. The output of CBE *must* be compiled and linked with gcc not g++, even if the source program contained exception handling. The CBE uses separation of definition and declaration for static variables which is not permitted by C++ but is by C. Additionally, it is very important to get the libstdc++ from llvm-gcc not the one provided by the C compiler. When compiling .cbe.c or even .s, the -L options must be given to GCC such that it links the llvm-gcc version of libstdc++ or else there will be an ABI mismatch. For example, llvm-gg++ 4.0.1 exception handling is not compatible with g++ 4.2.1 exception handling. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40797 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-01x86 llcbeta back to -regalloc=local -fast.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40704 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-23Fix these in a more interesting way.Duncan Sands
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40434 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-22move some compiler flags to CFLAGS instead of CPPFLAGSChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40382 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19The llvm-gcc module will be named llvm-gcc-4.0. Adjust.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40061 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19Correct these reference_outputs.Zhou Sheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40055 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19If eh is required, link (llc binaries) with g++.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@40031 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-17Update this test to show the output of the thing it is testing.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@39981 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-17X86 llcbeta now tests -disable-fp-elim.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@39968 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-13Force Shootout-C++ llc executables to be linked with g++.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@39820 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-11Now fixed! Thx Dale.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@39745 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-11Temporarily disable TimberWolfMC. llc is hanging when compiling it for some ↵Evan Cheng
targets. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@39742 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-09Set the test-suite up so it can be built from llvm-top. This doesn't workReid Spencer
right now because llvm-gcc is not in the repository. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@38428 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-04In isamax, clearly align==1 should have been align==3.Duncan Sands
Add bres to the indices calculated using SSE to correct for the earlier offsetting of xp. Align xbig and indx. For expandfft and stepfft make sure wu and wr are aligned on a 16 byte boundary. Without these alignment fixes, the programs crash when built with gcc 4.1, 4.2 and 4.3. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37873 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-29Test commitAnton Korobeynikov
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37808 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-29Convert .cvsignore filesJohn Criswell
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37802 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-27spass+oggenc work, therefore everything works(tm) ;)Duraid Madina
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37754 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-26switch back to local. Duraid has plenty of todo items from last night's run :)Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37734 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-26give the bigblock allocator a workoutDuraid Madina
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37729 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-21Try again at getting these patterns right.Owen Anderson
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37684 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-21Fix test.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37682 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-20Don't run the optimizations twice when performing a nightly build. Just ↵Owen Anderson
record the results the first time. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37680 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-20Increase test size to something reasonable.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@37677 91177308-0d34-0410-b5e6-96231b3b80d8