Skip to content
  1. Sep 05, 2003
  2. 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
  3. Sep 02, 2003
  4. Sep 01, 2003
  5. Aug 31, 2003
  6. Aug 29, 2003
  7. Aug 28, 2003
  8. Aug 24, 2003
  9. Aug 22, 2003
  10. Aug 21, 2003
  11. Aug 20, 2003
  12. Aug 19, 2003
  13. Aug 18, 2003
  14. Aug 16, 2003
    • Misha Brukman's avatar
      `execve_test' is not part of LLEE. · 85f561f9
      Misha Brukman authored
      llvm-svn: 7912
      85f561f9
    • Misha Brukman's avatar
      A lot of changes were suggested by Chris. · 0298d3e6
      Misha Brukman authored
      ExecveHandler.c:
      * Use "" instead of <> for LLVM include files
      * Use raw I/O, we don't need buffering
      * Set errno = 0 before using open()
      * strlen() doesn't count NULL terminator in its size
      * Use memcmp() instead of strcmp()
      * Return result of the real execve(), not 0
      * Search for path to bytecode file if not absolute/relative path
      
      SysUtils.c:
      * Convert all comments to C-style
      * Stop using `bool', use `unsigned' instead
      
      SysUtils.h:
      * Stop using `bool', use `unsigned' instead
      * Updated comment to FindExecutable()
      
      README.txt:
      * Describe the goal of LLEE and an application
      
      llvm-svn: 7911
      0298d3e6
Loading