summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/FunctionResolve
Commit message (Collapse)AuthorAgeFilesLines
* For PR411:Reid Spencer2007-02-0520-231/+0
| | | | | | | | | | 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
* For PR761:Reid Spencer2007-01-263-20/+18
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1720-0/+233
llvm-svn: 33296
OpenPOWER on IntegriCloud