aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tests
AgeCommit message (Expand)Author
2014-05-13XCore target: Add target specific flags to root Makefiles.Robert Lytton
2011-10-21Errors here should be ignored, as they are already for all otherDuncan Sands
2010-11-10Add dragonegg support to the test suite.Tobias Grosser
2010-06-02Allow setting of TARGET_FLAGS on the make command line, as is done for theJim Grosbach
2010-02-23Introduce L{CC,CXX} replacements for LLVM{GCC,GXX}.Daniel Dunbar
2010-02-23Switch to using LCC_PROGRAMS Makefile variable for the LCC subprograms (forDaniel Dunbar
2009-12-11NightlyTest: At least suppress failures when the LLVMCC under-test fails --Daniel Dunbar
2009-12-10NightlyTest: Don't run $(LLVMGCC) using RUNTOOLSAFELY for now, this is failingDaniel Dunbar
2009-12-10Add RunToolSafely.sh, and use it when running LLVM-tools-under-test. This hel...Daniel Dunbar
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-07-17Stop suppressing echo of compile commands.Daniel Dunbar
2009-01-12Revert previous patch, catering to those whoDale Johannesen
2009-01-12Echo commmand line flags of initial (->.bc) compilation.Dale Johannesen
2008-12-29Remove DISABLE_STATS - not clear what it is goodDuncan Sands
2008-12-29Produce statistics by default. Set DISABLE_STATSDuncan Sands
2008-12-15remove some old llvm-upgrade cruft. Chris Lattner
2008-11-21Teach test-suite how to build Objective-C[++] programs.Daniel Dunbar
2008-01-14More makefile changes to make it easier to override default optimization leve...Evan Cheng
2008-01-11- Clean up.Evan Cheng
2007-05-17TESTRUNR is dead.Reid Spencer
2007-02-09Let's try using llvm-ld for the nightly test. If all goes well, gccld willReid Spencer
2007-02-03For PR1159:Reid Spencer
2006-12-03Handle upgrade of llvm-gcc3 output by running llvm-upgrade on it.Reid Spencer
2006-10-09Reverting patch from the weekend so that we have something to compareBill Wendling
2006-10-08Temporary revert of the -O0 patch to test PR928.Bill Wendling
2006-10-04Remove -O2 from the build line for the benchmarks.Bill Wendling
2006-09-25Make llvm-test results more closely match the performance a person would getChris Lattner
2006-06-07Clean up makefiles.Evan Cheng
2006-02-27tweak for SPECNate Begeman
2006-01-17Pass -emit-llvm to llvm-gcc. This flag is ignored by the old front-end, andChris Lattner
2005-03-08Turn off warnings for programs in llvm-test. We are aware of the fact thatChris Lattner
2005-01-21Quote the value of PATH= lines so that platforms with spaces in theirReid Spencer
2004-09-01Migrating test suite out of the source tree.John Criswell
2004-08-03Added the $LLVMGCCDIR/bytecode-libs directory to the list of places to lookJohn Criswell
2004-06-22First baby step to getting test/Programs out of the main CVS tarball.Chris Lattner