[llvm-commits] CVS: llvm/test/Transforms/FunctionResolve/.cvsignore 2002-08-19-ResolveGlobalVars.ll 2002-08-19-ResolveGlobalVarsEasier.ll 2002-11-07-RetMismatch.ll 2002-11-09-ExternFn.ll 2003-04-18-ForwardDeclGlobal.ll 2003-05-21-MissingArguments.ll 2003-05-31-AllInternalDecls.ll 2003-05-31-FuncPointerResolve.ll 2003-05-31-InternalDecl.ll 2003-06-18-TypePromotion.ll 2003-07-23-CPR-Reference.ll 2003-08-23-ArgumentWarning.ll 2003-10-21-GlobalResolveHack.ll 2003-11-20-BogusResolveWarning.ll basictest.ll dg.exp retmismatch1.ll retmismatch2.ll retmismatch3.ll

LLVM llvm at cs.uiuc.edu
Mon Feb 5 12:51:24 PST 2007



Changes in directory llvm/test/Transforms/FunctionResolve:

.cvsignore (r1.1) removed
2002-08-19-ResolveGlobalVars.ll (r1.8) removed
2002-08-19-ResolveGlobalVarsEasier.ll (r1.6) removed
2002-11-07-RetMismatch.ll (r1.5) removed
2002-11-09-ExternFn.ll (r1.6) removed
2003-04-18-ForwardDeclGlobal.ll (r1.5) removed
2003-05-21-MissingArguments.ll (r1.3) removed
2003-05-31-AllInternalDecls.ll (r1.2) removed
2003-05-31-FuncPointerResolve.ll (r1.5) removed
2003-05-31-InternalDecl.ll (r1.5) removed
2003-06-18-TypePromotion.ll (r1.2) removed
2003-07-23-CPR-Reference.ll (r1.3) removed
2003-08-23-ArgumentWarning.ll (r1.5) removed
2003-10-21-GlobalResolveHack.ll (r1.4) removed
2003-11-20-BogusResolveWarning.ll (r1.2) removed
basictest.ll (r1.5) removed
dg.exp (r1.3) removed
retmismatch1.ll (r1.6) removed
retmismatch2.ll (r1.6) removed
retmismatch3.ll (r1.4) removed
---
Log message:

For PR411: http://llvm.org/PR411 :
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.


---
Diffs of the changes:  (+0 -0)

 0 files changed






More information about the llvm-commits mailing list