aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-23Tag 2.6svn-tags/RELEASE_26Tanya Lattner
2009-08-22Update version number.release_26Tanya Lattner
2009-08-22Create 2.6 release branch.Tanya Lattner
2009-08-21CustomChecked is long dead.Chris Lattner
2009-08-20Don't depend on the value of __FILE__ in outputDaniel Dunbar
2009-08-19Use bugpoint -std-compile-opts instead of the opt-pass-args trick.Dan Gohman
2009-08-18Propagate recent cross-compile fixes to testsuite.Anton Korobeynikov
2009-08-18disable asm-verbose for the nightly testers and everything else. -asm-verbos...Chris Lattner
2009-08-13Also disable 403.gcc for SMALL_PROBLEM_SIZE for now.Evan Cheng
2009-08-10Disable mafft for SMALL_PROBLEM_SIZE.Evan Cheng
2009-08-10Oops.Evan Cheng
2009-08-07Disable 473.astar for SMALL_PROBLEM_SIZE for now.Evan Cheng
2009-08-06Skip 470.lbm when SMALL_PROBLEM_SIZE is defined.Bob Wilson
2009-08-05-strict-index-regclass is now on by default. Switch x86's LLCBETADan Gohman
2009-07-30Test -strict-index-regclass with LLCBETA.Dan Gohman
2009-07-28Add makefile variable DISABLE_BLOCK_EXTRACTION that can be used to disable bu...David Goodwin
2009-07-28Use bugpoint's new -std-compile-opts and -std-link-opts optionsDan Gohman
2009-07-17Tweak svn:ignoreDaniel Dunbar
2009-07-17Add autorelease pool.Daniel Dunbar
2009-07-17Stop suppressing echo of compile commands.Daniel Dunbar
2009-07-17Don't try to run JIT tests for Obj-C, they are XFAIL.Daniel Dunbar
2009-07-17Mark numThreads volatile.Daniel Dunbar
2009-07-17Add a number of new ObjC test cases.Daniel Dunbar
2009-07-14Unbreak this test.Dan Gohman
2009-07-14Remove warning.Bill Wendling
2009-07-13Use $CURDIR to get the current directory.David Goodwin
2009-07-10Fix Makefile and PWD weirdness. Make sure PWD gets set before bugpoint is run.David Goodwin
2009-07-10Pass all remote paramters to bugpoint.David Goodwin
2009-06-29Fix several bugs in MultiSource/Benchmarks/MallocBench/gs. This is enoughDan Gohman
2009-06-26Use EXTRA_LLIFLAGS instead of EXTRA_{LLI,JIT}_OPTS.Torok Edwin
2009-06-24Disable a little-endian specific benchmark onDale Johannesen
2009-06-22Cause -faltivec -maltivec to be passed on PPC target.Dale Johannesen
2009-06-17Make the command line override for FPU_WORDS_BIGENDIANDale Johannesen
2009-06-03Add a facility for skipping individual SingleSource tests.Daniel Dunbar
2009-05-27Reenable 2006-01-23-UnionInit for ARM. It seems to be working now.Bob Wilson
2009-05-26Modify this test to avoid spurious diffs.Bob Wilson
2009-05-26Unbreak nightlytest JIT results.Daniel Dunbar
2009-05-26Fix format code for printing long longDaniel Dunbar
2009-05-23Look at the last "Total Execution Time" line for the execution time.Nick Lewycky
2009-05-23Play a game of go against the computer player so that this test actuallyDan Gohman
2009-05-23Change this test's random seed to use a fixed value instead of usingDan Gohman
2009-05-13Change this test to return 0 on success, non-zero on failure, insteadDan Gohman
2009-05-10Run llc / lli at -O3 to match gcc optimization level.Evan Cheng
2009-05-06add testcase for rdar://6861719Chris Lattner
2009-05-04Run llc / lli with -O3 option to match gcc.Evan Cheng
2009-04-28sampo's vector goodness will hopefully do something to thisDuraid Madina
2009-04-28Change the '-fast' flag to '-O0' to coincide with the llc flag change.Bill Wendling
2009-04-27cast long to int for %dChris Lattner
2009-04-27add a testcase for rdar://6828787Chris Lattner
2009-04-19make this test produce output so that the tester verifies it worksChris Lattner