llvm-6502/lib
Evan Cheng 242ebd145d Per review feedback: Only perform
(srl x, (trunc (and y, c))) -> (srl x, (and (trunc y), c))
etc. when both "trunc" and "and" have single uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56452 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-22 18:19:24 +00:00
..
Analysis Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Archive Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
AsmParser Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Bitcode Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
CodeGen Per review feedback: Only perform 2008-09-22 18:19:24 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Linker Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Support Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
System Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Target Change the calling convention used when tail call optimization is enabled from CC_X86_32_TailCall to CC_X86_32_FastCC. 2008-09-22 14:50:07 +00:00
Transforms Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
VMCore Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00