aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-25This timeout was not enough on some machines.release_29Bill Wendling
2011-03-22--- Merging r128083 into '.':Bill Wendling
2011-03-09Creating Test Suite 2.9 release branch.Tanya Lattner
2011-03-04Commit of shame: Forgot a semicolon.Bill Wendling
2011-03-03Testcase for <rdar://problem/8824861>.Bill Wendling
2011-03-03Do not force -std=c99. clang will take it literally and reject c++ constructs.Devang Patel
2011-03-03Check x86_64 also.Devang Patel
2011-02-24Do not specify -std=c99 for c++ testcases. Devang Patel
2011-02-23Really use clang instead of llvmgcc as the compiler.Devang Patel
2011-02-23Adopt clang as the compiler.Devang Patel
2011-02-15test-suite/fpcmp: Finish turning FileUtilities.cpp into a C program.Daniel Dunbar
2011-02-14Regenerate.Daniel Dunbar
2011-02-14test-suite: Check target configure information so that we can initializeDaniel Dunbar
2011-02-09test-suite/fpcmp: Implement the bare minimum cmp functionality.Daniel Dunbar
2011-02-09test-suite: Start sketching some tools.Daniel Dunbar
2011-02-09Regenerate configure.Daniel Dunbar
2011-02-09test-suite: Sketch an empty tools directory.Daniel Dunbar
2011-02-09RunSafely: Add support for a -t argument to change the time command to use.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
2011-02-05test-suite: Eliminate some spurious references to LLVM_OBJ_ROOT.Daniel Dunbar
2011-02-02This benchmark thinks overflow of signed multiplication is wellDuncan Sands
2011-01-31Adapt to updated CompareDebugInfo.py script.Devang Patel
2011-01-31Add support to generate TEST=dbg report.Devang Patel
2011-01-28Add support to generate simple report for TEST=dbgopt.Devang Patel
2011-01-20Add support to build .dbg variant using native compiler. This will be used to...Devang Patel
2011-01-19make BENCHMARK_ONLY=1 to generate a top-level report of benchmarkAndrew Trick
2011-01-12Handle c++ and objective-c files.Devang Patel
2011-01-04Temporarily disable SingleSource/Regression/C++/EH/inlined_cleanupBob Wilson
2011-01-03Only run NEON tests on thumbv7.Daniel Dunbar
2010-12-17Remove printf from the test. llvm test infrastructureFariborz Jahanian
2010-12-17Removed unneeded header file.Fariborz Jahanian
2010-12-16Another useful test case for imported c++ objectsFariborz Jahanian
2010-12-09Add this to the list of programs to skip as well for darwin.Eric Christopher
2010-12-09Move this here where it's gated by a check for whether or not TLS isEric Christopher
2010-12-09Check in correct test.Eric Christopher
2010-12-09Add a simple thread local storage test.Eric Christopher
2010-12-08nt: Add a silly example test useful for testing noise estimation stuff.Daniel Dunbar
2010-12-07Add test harness to measure quality of debug info in optimized code.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-12-02Test for // rdar://8594790Fariborz Jahanian
2010-12-02Corrected test file name.Fariborz Jahanian
2010-11-25Rename LLVMGCC_DISABLEOPT_FLAGS to LLVMCC_DISABLEOPT_FLAGS.Duncan Sands
2010-11-16Fix header.Devang Patel
2010-11-16Add a reference output.Daniel Dunbar
2010-11-15Test case for blocks with cxx objects copied-in.Fariborz Jahanian
2010-11-10Add dragonegg support to the test suite.Tobias Grosser
2010-10-29This benchmark was chosen somewhat at random to see if we can make theAndrew Trick
2010-10-28Added command line arg to specify # times to sort before printing.Andrew Trick