summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
Commit message (Expand)AuthorAge
* Remove dead code from the makefile build system.Rafael Espindola2013-07-25
* Remove obsolete object file dumpersNico Rieck2013-04-12
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-23
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-23
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Failure.sh is dead, remove it.Reid Spencer2007-04-21
* Quote the value of the PATH variable so that Cygwin and Windows can haveReid Spencer2005-02-18
* Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer2004-12-24
* Move LLVM tool definitions to Makefile.rulesBrian Gaeke2004-07-21
* test/Libraries have been long gone for a long time now. Since noone noticedChris Lattner2004-06-22
* Make tool names end with .exe on windows. This isn't needed to run theChris Lattner2004-06-01
* Right, define the LPROF variableChris Lattner2004-02-10
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-16
* You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke2004-01-13
* Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke2004-01-13
* Fix overzealous fixme fixingBrian Gaeke2004-01-13
* Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.Brian Gaeke2004-01-13
* Move rule to top-level makefileChris Lattner2003-11-29
* Updated the name of the linker to llvm-link.John Criswell2003-09-16
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-11
* Checkin of autoconf-style object root.John Criswell2003-09-06
* Use `llvm-dis' instead of simply `dis'.Misha Brukman2003-08-29
* Disable .d file generation for LLVM testsChris Lattner2003-08-22
* Point to the RIGHT GCC library directoryChris Lattner2003-08-20
* Some of this gets hoisted up to Makefile.commonChris Lattner2003-08-15
* Removed the support for pool allocation testing. This will be in a separate T...Sumant Kowshik2003-08-07
* Added POOLFLAGS option to run pool allocationSumant Kowshik2003-08-06
* Simplify some makefile magic, no functional changesChris Lattner2003-07-25
* Simplified DOTRACING flag.Vikram S. Adve2003-07-08
* Use libinstr.$(ARCH).a instead of libinstr64.aVikram S. Adve2003-07-08
* Make the TestRunner tests not print out horrible things when they runChris Lattner2003-06-28
* Add the test/Scripts directory to the path used by TestRunnerChris Lattner2003-06-28
* New variable which is just the GCCLD toolChris Lattner2003-06-26
* Move llvm tools to the start of the testrunner path, which allows the llvm 'as'Chris Lattner2003-06-18
* Just _EXTEND_ the current path. Don't replace it. Replacing it makes itChris Lattner2003-06-17
* Reconfigured the TOOLS variable so that it points to the current set of toolsJohn Criswell2003-06-16
* Updated to use the new Makefile.common.John Criswell2003-06-11
* Modify tracing rules to use opt -trace[m] instead of llc -trace[m].Vikram S. Adve2003-06-04
* Improved how tracing can be used:Vikram S. Adve2003-06-03
* Add support for C++ testsChris Lattner2003-06-02
* Add flexibilityChris Lattner2003-05-17
* Add support for the LLVM C++ frontendChris Lattner2003-05-13
* Remove dead makefile codeChris Lattner2003-05-11
* * Remove dead hunk of makefile fragment for dealing with sun compilerChris Lattner2003-05-11
* Enable the new C front-end for targets which define LLVMGCCARCHChris Lattner2003-05-09
* -ENABLE_STATS also enables timingChris Lattner2003-01-21
* Add support for make TEST=fooChris Lattner2003-01-16
* Jello is going awayChris Lattner2002-12-23
* Add support for bugpointChris Lattner2002-11-19
* Allow tests to be run with release tools when ENABLE_OPTIMIZED=1Chris Lattner2002-11-09