llvm-6502/lib
David Majnemer 891ec6d69f InstSimplify: shl nsw/nuw undef, %V -> undef
We can always choose an value for undef which might cause %V to shift
out an important bit except for one case, when %V is zero.

However, shl behaves like an identity function when the right hand side
is zero.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224405 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-17 01:54:33 +00:00
..
Analysis InstSimplify: shl nsw/nuw undef, %V -> undef 2014-12-17 01:54:33 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. 2014-12-17 01:52:08 +00:00
CodeGen [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure: 2014-12-17 01:36:17 +00:00
DebugInfo
ExecutionEngine
IR Use CastInst::castIsValid to simplify the verifier. 2014-12-16 19:29:29 +00:00
IRReader
LineEditor
Linker Linker: Drop superseded subprograms 2014-12-16 23:23:41 +00:00
LTO
MC
Object Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers 2014-12-17 01:01:30 +00:00
Option
ProfileData
Support Remove the last unnecessary member variable of mapped_file_region. NFC. 2014-12-16 03:10:29 +00:00
TableGen
Target [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure: 2014-12-17 01:36:17 +00:00
Transforms [sanitizer] prevent function call merging for sanitizer-coverage callbacks 2014-12-16 21:24:15 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile