1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/tools/llvm-upgrade
Reid Spencer 4428c3483b 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.

llvm-svn: 32751
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