Skip to content
  1. Mar 09, 2009
  2. Mar 03, 2009
  3. Mar 02, 2009
  4. Jan 15, 2009
  5. Nov 20, 2008
  6. Nov 19, 2008
  7. Nov 18, 2008
  8. Nov 16, 2008
  9. Nov 14, 2008
    • Devang Patel's avatar
      Refactor code. · 8ada1d5d
      Devang Patel authored
      Strip debug information before stripping symbol names. 
      
      llvm-svn: 59328
      8ada1d5d
  10. Nov 13, 2008
  11. Sep 04, 2008
  12. May 13, 2008
  13. Jan 16, 2008
  14. Dec 29, 2007
  15. Nov 04, 2007
  16. Aug 01, 2007
  17. May 06, 2007
  18. May 03, 2007
  19. May 02, 2007
  20. May 01, 2007
  21. Feb 12, 2007
  22. Feb 07, 2007
  23. Feb 06, 2007
  24. Feb 05, 2007
    • Reid Spencer's avatar
      For PR411: · 1241d6d5
      Reid Spencer authored
      Adjust to changes in Module interface:
      getMainFunction() -> getFunction("main")
      getNamedFunction(X) -> getFunction(X)
      
      llvm-svn: 33922
      1241d6d5
    • Reid Spencer's avatar
      For PR411: · 3aaaa0b2
      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.
      
      llvm-svn: 33918
      3aaaa0b2
  25. Jan 06, 2007
    • Reid Spencer's avatar
      For PR411: · 32af9e8c
      Reid Spencer authored
      Take an incremental step towards type plane elimination. This change
      separates types from values in the symbol tables by finally making use
      of the TypeSymbolTable class. This yields more natural interfaces for
      dealing with types and unclutters the SymbolTable class.
      
      llvm-svn: 32956
      32af9e8c
  26. Aug 28, 2006
  27. Mar 23, 2006
  28. Mar 15, 2006
  29. Mar 13, 2006
  30. Mar 09, 2006
  31. Apr 22, 2005
  32. Mar 15, 2005
  33. Dec 03, 2004
  34. Dec 02, 2004
Loading