Skip to content
  1. Jan 22, 2005
  2. 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
  3. 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
  4. Jul 29, 2004
  5. 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
  6. May 25, 2004
  7. Mar 14, 2004
    • Chris Lattner's avatar
      Refactor and clean up a bunch more code. No major functionality changes. · fd72bed3
      Chris Lattner authored
       * Make several methods of bugdriver global functions (ParseInputFile, PrintFunctionList)
       * Make PrintFunctionList truncate the output after 10 entries, like the crash debugger
         did.  This allows code sharing.
       * Add a couple of methods to BugDriver that allows us to eliminate some friends
       * Improve comments in ExtractFunction.cpp
       * Make classes that used to be friends up bugdriver now live in anon namespaces
       * Rip a bunch of functionality in the miscompilation tester into a new
         TestMergedProgram function for future code sharing.
       * Fix a bug in the miscompilation tester induced in my last checkin
      
      llvm-svn: 12393
      fd72bed3
  8. Mar 13, 2004
  9. Feb 19, 2004
  10. Feb 18, 2004
  11. Jan 14, 2004
  12. Nov 22, 2003
  13. Nov 11, 2003
  14. Nov 05, 2003
  15. Oct 27, 2003
  16. Oct 20, 2003
  17. Oct 10, 2003
  18. Aug 18, 2003
  19. Aug 07, 2003
  20. Aug 05, 2003
  21. Aug 04, 2003
  22. Jun 25, 2003
  23. Jun 02, 2003
  24. Apr 25, 2003
  25. Apr 24, 2003
  26. Feb 28, 2003
  27. Jan 23, 2003
  28. Dec 24, 2002
  29. Nov 20, 2002
Loading