Skip to content
  1. Dec 20, 2003
  2. Dec 12, 2003
  3. Nov 11, 2003
  4. Oct 21, 2003
  5. Oct 17, 2003
  6. Oct 14, 2003
  7. Sep 05, 2003
    • Brian Gaeke's avatar
      ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ · f3a300d5
      Brian Gaeke authored
      Build ExecutionEngine as library.
      
      llvm-svn: 8370
      f3a300d5
    • Brian Gaeke's avatar
      Make CreateArgv part of lli rather than part of ExecutionEngine. · a7669038
      Brian Gaeke authored
      Switch Interpreter and JIT's "run" methods to take a Function and a vector of
       GenericValues.
      Move (almost all of) the stuff that constructs a canonical call to main()
       into lli (new methods "callAsMain", "makeStringVector").
      Nuke getCurrentExecutablePath(), enableTracing(), getCurrentFunction(),
       isStopped(), and many dead decls from interpreter.
      Add linux strdup() support to interpreter.
      Make interpreter's atexit handler runner and JIT's runAtExitHandlers() look
       more alike, in preparation for refactoring.
      atexit() is spelled "atexit", not "at_exit".
      
      llvm-svn: 8366
      a7669038
  8. Sep 03, 2003
    • Brian Gaeke's avatar
      ExecutionEngine.cpp: Move execution engine creation stuff into a new · 4bd3bd5b
      Brian Gaeke authored
        static method here.
       Remove some extra blank lines.
      ExecutionEngine.h: Add its prototype.
      lli.cpp: Call it.
      
      Make creation method for each type of EE into a static method of its
      own subclass.
      
      Interpreter/Interpreter.cpp: ExecutionEngine::createInterpreter -->
       Interpreter::create
      Interpreter/Interpreter.h: Likewise.
      JIT/JIT.cpp: ExecutionEngine::createJIT --> VM::create
      JIT/VM.h: Likewise.
      
      llvm-svn: 8343
      4bd3bd5b
  9. Aug 21, 2003
  10. Aug 13, 2003
  11. Jun 02, 2003
  12. May 27, 2003
    • Misha Brukman's avatar
      Allow for specification of which JIT to run on the commandline. · 56d27325
      Misha Brukman authored
      `lli -march=x86' or `lli -march=sparc' will forcefully select the JIT even on a
      different platform. Running lli without the -march option will select the JIT
      for the platform that it's currently running on.
      
      Pro: can test Sparc JIT (debug printing mode) on X86 -- faster to compile/link
      LLVM source base to test changes.
      Con: Linking lli on x86 now pulls in all the Sparc libs -> longer link time
      (but X86 can bear it, right?)
      
      In the future, perhaps this should be a ./configure option to enable/disable
      target JITting...
      
      llvm-svn: 6360
      56d27325
  13. May 14, 2003
  14. May 09, 2003
  15. May 08, 2003
  16. Jan 13, 2003
  17. Dec 24, 2002
Loading