1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
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
..
Analysis For PR411: 2007-01-30 16:16:01 +00:00
Archive Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Assembler Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
BugPoint Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Bytecode Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
C++Frontend add an explanatory comment. 2007-01-27 00:23:45 +00:00
CFrontend new testcase 2007-01-25 02:52:33 +00:00
CodeGen Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Debugger Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
DebugInfo PR1068 - Unbounded array debug info. 2007-01-02 11:53:52 +00:00
ExecutionEngine Make sure the value passed to test function is initialized. 2007-02-01 21:58:46 +00:00
Feature For PR411: 2007-01-30 16:16:01 +00:00
Integer Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
lib No, libLLVMbzip2 does not have a .a suffix. 2006-06-01 07:23:32 +00:00
Linker For PR411: 2007-01-30 16:16:01 +00:00
Other Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Scripts Make it handle plain old cast too, for old assembly. 2006-11-13 16:11:14 +00:00
TableGen Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
Transforms Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
Verifier For PR761: 2007-01-26 08:25:06 +00:00
.cvsignore Ignore some files that occur when srcdir = objdir. 2006-03-23 23:24:46 +00:00
Failure.sh
Makefile Add a gxxcmd variable for the g++ command line used to build llvm. 2007-01-30 16:06:55 +00:00
Makefile.tests Quote the value of the PATH variable so that Cygwin and Windows can have 2005-02-18 20:24:09 +00:00
TestRunner.sh Add some documentation about the arguments. 2006-11-02 03:37:39 +00:00