aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/Makefile
Commit message (Expand)AuthorAgeFilesLines
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* Remove tracing code hackChris Lattner2002-05-201-1/+1
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-191-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-2/+1
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-111-14/+0
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-241-1/+1
* Build with newer compiler, with same bugChris Lattner2002-02-241-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-2/+2
* Build runtime library with local GCCASChris Lattner2001-12-131-4/+4
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-0/+1
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+3
* Add support for building a runtime library for LLIChris Lattner2001-10-241-0/+12
* Genericize support for calling functions a bitChris Lattner2001-09-101-0/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-8/+3
* Lots of new functionalityChris Lattner2001-08-271-1/+1
* Initial checkin of interpreterChris Lattner2001-08-231-0/+11