Skip to content
  1. May 19, 2007
  2. May 17, 2007
  3. May 16, 2007
  4. May 14, 2007
  5. May 12, 2007
  6. May 11, 2007
  7. May 07, 2007
  8. May 06, 2007
  9. May 03, 2007
  10. Apr 29, 2007
  11. Apr 26, 2007
  12. Apr 14, 2007
  13. Apr 13, 2007
  14. Apr 12, 2007
  15. Apr 11, 2007
  16. Apr 07, 2007
  17. Apr 06, 2007
    • Chris Lattner's avatar
      rearchitect the registration mechanism used by the command line option stuff. · 5247f60d
      Chris Lattner authored
      This dramatically reduce the amount of memory allocated by the commandline stuff
      at static init time, changing it to build local data structures when ParseCommandLineOptions
      is called.  In a dummy empty program that links some llvm libraries, this reduces
      the number of malloc'd bytes from 4864 to 3360 on entry to main.  Most of that
      memory is now allocated by non-commandline related stuff.
      
      llvm-svn: 35701
      5247f60d
  18. Apr 05, 2007
  19. Apr 04, 2007
  20. Apr 01, 2007
  21. Mar 29, 2007
    • Reid Spencer's avatar
      For PR789: · 200c6f9c
      Reid Spencer authored
      Make the sys::Path::getFileStatus function more efficient by having it
      return a pointer to the FileStatus structure rather than copy it. Adjust
      uses of the function accordingly. Also, fix some memory issues in sys::Path.
      
      llvm-svn: 35476
      200c6f9c
    • Reid Spencer's avatar
      For PR789: · 78b899f6
      Reid Spencer authored
      Updates for change in interface of getFileStatus method of sys::Path class.
      
      llvm-svn: 35458
      78b899f6
Loading