llvm-6502/tools/llvm-upgrade
Reid Spencer 49b8b55c29 For PR1187:
Allow @ before identifer names. Recognize the i1, i8, i16, i32, i64 keywords
as type names corresponding to bool, ubyte, ushort, uint, and ulong
respectively. While these aren't LLVM 1.9 constructs, permitting the syntax
allows post-1.9 assembly files to be upgraded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34023 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-08 00:19:40 +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 For PR411: 2007-02-05 20:47:22 +00:00
UpgradeLexer.l For PR1187: 2007-02-08 00:19:40 +00:00
UpgradeLexer.l.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeParser.cpp.cvs For PR411: 2007-02-05 21:19:13 +00:00
UpgradeParser.h.cvs For PR411: 2007-02-05 20:47:22 +00:00
UpgradeParser.y For PR411: 2007-02-05 21:19:13 +00:00
UpgradeParser.y.cvs For PR411: 2007-02-05 21:19:13 +00:00