summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
AgeCommit message (Expand)AuthorFilesLines
2005-02-18Quote the value of the PATH variable so that Cygwin and Windows can haveReid Spencer1-1/+1
2004-12-24Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer1-3/+3
2004-07-21Move LLVM tool definitions to Makefile.rulesBrian Gaeke1-15/+0
2004-06-22test/Libraries have been long gone for a long time now. Since noone noticedChris Lattner1-13/+0
2004-06-01Make tool names end with .exe on windows. This isn't needed to run theChris Lattner1-9/+9
2004-02-10Right, define the LPROF variableChris Lattner1-0/+1
2004-01-16Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell1-1/+4
2004-01-13You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke1-10/+8
2004-01-13Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke1-6/+1
2004-01-13Fix overzealous fixme fixingBrian Gaeke1-1/+1
2004-01-13Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.Brian Gaeke1-29/+6
2003-11-29Move rule to top-level makefileChris Lattner1-2/+1
2003-09-16Updated the name of the linker to llvm-link.John Criswell1-1/+1
2003-09-11Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell1-20/+1
2003-09-06Checkin of autoconf-style object root.John Criswell1-7/+26
2003-08-29Use `llvm-dis' instead of simply `dis'.Misha Brukman1-1/+1
2003-08-22Disable .d file generation for LLVM testsChris Lattner1-1/+3
2003-08-20Point to the RIGHT GCC library directoryChris Lattner1-1/+1
2003-08-15Some of this gets hoisted up to Makefile.commonChris Lattner1-5/+4
2003-08-07Removed the support for pool allocation testing. This will be in a separate T...Sumant Kowshik1-9/+0
2003-08-06Added POOLFLAGS option to run pool allocationSumant Kowshik1-1/+10
2003-07-25Simplify some makefile magic, no functional changesChris Lattner1-11/+8
2003-07-08Simplified DOTRACING flag.Vikram S. Adve1-1/+2
2003-07-08Use libinstr.$(ARCH).a instead of libinstr64.aVikram S. Adve1-2/+2
2003-06-28Make the TestRunner tests not print out horrible things when they runChris Lattner1-2/+3
2003-06-28Add the test/Scripts directory to the path used by TestRunnerChris Lattner1-1/+2
2003-06-26New variable which is just the GCCLD toolChris Lattner1-0/+1
2003-06-18Move llvm tools to the start of the testrunner path, which allows the llvm 'as'Chris Lattner1-1/+1
2003-06-17Just _EXTEND_ the current path. Don't replace it. Replacing it makes itChris Lattner1-1/+1
2003-06-16Reconfigured the TOOLS variable so that it points to the current set of toolsJohn Criswell1-6/+2
2003-06-11Updated to use the new Makefile.common.John Criswell1-3/+3
2003-06-04Modify tracing rules to use opt -trace[m] instead of llc -trace[m].Vikram S. Adve1-2/+3
2003-06-03Improved how tracing can be used:Vikram S. Adve1-4/+10
2003-06-02Add support for C++ testsChris Lattner1-0/+4
2003-05-17Add flexibilityChris Lattner1-6/+6
2003-05-13Add support for the LLVM C++ frontendChris Lattner1-1/+13
2003-05-11Remove dead makefile codeChris Lattner1-7/+0
2003-05-11* Remove dead hunk of makefile fragment for dealing with sun compilerChris Lattner1-18/+0
2003-05-09Enable the new C front-end for targets which define LLVMGCCARCHChris Lattner1-5/+10
2003-01-21-ENABLE_STATS also enables timingChris Lattner1-3/+3
2003-01-16Add support for make TEST=fooChris Lattner1-0/+8
2002-12-23Jello is going awayChris Lattner1-1/+0
2002-11-19Add support for bugpointChris Lattner1-0/+1
2002-11-09Allow tests to be run with release tools when ENABLE_OPTIMIZED=1Chris Lattner1-2/+7
2002-11-02Expose a LJELLO variableChris Lattner1-0/+1
2002-10-14MAke sure llc output is regenerated if the LLC binary changes.Chris Lattner1-1/+1
2002-09-30Allow production of -stats output for benchmarks by specifyingChris Lattner1-2/+8
2002-09-29Enable buidling of programs on Linux againChris Lattner1-1/+1
2002-09-19Reenable these options because they break testing on sparc without them.Chris Lattner1-4/+7
2002-09-19Point gccld to the correct library directory.Chris Lattner1-1/+1