aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/Makefile
AgeCommit message (Expand)Author
2015-07-22Leave out the SingleSource/UnitTests directory in benchmarking only modeMatthias Braun
2015-05-21Adding testing for Bug 2349 FixNemanja Ivanovic
2015-05-20Disable more short-running programs in benchmark-only mode.Kristof Beyls
2015-04-29Disable SingleSource/UnitTests/blockstret on AArch64.Ahmed Bougacha
2014-07-16Fix oversights in Makefiles where target x86_64h wasn't being checked.Akira Hatanaka
2014-06-08[Mips] Skip AtomicOps test on MIPS 32-bit because this hardware does notSimon Atanasyan
2014-06-05Add a benchmarking-only mode to the test suiteHal Finkel
2014-05-13XCore target: Add target specific flags to root Makefiles.Robert Lytton
2014-02-27XCore target: skip tests xcore can't runRobert Lytton
2013-06-21Add the ability to have Mips specific single and multi source tests.Reed Kotler
2012-11-29Add unit tests to verify the vectorizers.Nadav Rotem
2012-10-29test-suite: Eliminate the EXIT_OK RunSafely parameter.Daniel Dunbar
2011-12-12Test for r146414 checked in clang.Fariborz Jahanian
2011-07-01Run ms_struct tests only on x86_64. They are target dependent.Jakob Stoklund Olesen
2010-09-24Run ObjC and ObjC++ unit tests on all Darwin platforms.Jakob Stoklund Olesen
2010-06-25Add -lstdc++ to link flags, since we are getting .cpp tests in here now.Daniel Dunbar
2010-06-03Rewrite 2002-05-19-DivTest to use int64_t instead of long, this fixes theDaniel Dunbar
2010-05-31XFAIL a bunch of tests with USE_REFERENCE_OUTPUT/x86.Daniel Dunbar
2010-02-24Disable some tests on PPC Darwin that are never going to work.Dale Johannesen
2010-02-23Kill crufty llvm-gcc3 checks.Daniel Dunbar
2009-08-18Propagate recent cross-compile fixes to testsuite.Anton Korobeynikov
2009-06-03Add a facility for skipping individual SingleSource tests.Daniel Dunbar
2009-02-12Test ObjC on Darwin when ARCH=x86_64 too.Dan Gohman
2008-11-21Add an Obj-C and an Obj-C++ test.Daniel Dunbar
2007-04-16Move TLS test to Threads directory.Lauro Ramos Venancio
2007-04-11Add a TLS test.Lauro Ramos Venancio
2007-04-10revert accidental commitChris Lattner
2007-04-10new testcaseChris Lattner
2007-01-19Integer is not ready for prime time yet.Reid Spencer
2007-01-16Add the Integer sub directory.Reid Spencer
2006-11-26Run the SignlessTypes tests.Reid Spencer
2006-11-25Make the SingleSource tests return reliable results for their exit codes.Reid Spencer
2006-08-06Setjmp/longjmp don't disable incorrect optimize transformations with llvm-gcc4,Chris Lattner
2006-04-09Don't run vector tests if we just have llvmgcc3Chris Lattner
2006-03-22Recurse into the Vector dirChris Lattner
2004-09-05Rid llvm-test of the last vestiges of its "test/Programs" inheritance.Reid Spencer
2004-09-01Migrating test suite out of the source tree.John Criswell
2003-09-11Run the sjlj testsChris Lattner
2003-09-11fix filenameChris Lattner
2002-04-17Checkin makefileChris Lattner