1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Linker
Reid Spencer 6af21b3029 For 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.

llvm-svn: 33918
2007-02-05 20:47:22 +00:00
..
.cvsignore Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-07-17-GlobalFail.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-07-17-LinkTest2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-08-20-ConstantExpr.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-01-30-LinkerRename.ll For PR761: 2007-01-26 08:25:06 +00:00
2003-01-30-LinkerTypeRename.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-04-21-Linkage.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-04-23-LinkOnceLost.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-04-26-NullPtrLinkProblem.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-05-15-TypeProblem.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-05-31-LinkerRename.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-06-02-TypeResolveProblem2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-06-02-TypeResolveProblem.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-20-OpaqueTypeResolve.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-23-GlobalVarLinking.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-23-RecursiveOpaqueTypeResolve.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-24-InheritPtrSize.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-28-TypeResolvesGlobal2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-28-TypeResolvesGlobal3.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-28-TypeResolvesGlobal.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-10-21-ConflictingTypesTolerance.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-10-27-LinkOncePromote.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-11-18-TypeResolution.ll For PR761: 2007-01-26 08:25:06 +00:00
2004-02-17-WeakStrongLinkage.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-05-07-TypeResolution1.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-05-07-TypeResolution2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-12-03-DisagreeingType.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-02-12-ConstantGlobals-2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-02-12-ConstantGlobals.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-12-06-AppendingZeroLengthArrays.ll For PR761: 2007-01-26 08:25:06 +00:00
2006-01-19-ConstantPacked.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-06-15-GlobalVarAlignment.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
AppendingLinkage2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
AppendingLinkage.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basiclink.ll For PR411: 2007-01-30 16:16:01 +00:00
ConstantGlobals1.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
ConstantGlobals2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
ConstantGlobals3.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
dg.exp Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
LinkOnce.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
redefinition.ll For PR411: 2007-02-05 20:47:22 +00:00
testlink1.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
testlink2.ll Make this really do nothing. 2007-01-27 21:08:29 +00:00
weakextern.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00