aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from the makefile build system.Rafael Espindola2013-07-251-12/+0
* Remove obsolete object file dumpersNico Rieck2013-04-121-1/+1
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-231-3/+3
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-231-3/+3
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Failure.sh is dead, remove it.Reid Spencer2007-04-211-1/+0
* Quote the value of the PATH variable so that Cygwin and Windows can haveReid Spencer2005-02-181-1/+1
* Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer2004-12-241-3/+3
* Move LLVM tool definitions to Makefile.rulesBrian Gaeke2004-07-211-15/+0
* test/Libraries have been long gone for a long time now. Since noone noticedChris Lattner2004-06-221-13/+0
* Make tool names end with .exe on windows. This isn't needed to run theChris Lattner2004-06-011-9/+9
* Right, define the LPROF variableChris Lattner2004-02-101-0/+1
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-161-1/+4
* You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke2004-01-131-10/+8
* Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke2004-01-131-6/+1
* Fix overzealous fixme fixingBrian Gaeke2004-01-131-1/+1
* Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.Brian Gaeke2004-01-131-29/+6
* Move rule to top-level makefileChris Lattner2003-11-291-2/+1
* Updated the name of the linker to llvm-link.John Criswell2003-09-161-1/+1
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-20/+1
* Checkin of autoconf-style object root.John Criswell2003-09-061-7/+26
* Use `llvm-dis' instead of simply `dis'.Misha Brukman2003-08-291-1/+1
* Disable .d file generation for LLVM testsChris Lattner2003-08-221-1/+3
* Point to the RIGHT GCC library directoryChris Lattner2003-08-201-1/+1
* Some of this gets hoisted up to Makefile.commonChris Lattner2003-08-151-5/+4
* Removed the support for pool allocation testing. This will be in a separate T...Sumant Kowshik2003-08-071-9/+0
* Added POOLFLAGS option to run pool allocationSumant Kowshik2003-08-061-1/+10
* Simplify some makefile magic, no functional changesChris Lattner2003-07-251-11/+8
* 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