aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-281-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-9/+25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-171-19/+3
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-271-3/+19
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-231-0/+7
* The JIT is the default mode for LLI nowChris Lattner2003-05-121-1/+1
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-231-2/+2
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-221-4/+2
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-221-1/+1
* Fix race condition in MakefileChris Lattner2003-01-211-1/+1
* No longer need scalaropts libChris Lattner2003-01-131-1/+1
* Fixes to compile with GCC 3.2Chris Lattner2002-12-241-4/+4
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-232-60/+80
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-4/+1
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Export symbols for linuxChris Lattner2002-09-131-1/+5
* Namespace correctness is goodChris Lattner2002-07-251-2/+2
* REmove extra blank linesChris Lattner2002-07-251-2/+0
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* *** empty log message ***Chris Lattner2002-07-221-14/+28
* 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-112-284/+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
* Implement strlen strdup strcmpChris Lattner2001-12-131-0/+35
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Implement memset memcpy, callocChris Lattner2001-10-301-0/+85
* Initialize map for purifyChris Lattner2001-10-301-0/+1
* I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner2001-10-291-3/+3
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-291-1/+1
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-1/+5
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-272-0/+126
* Provide argv for commandsChris Lattner2001-10-271-3/+3
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+3
* Add support for building a runtime library for LLIChris Lattner2001-10-242-0/+37
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-1/+1
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-5/+2
* Genericize support for calling functions a bitChris Lattner2001-09-101-0/+1