summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
Commit message (Collapse)AuthorAge
...
* Expose a LJELLO variableChris Lattner2002-11-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4495 91177308-0d34-0410-b5e6-96231b3b80d8
* MAke sure llc output is regenerated if the LLC binary changes.Chris Lattner2002-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4164 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-30
| | | | | | | ENABLE_STATS=1 on the make command line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3988 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable buidling of programs on Linux againChris Lattner2002-09-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3984 91177308-0d34-0410-b5e6-96231b3b80d8
* Reenable these options because they break testing on sparc without them.Chris Lattner2002-09-19
| | | | | | | Conditionalizing them on DISABLE_LLC means they aren't enabled under linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3837 91177308-0d34-0410-b5e6-96231b3b80d8
* Point gccld to the correct library directory.Chris Lattner2002-09-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3827 91177308-0d34-0410-b5e6-96231b3b80d8
* It turns out that the cannonical name for the llvm-gcc compiler is, wellChris Lattner2002-09-19
| | | | | | | llvm-gcc, not gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3824 91177308-0d34-0410-b5e6-96231b3b80d8
* Avoid Solaris-specific defines.Vikram S. Adve2002-09-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3823 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate hardcoded paths using LLVMGCCDIR variable.Vikram S. Adve2002-08-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3529 91177308-0d34-0410-b5e6-96231b3b80d8
* Tools are now moved into /sharedChris Lattner2002-08-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8
* Expose the analyzerChris Lattner2002-06-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2768 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove unneccesary path from link line nowChris Lattner2002-05-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2679 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix libs and includes for compiling with llc.Vikram S. Adve2002-05-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2654 91177308-0d34-0410-b5e6-96231b3b80d8
* don't delete intermediate files!Chris Lattner2002-04-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2136 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't link in library that cannot be found, this should be removed eventually.Chris Lattner2002-04-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2111 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix out-of-date name.Vikram S. Adve2002-03-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1959 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix libraries.Vikram S. Adve2002-03-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1912 91177308-0d34-0410-b5e6-96231b3b80d8
* Add var to find GCCLD toolChris Lattner2002-03-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1846 91177308-0d34-0410-b5e6-96231b3b80d8
* Add commentsChris Lattner2002-02-12
| | | | | | | Add rules to compile a program with LLC to machine code and an executable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1735 91177308-0d34-0410-b5e6-96231b3b80d8
* Add TESTRUNR varChris Lattner2002-02-01
| | | | | | | Correctly create directory for .bc target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1623 91177308-0d34-0410-b5e6-96231b3b80d8
* Forgot to forceChris Lattner2002-01-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1598 91177308-0d34-0410-b5e6-96231b3b80d8
* Make gcc tests depend on the part of GCC that actually gets updated.Chris Lattner2002-01-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1589 91177308-0d34-0410-b5e6-96231b3b80d8
* More rules checked inChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1571 91177308-0d34-0410-b5e6-96231b3b80d8
* Removal of more unnecesary stuffChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1557 91177308-0d34-0410-b5e6-96231b3b80d8
* Move some makefile stuff to subdirectoriesChris Lattner2002-01-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1543 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed Makefile.target to Makefile.tests and folded inVikram S. Adve2001-12-15
| | | | | | | | | Chris's Makefile.tests used to build and test single-source tests (but with some uses of Output/ directory eliminated for now). Let's not create two versions of this file! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1490 91177308-0d34-0410-b5e6-96231b3b80d8
* Added TRACEM option. Use -g when building native code for tests.Vikram S. Adve2001-12-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1438 91177308-0d34-0410-b5e6-96231b3b80d8
* Use _LOCAL_ gccas to build instead of Chris'sChris Lattner2001-12-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1436 91177308-0d34-0410-b5e6-96231b3b80d8
* Overwrite files when linkedChris Lattner2001-11-13
| | | | | | | Remove native files when cleaned git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1289 91177308-0d34-0410-b5e6-96231b3b80d8
* Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.Vikram S. Adve2001-11-12
| | | | | | | | In particular, never put -lm in LOCAL_[L]CFLAGS because it disables an implicit rule that has LOCAL_CFLAGS as a prerequisite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1281 91177308-0d34-0410-b5e6-96231b3b80d8
* Use cc instead of gcc to compile *.nativeVikram S. Adve2001-11-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1250 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1211 91177308-0d34-0410-b5e6-96231b3b80d8
* Took out .clean.bc target.Vikram S. Adve2001-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1209 91177308-0d34-0410-b5e6-96231b3b80d8
* Add cleaning pass after linking.Vikram S. Adve2001-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1208 91177308-0d34-0410-b5e6-96231b3b80d8
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-08
| | | | | | | Also, fix rule for $(LLCLIBS). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1206 91177308-0d34-0410-b5e6-96231b3b80d8
* Add rule for %.clean.bc.Vikram S. Adve2001-11-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1204 91177308-0d34-0410-b5e6-96231b3b80d8
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1172 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixesChris Lattner2001-11-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1164 91177308-0d34-0410-b5e6-96231b3b80d8
* Build .bc from .c better.Chris Lattner2001-11-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1158 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't forget to make the clean version.Chris Lattner2001-11-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1157 91177308-0d34-0410-b5e6-96231b3b80d8
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-06
| | | | | | | by using a better naming scheme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1156 91177308-0d34-0410-b5e6-96231b3b80d8
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1153 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1142 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the olden benchmarks compile againChris Lattner2001-11-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1139 91177308-0d34-0410-b5e6-96231b3b80d8
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-05
| | | | | | | version of his gccas. Plus another dumb bug fix (the bug, not the fix). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1134 91177308-0d34-0410-b5e6-96231b3b80d8
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-05
| | | | | | | %.ll is not a pre-existing file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1133 91177308-0d34-0410-b5e6-96231b3b80d8
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-05
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1130 91177308-0d34-0410-b5e6-96231b3b80d8