Skip to content
  1. Jan 22, 2005
  2. Jan 15, 2005
  3. Dec 30, 2004
    • Reid Spencer's avatar
      For PR351: · 996ec72d
      Reid Spencer authored
      * Place a try/catch block around the entire tool to Make sure std::string
        exceptions are caught and printed before exiting the tool.
      * Make sure we catch unhandled exceptions at the top level so that we don't
        abort with a useless message but indicate than an unhandled exception was
        generated.
      
      llvm-svn: 19192
      996ec72d
  4. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · a079b699
      Reid Spencer authored
      * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles
      
      llvm-svn: 19162
      a079b699
  5. Dec 22, 2004
  6. Dec 20, 2004
  7. Dec 17, 2004
    • Reid Spencer's avatar
      For PR351: · 584cb0a8
      Reid Spencer authored
      * removeFile() -> sys::Path::destroyFile()
      * remove extraneous toString() calls
      * convert local variables representing path names from std::string to
        sys::Path
      * Use sys::Path objects with FileRemove instead of std::string
      * Use sys::Path methods for construction of path names
      
      llvm-svn: 19001
      584cb0a8
  8. Dec 15, 2004
    • Reid Spencer's avatar
      For PR351: · 30067f1e
      Reid Spencer authored
      * Convert use of getUniqueFilename to sys::Path::makeUnique();
      
      llvm-svn: 18949
      30067f1e
  9. Dec 13, 2004
  10. Nov 25, 2004
  11. Nov 19, 2004
  12. Nov 18, 2004
  13. Nov 16, 2004
  14. Nov 15, 2004
  15. Nov 07, 2004
  16. Oct 28, 2004
  17. Oct 22, 2004
  18. Oct 19, 2004
  19. Oct 13, 2004
  20. Oct 12, 2004
  21. Oct 11, 2004
  22. Sep 20, 2004
  23. 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
  24. Aug 29, 2004
  25. Aug 12, 2004
  26. Jul 29, 2004
  27. Jul 24, 2004
  28. Jul 23, 2004
    • Misha Brukman's avatar
      * Convert "\n" -> '\n' · 6aa3c83f
      Misha Brukman authored
      * Print out another '\n' after printing out program execution status
      * Make sure code wraps at 80 cols
      
      llvm-svn: 15123
      6aa3c83f
  29. Jul 21, 2004
  30. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · cb3fb5d4
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      
      llvm-svn: 14953
      cb3fb5d4
  31. Jul 16, 2004
  32. Jul 11, 2004
  33. Jul 04, 2004
  34. Jun 23, 2004
Loading