llvm-6502/test
Reid Spencer ef9b9a7939 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33918 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 20:47:22 +00:00
..
Analysis For PR411: 2007-01-30 16:16:01 +00:00
Archive
Assembler Assembler no longer prints ! at the end of its error messages. 2007-02-05 10:17:51 +00:00
BugPoint
Bytecode
C++Frontend add an explanatory comment. 2007-01-27 00:23:45 +00:00
CFrontend new testcase for 1174, currently xfailed 2007-02-05 03:56:59 +00:00
CodeGen Fix unord test. 2007-02-05 16:33:56 +00:00
Debugger
DebugInfo
ExecutionEngine Make sure the value passed to test function is initialized. 2007-02-01 21:58:46 +00:00
Feature For PR411: 2007-01-30 16:16:01 +00:00
Integer For PR411: 2007-02-05 20:47:22 +00:00
lib
Linker For PR411: 2007-02-05 20:47:22 +00:00
Other Test case for PR1158 2007-02-05 19:33:20 +00:00
Scripts
TableGen
Transforms For PR411: 2007-02-05 20:47:22 +00:00
Verifier
.cvsignore
Failure.sh
Makefile Add a gxxcmd variable for the g++ command line used to build llvm. 2007-01-30 16:06:55 +00:00
Makefile.tests
TestRunner.sh