aboutsummaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)Author
2002-07-22*** empty log message ***Chris Lattner
2002-05-20Remove tracing code hackChris Lattner
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-12-13Implement strlen strdup strcmpChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Fix problem where lli < foo.bc would have argc = 0Chris Lattner
2001-10-30Implement memset memcpy, callocChris Lattner
2001-10-30Initialize map for purifyChris Lattner
2001-10-29I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner
2001-10-29Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27Provide argv for commandsChris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-24Add support for building a runtime library for LLIChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris 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