Skip to content
  1. Dec 28, 2003
  2. Dec 26, 2003
  3. Dec 20, 2003
  4. Dec 12, 2003
  5. Dec 08, 2003
  6. Nov 30, 2003
  7. Nov 17, 2003
  8. Nov 11, 2003
  9. Nov 09, 2003
  10. Nov 07, 2003
  11. Oct 29, 2003
  12. Oct 24, 2003
  13. Oct 21, 2003
  14. Oct 20, 2003
  15. Oct 17, 2003
  16. Oct 16, 2003
    • Misha Brukman's avatar
      JIT.cpp: · 1273147d
      Misha Brukman authored
      * #include "llvm/ModuleProvider"
      * alphabetize #includes
      * omit extraneous parens in pointer expressions
      
      VM.cpp:
      * #include "llvm/ModuleProvider"
      * alphabetize #includes
      
      llvm-svn: 9182
      1273147d
  17. Oct 14, 2003
  18. Oct 11, 2003
  19. Oct 10, 2003
  20. Oct 06, 2003
  21. Sep 10, 2003
  22. 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
  23. 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
  24. Aug 24, 2003
  25. Aug 21, 2003
  26. Aug 14, 2003
  27. Aug 13, 2003
Loading