Skip to content
  1. Aug 23, 2009
  2. Aug 02, 2009
  3. Jul 26, 2009
  4. Jul 16, 2009
  5. Jul 14, 2009
  6. Jul 11, 2009
  7. Apr 30, 2009
  8. Apr 08, 2009
  9. Apr 01, 2009
  10. Mar 28, 2009
  11. Feb 02, 2009
  12. Jan 30, 2009
  13. Jan 28, 2009
  14. Jan 21, 2009
  15. Jan 16, 2009
  16. Dec 23, 2008
  17. Dec 09, 2008
  18. Oct 14, 2008
  19. May 30, 2008
  20. May 05, 2008
  21. Apr 28, 2008
  22. Mar 25, 2008
  23. Feb 23, 2008
  24. Feb 20, 2008
  25. Dec 29, 2007
  26. Oct 09, 2007
  27. Oct 08, 2007
  28. May 22, 2007
  29. Apr 12, 2007
  30. Apr 11, 2007
  31. Apr 07, 2007
  32. 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
  33. Apr 05, 2007
  34. Feb 01, 2007
  35. Dec 08, 2006
  36. Dec 07, 2006
  37. Nov 26, 2006
Loading