aboutsummaryrefslogtreecommitdiff
path: root/TEST.nightly.Makefile
AgeCommit message (Expand)Author
2012-08-20Bubble up more of the timing data from each test.David Blaikie
2012-04-16Remove vestiges of the C Backend from the test-suite.David Blaikie
2011-04-18The build target should also build the llc-beta executables for TEST=nightlyJakob Stoklund Olesen
2011-04-14Add a "make build" target to the test-suite.Andrew Trick
2010-04-27Add semicolons to fix an apparent cut+pasto.Dan Gohman
2010-04-19Fix a possible make failure when generating *.report.txt files on failures. IDaniel Dunbar
2009-12-10NightlyTest: Include the individual program report header in the .report.txt ...Daniel Dunbar
2009-12-10Remove some unnecessary dependencies.Daniel Dunbar
2009-12-10Fix llc and lli to always produce .info files.Daniel Dunbar
2009-05-23Look at the last "Total Execution Time" line for the execution time.Nick Lewycky
2009-03-26Don't generate the "compile" report if LLVM bytecode files areDan Gohman
2009-03-26OPTBETA tests depend on opt. CBE tests depend on LLC, nowDan Gohman
2009-03-051. If ARCH is x86, explicitly specify -m32. Like wise, specify -m64 when ARCH...Evan Cheng
2008-05-05Add OPT_BETA support. Devang Patel
2008-01-11- Clean up.Evan Cheng
2007-06-21Try again at getting these patterns right.Owen Anderson
2007-06-20Don't run the optimizations twice when performing a nightly build. Just reco...Owen Anderson
2007-06-201) Measure the actual time the optimize a file, rather than just the time to ...Owen Anderson
2007-03-21Pass to llc to get accurate timing info.Evan Cheng
2007-02-03For PR1159:Reid Spencer
2007-02-01Provide hook to add gccas switch (e.g. -inline-threshold=xyz).Devang Patel
2006-11-25Don't echo commands uselessly.Reid Spencer
2005-10-26remove a column from the nightly tester that isn't what it claims to beChris Lattner
2005-02-08Revert part of checkin.Tanya Lattner
2005-02-08When timing llc-beta, actually pass in the beta options.Tanya Lattner
2005-01-16BUILD_* -> PROJ_* for consistency with LLVM Makefile System.Reid Spencer
2005-01-08Rename the LLC-BETA stuff LLC-BETA instead of LINEARSCANChris Lattner
2004-12-12Remove the JIT-BETA column, LLC-BETA is enough.Chris Lattner
2004-12-06Revert changes to remove llc-BETA, etc. as they are still needed for theReid Spencer
2004-12-06Excise the linear scan llc-BETA and cbe-BETA columns as linear scan isReid Spencer
2004-11-06Make the nightly tester use user+system time, NOT 'real' time. This shouldChris Lattner
2004-09-05Rid llvm-test of the last vestiges of its "test/Programs" inheritance.Reid Spencer
2004-07-23Switch columns to "beta" instead of "ls"Chris Lattner
2004-06-19Remove the # LLVM instructions column from the nightly tester. This is notChris Lattner
2004-06-03Testing out a fix for the Interpreter that will not dieBrian Gaeke
2004-05-19The syntax for the vim mode is wrong as nothing else can be on the same line.Misha Brukman
2004-03-01fix a wierd jit-ls bug in the nightly testerChris Lattner
2004-02-23Add jit-ls column to nightly tests.Alkis Evlogimenos
2003-12-19add linear scan tests if ENABLE_LINEARSCAN is definedChris Lattner
2003-08-18Do not remove .info files, allowing tests to be rerun successfullyChris Lattner
2003-08-15Add timings for how long LLC takes to run.Chris Lattner
2003-08-15Get the LLC execution time from the correct file.Misha Brukman
2003-08-15TEST.nightly.Makefile:Misha Brukman
2003-08-14* Test correctness of LLC-compiled program, not just successful compilationMisha Brukman
2003-08-13* Use `printf' instead of `echo -n': echo on Solaris does not respect -n.Misha Brukman
2003-06-26Count size of llvm.bc file, not gccas outputChris Lattner
2003-06-25Hopefully this will finally get crafty workingChris Lattner
2003-06-24Really fix crafty in nightly testerChris Lattner
2003-06-23Prevent crafty from stopping the nightly tester!Chris Lattner
2003-06-22Make spec tests work, which run in a different directoryChris Lattner