Skip to content
  1. Feb 07, 2007
  2. Feb 05, 2007
    • 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
  3. Nov 17, 2006
  4. Jan 11, 2006
  5. Jan 10, 2006
    • Reid Spencer's avatar
      For PR411: · 25780d5e
      Reid Spencer authored
      First step in refactoring the SymbolTable is to split it into two classes,
      one for a symbol table of types and one for a symbol table of Values.
      
      llvm-svn: 25175
      25780d5e
Loading