aboutsummaryrefslogtreecommitdiff
path: root/Makefile.programs
AgeCommit message (Expand)Author
2015-09-30[test-suite] Don't allow FP_TOLERANCE and HASH_PROGRAM_OUTPUT to occur toghet...Charlie Turner
2015-08-26Add CC_Hash to simple report, containing a hash of the binary.Kristof Beyls
2015-07-28Revert r243400.Adam Nemet
2015-07-28Add CC_Hash to simple report, containing a hash of the binary.Kristof Beyls
2014-10-16Update for llvm change.Rafael Espindola
2014-05-13XCore target: Add target specific flags to root Makefiles.Robert Lytton
2014-02-14Add AArch64 port for test-suite.Jiangning Liu
2013-10-11[projects/test-suite] Fix RUNSAFELY make variable definition.Jack Carter
2013-08-02Allow for test suite to be run under Qemu and other host emulators.Reed Kotler
2013-05-09Fix use of EXECUTION_ENVIRONMENT_OVERRIDES.Daniel Dunbar
2013-05-06Always enable hashed program output when using reference outputsHal Finkel
2013-04-26Add support for endian-specific reference outputs.Daniel Dunbar
2013-04-02Add a missing open-paren for $(TARGET_OS) reference.Will Schmidt
2013-03-19Disable the darwin -force_cpusubtype_ALL parameter for Linux targets.Will Schmidt
2012-11-02PGO: provide a Makefile and report generator for projects/test-suite toManman Ren
2012-10-29test-suite: Eliminate the EXIT_OK RunSafely parameter.Daniel Dunbar
2012-10-29test-suite: Replace RunToolSafely with just another use of RunSafely (local).Daniel Dunbar
2012-10-27test-suite: Update TEST=simple to show compile errors in log.Daniel Dunbar
2012-04-19Remove llvm-ld from the test suite. This will be followed by a patch to LLVM toMichael J. Spencer
2012-04-16Remove vestiges of the C Backend from the test-suite.David Blaikie
2012-03-17[test-suite] Make report targets automatically build tools, too.Daniel Dunbar
2012-03-17[test-suite] Change RunSafely to use the timeit --timeout option, instead ofDaniel Dunbar
2012-03-17[test-suite] Change to always use test-suite built fpcmp and timeit tools.Daniel Dunbar
2012-03-17[test-suite] Eliminate GET_STABLE_NUMBERS and RunSafelyAndStable; this is jus...Daniel Dunbar
2012-03-17[test-suite] We don't need to run DiffOutput under RunToolSafely anymore.Daniel Dunbar
2012-03-17[test-suite] Remove unused TimeProgram.sh.Daniel Dunbar
2012-02-23The nightly test scripts get confused by tests like siod that makeDuncan Sands
2012-02-23Add a *temporary* NO_WATCHDOG option to disable TimedExec.sh.Andrew Trick
2011-11-01On Debian testing and recent Ubuntu systems llvm-ld fails to find libc,Duncan Sands
2011-04-30build: Add support for an EXECUTION_ENVIRONMENT_OVERRIDES variable, which canDaniel 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-14Proper whitespace removal.Andrew Trick
2011-03-28Tidy up TEST=dbg reports.Devang Patel
2011-02-23Adopt clang as the compiler.Devang Patel
2011-02-09test-suite: Start sketching some tools.Daniel Dunbar
2011-02-05test-suite: Allow fpcmp tool path to be specified.Daniel Dunbar
2011-01-31Add support to generate TEST=dbg report.Devang Patel
2011-01-28Add support to generate simple report for TEST=dbgopt.Devang Patel
2010-12-06Add LLCOPTION to make it easier to test different llc options for llc and llc...Evan Cheng
2010-12-03Add/implement "default" reference output, to make it easier to add tests whichDaniel Dunbar
2010-08-10Enable comparison optimizations for nightly beta tests for ARM.Bill Wendling
2010-06-26Set -arm-code-placement as arm llcbeta option.Evan Cheng
2010-06-22Tweak USE_REFERENCE_OUTPUT=1 implementation to not fall over when reference o...Daniel Dunbar
2010-06-16Sigh, fix a shell quoting issue when calling DiffOutput under RunToolSafely.Daniel Dunbar
2010-06-15Run DiffOutput/fpcmp under RunToolSafely, to allow testing old revisions whichDaniel Dunbar
2010-06-02Allow setting of TARGET_FLAGS on the make command line, as is done for theJim Grosbach
2010-05-31Rename UPDATE_REFERENCE_OUTPUTS to UPDATE_REFERENCE_OUTPUT (for consistency w...Daniel Dunbar
2010-05-31Add support for having distinct reference outputs for SMALL_PROBLEM_SIZE.Daniel Dunbar
2010-05-31Fix a Makefile problem with TEST=simple.Daniel Dunbar