Skip to content
  1. Sep 08, 2004
  2. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  3. Aug 04, 2004
  4. Jan 26, 2004
  5. Jan 10, 2004
  6. Nov 11, 2003
  7. Oct 21, 2003
  8. Oct 20, 2003
  9. Sep 30, 2003
  10. Sep 28, 2003
  11. 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
  12. Aug 12, 2003
Loading