.. |
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] Change helper method to a file local static method. NFC
|
2017-07-06 16:24:23 +00:00 |
InstCombineCalls.cpp
|
[InstCombine] Add TODOs for a couple things that should maybe be in InstSimplify instead. NFC
|
2017-07-04 06:50:48 +00:00 |
InstCombineCasts.cpp
|
[InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138)
|
2017-06-22 15:46:54 +00:00 |
InstCombineCompares.cpp
|
[InstCombine] Use m_BitReverse pattern match helper. NFCI.
|
2017-07-02 16:31:16 +00:00 |
InstCombineInternal.h
|
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
|
2017-07-06 18:35:52 +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] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCI
|
2017-07-06 15:58:54 +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] Remove Builder argument from InstCombiner::tryFactorization. NFC
|
2017-07-06 18:35:52 +00:00 |
LLVMBuild.txt
|
…
|
|