summaryrefslogtreecommitdiff
path: root/tools/lli
Commit message (Expand)AuthorAge
...
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-22
* Fix race condition in MakefileChris Lattner2003-01-21
* No longer need scalaropts libChris Lattner2003-01-13
* Fixes to compile with GCC 3.2Chris Lattner2002-12-24
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-23
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-08
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Export symbols for linuxChris Lattner2002-09-13
* Namespace correctness is goodChris Lattner2002-07-25
* REmove extra blank linesChris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* Remove tracing code hackChris Lattner2002-05-20
* Link with test/Libraries/libinstr32.a for runtime routinesVikram S. Adve2002-05-19
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-11
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-24
* Build with newer compiler, with same bugChris Lattner2002-02-24
* Eliminate opt libraryChris Lattner2002-01-21
* Build runtime library with local GCCASChris Lattner2001-12-13
* Implement strlen strdup strcmpChris Lattner2001-12-13
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-26
* Implement memset memcpy, callocChris Lattner2001-10-30
* Initialize map for purifyChris Lattner2001-10-30
* I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner2001-10-29
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-29
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-27
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-27
* Provide argv for commandsChris Lattner2001-10-27
* * Implement exit() builtin functionChris Lattner2001-10-27
* Add support for building a runtime library for LLIChris Lattner2001-10-24
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-18
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-15
* Genericize support for calling functions a bitChris Lattner2001-09-10
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Lots of new functionalityChris Lattner2001-08-27
* Initial checkin of interpreterChris Lattner2001-08-23