aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2012-10-01Re-enable support for --program-prefix.Jordan Rose
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-04-19Remove llvm-ld from the test suite. This will be followed by a patch to LLVM toMichael J. Spencer
2012-03-29[tools] Propagate ORIGINAL_{CC,CXX} explicitly, some users have systems whereDaniel Dunbar
2012-03-17[test-suite] Make report targets automatically build tools, too.Daniel Dunbar
2012-03-17[test-suite] Change to always use test-suite built fpcmp and timeit tools.Daniel Dunbar
2011-04-25Update to use timeit-target when running with --without-llvm.Daniel Dunbar
2011-04-14Add a "make build" target to the test-suite.Andrew Trick
2011-04-14Oops. I used the wrong whitespace script for a Makefile!Andrew Trick
2011-04-14whitespaceAndrew Trick
2011-02-09test-suite: Start sketching some tools.Daniel Dunbar
2011-02-05test-suite: Allow fpcmp tool path to be specified.Daniel Dunbar
2011-02-05test-suite: Start sketching support for using LLVM's test-suite w/o an LLVMDaniel Dunbar
2010-12-07Add test harness to measure quality of debug info in optimized code.Devang Patel
2010-11-25Rename LLVMGCC_DISABLEOPT_FLAGS to LLVMCC_DISABLEOPT_FLAGS.Duncan Sands
2010-11-10Add dragonegg support to the test suite.Tobias Grosser
2010-10-25Do not hardcode -O3 as the optimization level for llc and friends. Devang Patel
2010-07-21Invent an LLVM_RELEASE_IS_PLUS_ASSERTS make variable, to allow using LLVM testDaniel Dunbar
2010-07-08Fix comment to match use of DISABLE_ASSERTIONS.Bob Wilson
2010-07-07Update test-suite Makefile.rules to match llvm's Makefile.rules as changedBob Wilson
2010-07-02Set CONFIGURATION variable to match the BuildMode variable in llvm's top-levelBob Wilson
2010-06-02Allow setting of TARGET_FLAGS on the make command line, as is done for theJim Grosbach
2010-02-25If LLVMCC_OPTION is unset, use LLVMGCC/LLVMGXX, for compatibility with old LLVMDaniel Dunbar
2010-02-23Don't introduce dependencies on the LLVMCC or LLVMCXX variables directly, theyDaniel Dunbar
2010-02-23Switch llvm-test-suite to using LLVM{CC,CXX}.Daniel Dunbar
2010-02-23Introduce L{CC,CXX} replacements for LLVM{GCC,GXX}.Daniel Dunbar
2010-02-23Drop LLVMGCC*DIR variables.Daniel Dunbar
2010-02-23Kill crufty llvm-gcc3 checks.Daniel Dunbar
2010-02-23Inline LLVMLDPROG into LLVMLD.Daniel Dunbar
2010-02-23Stop passing -L...libgccdirpath... to llvm-ld, this shouldn't be needed (and ...Daniel Dunbar
2010-02-23Remove unused make variables.Daniel Dunbar
2010-02-23Switch to using LCC_PROGRAMS Makefile variable for the LCC subprograms (forDaniel Dunbar
2010-01-28Default to -code-model=small for x86_64 JIT on Darwin.Evan Cheng
2009-12-21The -disable-opt option implies -disable-inlining for both opt and llvm-ld.Jakob Stoklund Olesen
2009-09-22Change LCC1 and LCC1XX to be copied from LLVMCC1 and LLVMCC1PLUS. TheyBob Wilson
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-18Propagate recent cross-compile fixes to testsuite.Anton Korobeynikov
2009-07-17Stop suppressing echo of compile commands.Daniel Dunbar
2009-05-10Run llc / lli at -O3 to match gcc optimization level.Evan Cheng
2009-03-27Match LLVM name.Duncan Sands
2009-03-27Match the LLVM name.Duncan Sands
2009-03-08Have the testsuite use the right build if configuredDuncan Sands
2009-03-07The -mdynamic-no-pic option is darwin specific.Duncan Sands
2009-03-051. If ARCH is x86, explicitly specify -m32. Like wise, specify -m64 when ARCH...Evan Cheng
2009-02-09Remove the predefine of __NO_MATH_INLINES. It is now predefinedDan Gohman
2009-02-05Use "-mllvm -disable-llvm-optzns" instead of -O0 to disable preliminaryDan Gohman
2008-12-15remove some old llvm-upgrade cruft. Chris Lattner
2008-11-21Teach test-suite how to build Objective-C[++] programs.Daniel Dunbar
2008-10-30ENABLE_PROFILING, DISABLE_ASSERTIONS, and ENABLE_OPTIMIZED are {0,1} values, ...Jim Grosbach