All directory targets now install the Makefile only if it is missing.
[oota-llvm.git] / tools / lli /
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Chris LattnerAdd the ability for users to specify a specific argv...
2003-10-24 Brian GaekeTraceMode, as you may have heard, is history.
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-09-25 Misha BrukmanTo be consistent with the rest of LLVM codebase (and...
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeInterpreter, JIT moved to lib/ExecutionEngine (includes...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-24 Chris LattnerRemove some long-dead code
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-05-23 Brian GaekeRemove ".bc" from the end of InputFile if it is there, in
2003-05-12 Chris LattnerThe JIT is the default mode for LLI now
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-04-22 Chris LattnerBuild the appropriate target machine for the input...
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-13 Chris LattnerNo longer need scalaropts lib
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-09-13 Chris LattnerExport symbols for linux
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-01-21 Chris LattnerEliminate opt library
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement strlen strdup strcmp
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerFix problem where lli < foo.bc would have argc = 0
2001-10-30 Chris LattnerImplement memset memcpy, calloc
2001-10-30 Chris LattnerInitialize map for purify
2001-10-29 Chris LattnerI screwed up the macros, so of course strtol didn't...
2001-10-29 Chris LattnerOops, accidentally broke reading from stdin when doing...
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-27 Chris LattnerLots of new functionality
2001-08-23 Chris LattnerInitial checkin of interpreter