llvm-6502/lib
Chris Lattner 8c34cd287a 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57095 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05 02:13:19 +00:00
..
Analysis Allow the construction of SCEVs with SCEVCouldNotCompute operands, by 2008-10-04 11:19:07 +00:00
Archive Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
AsmParser regenerate 2008-10-03 15:52:39 +00:00
Bitcode Now Attributes are divided in three groups 2008-09-26 22:53:05 +00:00
CodeGen wrap some long lines and expand i32 mul's to libcalls, inspired by a 2008-10-04 21:27:46 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Unbreak build. 2008-10-03 17:11:57 +00:00
Linker Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
Support Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
System Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform. 2008-10-04 08:15:32 +00:00
Target Revert r56675 - it breaks unwinding runtime everywhere. 2008-10-04 11:09:36 +00:00
Transforms rewrite bswap matching to be more general, allowing arbitrary 2008-10-05 02:13:19 +00:00
VMCore Fix function attribute verification check. 2008-10-03 21:11:02 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00