aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
Commit message (Expand)AuthorAgeFilesLines
* Simplified DOTRACING flag.Vikram S. Adve2003-07-081-1/+2
* Use libinstr.$(ARCH).a instead of libinstr64.aVikram S. Adve2003-07-081-2/+2
* Make the TestRunner tests not print out horrible things when they runChris Lattner2003-06-281-2/+3
* Add the test/Scripts directory to the path used by TestRunnerChris Lattner2003-06-281-1/+2
* New variable which is just the GCCLD toolChris Lattner2003-06-261-0/+1
* Move llvm tools to the start of the testrunner path, which allows the llvm 'as'Chris Lattner2003-06-181-1/+1
* Just _EXTEND_ the current path. Don't replace it. Replacing it makes itChris Lattner2003-06-171-1/+1
* Reconfigured the TOOLS variable so that it points to the current set of toolsJohn Criswell2003-06-161-6/+2
* Updated to use the new Makefile.common.John Criswell2003-06-111-3/+3
* Modify tracing rules to use opt -trace[m] instead of llc -trace[m].Vikram S. Adve2003-06-041-2/+3
* Improved how tracing can be used:Vikram S. Adve2003-06-031-4/+10
* Add support for C++ testsChris Lattner2003-06-021-0/+4
* Add flexibilityChris Lattner2003-05-171-6/+6
* Add support for the LLVM C++ frontendChris Lattner2003-05-131-1/+13
* Remove dead makefile codeChris Lattner2003-05-111-7/+0
* * Remove dead hunk of makefile fragment for dealing with sun compilerChris Lattner2003-05-111-18/+0
* Enable the new C front-end for targets which define LLVMGCCARCHChris Lattner2003-05-091-5/+10
* -ENABLE_STATS also enables timingChris Lattner2003-01-211-3/+3
* Add support for make TEST=fooChris Lattner2003-01-161-0/+8
* Jello is going awayChris Lattner2002-12-231-1/+0
* Add support for bugpointChris Lattner2002-11-191-0/+1
* Allow tests to be run with release tools when ENABLE_OPTIMIZED=1Chris Lattner2002-11-091-2/+7
* Expose a LJELLO variableChris Lattner2002-11-021-0/+1
* MAke sure llc output is regenerated if the LLC binary changes.Chris Lattner2002-10-141-1/+1
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-301-2/+8
* Enable buidling of programs on Linux againChris Lattner2002-09-291-1/+1
* Reenable these options because they break testing on sparc without them.Chris Lattner2002-09-191-4/+7
* Point gccld to the correct library directory.Chris Lattner2002-09-191-1/+1
* It turns out that the cannonical name for the llvm-gcc compiler is, wellChris Lattner2002-09-191-1/+1
* Avoid Solaris-specific defines.Vikram S. Adve2002-09-191-4/+4
* Eliminate hardcoded paths using LLVMGCCDIR variable.Vikram S. Adve2002-08-301-4/+4
* Tools are now moved into /sharedChris Lattner2002-08-121-1/+1
* Expose the analyzerChris Lattner2002-06-241-0/+1
* Remove unneccesary path from link line nowChris Lattner2002-05-201-1/+1
* Fix libs and includes for compiling with llc.Vikram S. Adve2002-05-191-12/+13
* don't delete intermediate files!Chris Lattner2002-04-071-0/+2
* Don't link in library that cannot be found, this should be removed eventually.Chris Lattner2002-04-041-2/+2
* Fix out-of-date name.Vikram S. Adve2002-03-241-1/+1
* Fix libraries.Vikram S. Adve2002-03-181-2/+2
* Add var to find GCCLD toolChris Lattner2002-03-111-0/+1
* Add commentsChris Lattner2002-02-121-16/+17
* Add TESTRUNR varChris Lattner2002-02-011-1/+2
* Forgot to forceChris Lattner2002-01-311-1/+1
* Make gcc tests depend on the part of GCC that actually gets updated.Chris Lattner2002-01-261-2/+3
* More rules checked inChris Lattner2002-01-231-36/+44
* Removal of more unnecesary stuffChris Lattner2002-01-231-9/+5
* Move some makefile stuff to subdirectoriesChris Lattner2002-01-221-48/+22
* Renamed Makefile.target to Makefile.tests and folded inVikram S. Adve2001-12-151-14/+19
* Added TRACEM option. Use -g when building native code for tests.Vikram S. Adve2001-12-121-1/+4
* Use _LOCAL_ gccas to build instead of Chris'sChris Lattner2001-12-091-2/+6