Skip to content
Snippets Groups Projects
  1. Oct 13, 2010
  2. Aug 10, 2010
  3. Aug 08, 2010
  4. Aug 05, 2010
  5. Jul 28, 2010
  6. Jul 20, 2010
  7. Jun 24, 2010
  8. Jun 07, 2010
  9. Jun 05, 2010
  10. Apr 12, 2010
  11. Feb 16, 2010
  12. Aug 23, 2009
    • Chris Lattner's avatar
      Prune #includes from llvm/Linker.h and llvm/System/Path.h, · 74382b7c
      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.
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79869 91177308-0d34-0410-b5e6-96231b3b80d8
      74382b7c
  13. Aug 13, 2009
  14. Jul 31, 2009
  15. Jul 16, 2009
  16. Jul 15, 2009
  17. Jul 13, 2009
  18. Jul 01, 2009
  19. May 25, 2009
  20. May 24, 2009
  21. Apr 04, 2009
  22. Mar 06, 2009
  23. Mar 05, 2009
  24. Jul 29, 2008
  25. Apr 28, 2008
  26. Apr 07, 2008
  27. Apr 06, 2008
  28. Mar 24, 2008
  29. Dec 29, 2007
  30. Jul 04, 2007
  31. May 06, 2007
  32. Feb 05, 2007
    • Reid Spencer's avatar
      For PR411: · 688b0490
      Reid Spencer authored
      Adjust to changes in Module interface:
      getMainFunction() -> getFunction("main")
      getNamedFunction(X) -> getFunction(X)
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33922 91177308-0d34-0410-b5e6-96231b3b80d8
      688b0490
    • Reid Spencer's avatar
      For PR411: · ef9b9a79
      Reid Spencer authored
      This patch replaces the SymbolTable class with ValueSymbolTable which does
      not support types planes. This means that all symbol names in LLVM must now
      be unique. The patch addresses the necessary changes to deal with this and
      removes code no longer needed as a result. This completes the bulk of the
      changes for this PR. Some cleanup patches will follow.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33918 91177308-0d34-0410-b5e6-96231b3b80d8
      ef9b9a79
Loading