1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Transforms
Chris Lattner 107e8f8b60 rewrite bswap matching to be more general, allowing arbitrary
shifting and masking inside a bswap expr.  This allows it to handle
the cases from PR2842, which involve the intermediate 'or' 
expressions being shifted, not just the input value.

llvm-svn: 57095
2008-10-05 02:13:19 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
IPO Ignore loads from and stores to local memory (i.e. allocas) 2008-10-04 13:24:24 +00:00
Scalar rewrite bswap matching to be more general, allowing arbitrary 2008-10-05 02:13:19 +00:00
Utils Nick Lewycky's patch. 2008-10-03 18:57:37 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00