Skip to content
  1. Dec 17, 2009
  2. Dec 15, 2009
  3. Dec 07, 2009
  4. Dec 01, 2009
  5. Nov 03, 2009
  6. Oct 27, 2009
  7. Oct 22, 2009
  8. Oct 21, 2009
  9. Oct 19, 2009
  10. Oct 17, 2009
  11. Oct 09, 2009
  12. Oct 08, 2009
  13. Sep 28, 2009
  14. Sep 21, 2009
  15. Sep 10, 2009
  16. Aug 24, 2009
    • Chris Lattner's avatar
      Prune #includes from llvm/Linker.h and llvm/System/Path.h, · c521f541
      Chris Lattner authored
      forcing them down into various .cpp files.
      
      This change also:
      1. Renames TimeValue::toString() and Path::toString() to ::str()
         for similarity with the STL.
      2. Removes all stream insertion support for sys::Path, forcing
         clients to call .str().
      3. Removes a use of Config/alloca.h from bugpoint, using smallvector
         instead.
      4. Weans llvm-db off <iostream>
      
      sys::Path really needs to be gutted, but I don't have the desire to
      do it at this point.
      
      llvm-svn: 79869
      c521f541
  17. Jul 07, 2009
  18. Jul 03, 2009
  19. Jun 25, 2009
  20. Jun 23, 2009
    • Mikhail Glushenkov's avatar
      Make llvmc work again. · 248c4140
      Mikhail Glushenkov authored
      Chris recently broke llvmc with his Makefile changes (r75379). That patch made
      the global change .o -> .a, which caused built-in llvmc plugins to stop working
      since plugin initialization in llvmc is based on static variables not referenced
      from the main executable. This patch implements auto-generated forced references
      to the plugin libraries.
      
      llvm-svn: 74000
      248c4140
    • Mikhail Glushenkov's avatar
      A little bit nicer formatting. · ae3b1a8b
      Mikhail Glushenkov authored
      llvm-svn: 73998
      ae3b1a8b
    • Mikhail Glushenkov's avatar
      Typo. · beecd51f
      Mikhail Glushenkov authored
      llvm-svn: 73997
      beecd51f
  21. May 06, 2009
  22. May 05, 2009
  23. Apr 19, 2009
  24. Feb 27, 2009
Loading