1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/ExecutionEngine/Interpreter
Reid Spencer 591bfa1e0b Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.

llvm-svn: 33776
2007-02-02 02:16:23 +00:00
..
Execution.cpp Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
ExternalFunctions.cpp For PR1064: 2007-01-12 07:05:14 +00:00
Interpreter.cpp Remove tabs. 2007-01-29 17:55:50 +00:00
Interpreter.h Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00