aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Makefile.singlesrc
AgeCommit message (Expand)Author
2013-02-08Update Makefile.{singlesrc,multisrc} to use X_TARGET_FLAGSWill Schmidt
2012-11-17Added EXTRA_PROGRAMS_TO_SKIP so we can specify SingleSource tests to skip at ...Michael Gottesman
2012-04-19Remove llvm-ld from the test suite. This will be followed by a patch to LLVM toMichael J. Spencer
2011-01-20Add support to build .dbg variant using native compiler. This will be used to...Devang Patel
2010-12-07Add test harness to measure quality of debug info in optimized code.Devang Patel
2010-09-22TEST=simple: Add support for a new make variable, LD_ENV_OVERRIDES, which can beDaniel Dunbar
2010-05-30Add 'TEST=simple', which runs a nightly test that only uses the compiler unde...Daniel Dunbar
2009-09-04Add DISABLE_CXX make variable for nightly test, which skips any tests / programsDaniel Dunbar
2009-06-03Add a facility for skipping individual SingleSource tests.Daniel Dunbar
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-03Implement SMALL_PROBLEM_SIZE.Lauro Ramos Venancio
2007-03-01Put the -O2 first so that its possible to override it.Reid Spencer
2007-02-14Don't let make fail if a singlesource compile failed.Reid Spencer
2007-02-09Remove last vestiges of GCCAS/gccas, GCCLD/gccldReid 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-11-23Unwrap line that didn't need to be.Reid Spencer
2006-11-04add a helpful message for people trying to use bugpoint-llc targetsChris Lattner
2006-06-07Clean up makefiles.Evan Cheng
2006-02-18Add -mdynamic-no-pic to native compiler (gcc) options for Darwin.Evan Cheng
2005-05-15don't let native builds kill a directoryChris 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
2004-04-11Add target back to unbreak singlesource tests if you don't have a tree fullyChris Lattner
2004-04-11Fix the bugpoint targets on singlesource testsChris Lattner
2003-12-08Use LDFLAGS to specify link flags for native applications.John Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-18Compile native program with GCC -O2Chris Lattner
2003-06-16Add LOC counting support for .cpp filesChris Lattner
2003-05-17Fix headerChris Lattner
2003-05-13Add support for C++ testsChris Lattner
2003-02-15Add LOC accounting abilityChris Lattner
2003-01-23The bytecode repository should contain raw llvm files, not preoptimized llvm ...Chris Lattner
2003-01-21Unify building processes between multisrc and singlesrc makefilesChris Lattner
2003-01-17Implement USE_PRECOMPILED_BYTECODEChris Lattner
2003-01-16Simplify makefile with $*Chris Lattner
2002-09-30Allow production of -stats output for benchmarks by specifyingChris Lattner
2002-08-22Add mode flag for emacs.Vikram Adve
2002-08-02Make sure to use the same compiler for both the native build and the CBE build.Chris Lattner
2002-04-07Tell make how to build the actual Output/%.llvm.bc file!Chris Lattner
2002-03-22Link libgcc into programs so that __main is defindChris Lattner
2002-03-11Link programs together with gccld to get librariesChris Lattner
2002-01-23Provide a way to build the Output/%.native file for these testsChris Lattner
2002-01-22Finish up makefilesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-15Keep LLVM-generated files here until the tests in test/ can beVikram Adve
2001-12-14Use LLI variable to run lli, not hardcoded nameChris Lattner
2001-12-14Initial checkin of a bunch of testcasesChris Lattner