Skip to content
  1. Apr 14, 2007
  2. Apr 13, 2007
  3. Apr 12, 2007
  4. Apr 11, 2007
  5. Apr 07, 2007
  6. 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
  7. Apr 05, 2007
  8. Apr 04, 2007
  9. Apr 01, 2007
  10. 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
  11. Mar 21, 2007
  12. Mar 20, 2007
  13. Mar 19, 2007
  14. Mar 12, 2007
  15. Mar 10, 2007
  16. Mar 05, 2007
  17. Mar 02, 2007
  18. Mar 01, 2007
  19. Feb 28, 2007
Loading