1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/ExecutionEngine
Reid Spencer 16f559f465 Implement the signed icmp instructions properly. To do this we introduce
a small inline function to sign extend a uint64_t value based on its
type's bitwidth. This function is then used in both executeSExtInst and
the various executeICMP_S** functions.

llvm-svn: 33403
2007-01-20 20:12:29 +00:00
..
Interpreter Implement the signed icmp instructions properly. To do this we introduce 2007-01-20 20:12:29 +00:00
JIT fix build on amd64 2007-01-19 20:17:59 +00:00
ExecutionEngine.cpp For PR1043: 2007-01-19 21:13:56 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00