Skip to content
Snippets Groups Projects
  1. Apr 17, 2009
  2. Apr 13, 2009
  3. Mar 05, 2009
  4. Mar 03, 2009
  5. Feb 21, 2009
  6. Feb 04, 2009
  7. Feb 03, 2009
  8. Jan 09, 2009
  9. Oct 22, 2008
  10. Oct 21, 2008
  11. Oct 02, 2008
  12. Sep 02, 2008
  13. Aug 30, 2008
  14. Mar 31, 2008
  15. Mar 10, 2008
  16. Jan 15, 2008
  17. Dec 29, 2007
  18. Oct 02, 2007
  19. Sep 29, 2007
  20. Sep 20, 2007
  21. Sep 18, 2007
  22. Jul 03, 2007
  23. Jun 28, 2007
    • David Greene's avatar
      Add support for building with _GLIBCXX_DEBUG. New configure option · a696d24a
      David Greene authored
      --enable-expensive-checks allows the developer to enable runtime
      checking that can greatly increase compile time.  Currently it only
      turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
      should be controlled by this configure option.
      
      This patch also updates llvm-config with a --cppflags option to inform
      llvm-gcc how to build itself so that it is compatible with an llvm that
      was built with _GLIBCXX_DEBUG.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37777 91177308-0d34-0410-b5e6-96231b3b80d8
      a696d24a
  24. Apr 21, 2007
  25. Mar 29, 2007
    • Reid Spencer's avatar
      For PR789: · 8475ec06
      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.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35476 91177308-0d34-0410-b5e6-96231b3b80d8
      8475ec06
  26. Jan 17, 2007
    • Reid Spencer's avatar
      For PR739: · 32b16911
      Reid Spencer authored
      Support overriding the prefix and DESTDIR variables from the make command
      line. This makes the makefile system a little more GNU compliant and the
      feature makes it easier for distribution builders to re-target the install
      location of LLVM.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33305 91177308-0d34-0410-b5e6-96231b3b80d8
      32b16911
  27. Dec 21, 2006
  28. Dec 16, 2006
  29. Dec 13, 2006
  30. Dec 10, 2006
  31. Dec 01, 2006
  32. Nov 17, 2006
  33. Nov 16, 2006
  34. Nov 05, 2006
  35. Nov 03, 2006
  36. Aug 07, 2006
Loading