aboutsummaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
AgeCommit message (Expand)Author
2002-05-19Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-03-11Remove runtime library in favor of users linking against real libraries.Chris Lattner
2002-02-24Remove hack. This is better fixed in Makefile.commonChris Lattner
2002-02-24Build with newer compiler, with same bugChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2001-12-13Build runtime library with local GCCASChris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-24Add support for building a runtime library for LLIChris Lattner
2001-09-10Genericize support for calling functions a bitChris Lattner
2001-09-07Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner
2001-08-27Lots of new functionalityChris Lattner
2001-08-23Initial checkin of interpreterChris Lattner