llvm-6502/tools/llvm-upgrade
Reid Spencer e4d87aa2de For PR950:
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced with ICmpInst and FCmpInst.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32751 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-23 06:05:41 +00:00
..
.cvsignore Ignore generated files. 2006-11-30 06:37:43 +00:00
llvm-upgrade.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
Makefile valgrind clean version of llvm-upgrade 2006-12-01 20:36:40 +00:00
ParserInternals.h Fix upgrade of setcc with bool operands. 2006-12-06 06:25:22 +00:00
UpgradeLexer.cpp Regenerate. 2006-12-02 22:14:11 +00:00
UpgradeLexer.cpp.cvs Regenerate. 2006-12-02 22:14:11 +00:00
UpgradeLexer.l Implement upgrade of setcc instruction to icmp/fcmp, but don't enable it 2006-12-02 22:09:27 +00:00
UpgradeLexer.l.cvs Regenerate. 2006-12-02 22:14:11 +00:00
UpgradeParser.cpp For PR950: 2006-12-23 06:05:41 +00:00
UpgradeParser.cpp.cvs For PR950: 2006-12-23 06:05:41 +00:00
UpgradeParser.h For PR950: 2006-12-23 06:05:41 +00:00
UpgradeParser.h.cvs For PR950: 2006-12-23 06:05:41 +00:00
UpgradeParser.y For PR950: 2006-12-23 06:05:41 +00:00
UpgradeParser.y.cvs For PR950: 2006-12-23 06:05:41 +00:00