OSDN Git Service

[InstCombine] add tests to show missed shrinkage; NFC
[android-x86/external-llvm.git] / lib /
2017-01-17 Kostya Serebryany[libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitiz...
2017-01-17 Dehao ChenIntroduce -unroll-partial-threshold to separate Partial...
2017-01-17 Wei Mi[RegisterCoalescing] Remove partial redundent copy.
2017-01-17 Mike Aizatsky[libfuzzer] fixing collected pc addresses for coverage
2017-01-17 Kostya Serebryany[libFuzzer] use table of recent compares for memcmp...
2017-01-17 Kostya Serebryany[libFuzzer] copy the options inside MutationDispatcher...
2017-01-17 Tim NorthoverGlobalISel: fix comparison order for G_FCMP
2017-01-17 Tim NorthoverGlobalISel: add callseq instructions to record stack...
2017-01-17 Tim NorthoverGlobalISel: correctly handle varargs
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Use the dedicated helper...
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Fix another variable...
2017-01-17 Tim Northover[GlobalISel] track predecessor mapping during switch...
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Remove a pointless comment.
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Make simple helper functi...
2017-01-17 Chandler Carruth[LoopDeletion] (cleanup, NFC) Stop passing around refer...
2017-01-17 Chandler Carruth[PM] Clean up variable and parameter names to match...
2017-01-17 Sanjay Patel[InstCombine] refactor foldICmpShlConstant(); NFCI
2017-01-17 Alexei Starovoitov[bpf] fix stack-use-after-scope
2017-01-17 Matthew Simpson[LV] Mark non-consecutive-like pointers non-uniform
2017-01-17 Dan Gohman[WebAssembly] Add triple support for the new wasm objec...
2017-01-17 Sanjoy Das[EarlyCSE] Don't DSE across readnone functions that...
2017-01-17 Ahmed Bougacha[TLI] Appease spurious MSVC warning using llvm_unreacha...
2017-01-17 Joerg SonnenbergerRemove an overeager assert from r288844.
2017-01-17 Bob WilsonRevert r291640 change to fold X86 comparison with atomi...
2017-01-17 Sanjay Patel[ValueTracking] recognize a 'not' of an assumed conditi...
2017-01-17 David Majnemer[InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext(...
2017-01-17 Chad Rosier[ValueTracking] Extend known bits to understand @llvm...
2017-01-17 Sanjay Patel[InstCombine] reduce indent; NFCI
2017-01-17 George RimarRecommit r292214 "[Support/Compression] - Change zlib...
2017-01-17 Sam Kolton[AMDGPU] Assembler: fix v_mac_f16 immediates
2017-01-17 George RimarRevert r292214 "[Support/Compression] - Change zlib...
2017-01-17 George Rimar[Support/Compression] - Change zlib API to return Error...
2017-01-17 Serge Rogatch[XRay][Arm] Repair XRay table emission on Arm32 and...
2017-01-17 Simon Pilgrim[InstCombine][X86][AVX] Add DemandedElts support for...
2017-01-17 Matt ArsenaultAMDGPU: Add replacement export intrinsics
2017-01-17 Alexei Starovoitov[bpf] error when unknown bpf helper is called
2017-01-17 Craig Topper[AVX-512] Add support for taking a bitcast between...
2017-01-17 Sanjoy Das[InstCombine] Don't DSE across readnone functions that...
2017-01-17 Ahmed BougachaRevert "[TLI] Robustize SDAG proto checking by merging...
2017-01-17 Ahmed Bougacha[TLI] Robustize SDAG proto checking by merging it into...
2017-01-17 Ahmed Bougacha[TLI] Add prototype checking for all remaining LibFuncs.
2017-01-17 Ahmed Bougacha[TLI] Alphabetize some of the prototype check switch...
2017-01-17 Alexei Starovoitov[bpf] error when BPF stack size exceeds 512 bytes
2017-01-17 David Majnemer[InstCombine] Fold ((C1-zext(X)) & C2) -> zext((C1...
2017-01-17 Matt ArsenaultSimplifyLibCalls: Remove checks for fabs
2017-01-17 Matt ArsenaultAMDGPU: Remove dead pattern
2017-01-17 Matt ArsenaultSimplifyLibCalls: Replace fabs libcalls with intrinsics
2017-01-16 Sanjay Patel[InstCombine] use m_APInt instead of faking it
2017-01-16 Jan VeselyADMGPU/EG,CM: Implement _noret global atomics
2017-01-16 Tony Jiang[PowerPC] Expand ISEL instruction into if-then-else...
2017-01-16 Sanjay Patel[InstCombine] fix names in canEvaluateShiftedShift...
2017-01-16 Sanjay Patel[InstCombine] use m_APInt to allow shift-shift folds...
2017-01-16 Sanjay Patel[InstCombine] refactor shift-of-shift folds; NFCI
2017-01-16 Chad Rosier[AArch64] Falkor supports Rounding Double Multiply...
2017-01-16 Daniel SandersRevert r292132: [globalisel] Tablegen-erate current...
2017-01-16 Hal FinkelFix use-after-free bug in AffectedValueCallbackVH:...
2017-01-16 Daniel Sanders[globalisel] Tablegen-erate current Register Bank Infor...
2017-01-16 Tony JiangRevert "[PowerPC] Expand ISEL instruction into if-then...
2017-01-16 Simon Pilgrim[SelectionDAG] Add knownbits support for BITREVERSE
2017-01-16 Tony Jiang[PowerPC] Expand ISEL instruction into if-then-else...
2017-01-16 Simon Dardis[mips] Correct c.cond.fmt instruction definition.
2017-01-16 Simon Pilgrim[SelectionDAG] Add support for BITREVERSE constant...
2017-01-16 Simon Pilgrim[InstCombine][SSE] Add DemandedElts support for PSHUFB...
2017-01-16 Craig Topper[X86] Merge the disassemblers handling of the different...
2017-01-16 Craig Topper[X86] Reduce the number of operand 'types' the disassem...
2017-01-16 Craig Topper[AVX-512] Teach the disassembler about all of the EVEX...
2017-01-16 Craig Topper[AVX-512] Begin giving the disassembler a way to recogn...
2017-01-16 Craig Topper[AVX-512] Correct memory operand size for VPGATHERQPS...
2017-01-16 Craig Topper[AVX-512] Fix register class in one of the gather/scatt...
2017-01-15 Xin TongUse getLoopLatch in place of isLoopSimplifyForm
2017-01-15 Simon Pilgrim[CostModel][X86] Fix AVX512BW vector shift costs for...
2017-01-15 Sanjay Patel[InstCombine] fix formatting; NFC
2017-01-15 Justin Lebar[NVPTX] Let there be One True Way to set NVVMReflect...
2017-01-15 Michael ZuckermanFix blend mask by switch the side of the operand since...
2017-01-15 Sanjay Patel[InstCombine] use m_APInt to allow ashr folds for vecto...
2017-01-15 Serge PavlovReverted: Track validity of pass results
2017-01-15 Daniel JasperRevert "[GlobalISel] track predecessor mapping during...
2017-01-15 Daniel BerlinNewGVN: Change a bunch of densemap find_or_creates...
2017-01-15 Chandler Carruth[PM] Teach the optimization remarks emitter to handle...
2017-01-15 Lang Hames[Orc][RPC] Add an RPCFunctionNotSupported error type...
2017-01-15 Chandler Carruth[PM] Introduce an analysis set used to preserve all...
2017-01-15 Craig Topper[AVX-512] Remove unnecessary duplicate broadcast patter...
2017-01-15 Craig Topper[AVX-512] Replicate some broadcast patterns to VLX...
2017-01-15 Craig Topper[X86] Remove untested MOVDDUP patterns.
2017-01-15 Eric FiselierGive comparator const call operator
2017-01-15 Rui UeyamaPDB: Add a class to create the /names stream contents.
2017-01-15 Chandler Carruth[PM] The assumption cache is fundamentally designed...
2017-01-14 Chandler Carruth[PM] Fix instcombine's analysis preservation in the...
2017-01-14 Sanjay Patel[InstCombine] clean up visitAshr(); NFCI
2017-01-14 Davide Italiano[NewGVN] Fix a warning from GCC.
2017-01-14 Davide Italiano[NewGVN] clang-format this file after recent changes.
2017-01-14 Davide Italiano[NewGVN] Try to be consistent wit the style used in...
2017-01-14 Davide Italiano[TargetLowering] Simplfiy a bit. NFCI.
2017-01-14 Simon Pilgrim[CostModel][X86] Updated vXi64 ASHR costs on AVX512...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMADCSWD 'extend+hadd...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMACSDQH/VPMACSDQL 'exten...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMACSWW/VPMACSDD 'lossy...
2017-01-14 Craig Topper[AVX-512] Teach two address instruction pass to replace...
2017-01-14 Craig Topper[AVX-512] Replace V_SET0 in AVX-512 patterns with AVX51...
2017-01-14 Marcello MaggioniRemoving potentially error-prone fallthrough. NFC
next