llvm-6502/tools/llvm-upgrade
Reid Spencer e7c326b3f8 For PR1187:
Some changes to get the smbd.ll test case working:
1. Move the logic for CSRETCC->sret attribute out of the ResolveDefinitions
   code and into getExistingValue. This resolves it much earlier and works
   in function scope as well.
2. Fix handling of CSRETCC->sret for the store instruction.
3. Rewrite the code for handling renaming to factor in linkage types.
4. Rename a structure filed for a PATypeInfo* so it doesn't get confused
   with a field for a Type*.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34043 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-08 08:09:36 +00:00
..
.cvsignore Ignore generated files. 2006-11-30 06:37:43 +00:00
llvm-upgrade.cpp Regenerate. 2007-01-26 08:19:09 +00:00
Makefile Regenerate. 2007-01-26 08:19:09 +00:00
UpgradeInternals.h Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeLexer.cpp.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00
UpgradeLexer.l For PR1187: 2007-02-08 00:19:40 +00:00
UpgradeLexer.l.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00
UpgradeParser.cpp.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00
UpgradeParser.h.cvs For PR411: 2007-02-05 20:47:22 +00:00
UpgradeParser.y For PR1187: 2007-02-08 08:09:36 +00:00
UpgradeParser.y.cvs Regenerate for recent changes. 2007-02-08 00:21:40 +00:00