1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms/InstCombine
2017-06-29 00:07:08 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp [InstCombine] add (sext i1 X), 1 --> zext (not X) 2017-06-25 14:15:28 +00:00
InstCombineAndOrXor.cpp [InstCombine] In visitXor, use m_Not on the instruction itself instead of looking for all ones in Op1. This is consistent with 3 other not checks before this one. NFCI 2017-06-29 00:07:08 +00:00
InstCombineCalls.cpp [InstCombine] Add range metadata to cttz/ctlz/ctpop intrinsic calls based on known bits 2017-06-21 16:32:35 +00:00
InstCombineCasts.cpp [InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138) 2017-06-22 15:46:54 +00:00
InstCombineCompares.cpp [InstCombine] use local variable to reduce code; NFCI 2017-06-28 16:39:06 +00:00
InstCombineInternal.h [InstCombine] Recognize and simplify three way comparison idioms 2017-06-23 13:41:45 +00:00
InstCombineLoadStoreAlloca.cpp [InstCombine] Retain TBAA when narrowing memory accesses 2017-06-28 23:36:40 +00:00
InstCombineMulDivRem.cpp [InstCombine] Propagate nsw flag when turning mul by pow2 into shift when the constant is a vector splat or the scalar bit width is larger than 64-bits 2017-06-27 19:57:53 +00:00
InstCombinePHI.cpp [InstCombine] Pass a proper context instruction to all of the calls into InstSimplify 2017-06-09 03:21:29 +00:00
InstCombineSelect.cpp [InstCombine] Canonicalize clamp of float types to minmax in fast mode. 2017-06-28 09:26:20 +00:00
InstCombineShifts.cpp [ValueTracking][InstCombine] Use m_Shr instead m_CombineOr(m_LShr, m_AShr). NFC 2017-06-24 06:24:04 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compiled code for comparing APInts with 0 and 1. NFC 2017-06-07 07:40:37 +00:00
InstCombineVectorOps.cpp [InstCombine] Pass a proper context instruction to all of the calls into InstSimplify 2017-06-09 03:21:29 +00:00
InstructionCombining.cpp [InstCombine] Retain TBAA when narrowing memory accesses 2017-06-28 23:36:40 +00:00
LLVMBuild.txt Update libdeps since TLI was moved from Target to Analysis in r226078. 2015-01-15 05:21:00 +00:00