OSDN Git Service

android-x86/external-llvm.git
2017-01-17 Matt ArsenaultAMDGPU: Remove dead pattern
2017-01-17 Matt ArsenaultSimplifyLibCalls: Replace fabs libcalls with intrinsics
2017-01-16 Davide Italiano[Object] Fixup permissions of input files.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_NOTE as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE...
2017-01-16 David BlaikieAdd missing header to see if that clears up the build
2017-01-16 Simon Pilgrim[InstCombine][AVX] Tests showing missed opportunities...
2017-01-16 Sanjay Patel[InstCombine] use m_APInt instead of faking it
2017-01-16 David BlaikieAttempt to fix the MSVC build by using llvm::errc inste...
2017-01-16 Jan VeselyADMGPU/EG,CM: Implement _noret global atomics
2017-01-16 David Blaikie[XRay] Implement the `llvm-xray graph` subcommand
2017-01-16 David BlaikieAttempt to workaround MSVC build issue where I suspect...
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] add tests to show missed vector folds...
2017-01-16 David BlaikiePR31650: Refer to enum constant when initializing llvm...
2017-01-16 Justin Lebar[NVPTX] Add blank line to NVPTXUsage.rst to appease...
2017-01-16 Sanjay Patel[InstCombine] refactor shift-of-shift folds; NFCI
2017-01-16 Simon Pilgrim[InstCombine][SSE] Tests showing missed opportunities...
2017-01-16 Pavel Labath[llvm-xray] Fix android build
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 NAKAMURA TakumiDWARFDebugInfoTest.cpp: Don't use ArrayRef with initial...
2017-01-16 Simon Pilgrim[X86][SSE] Test showing missing BITREVERSE knownbits...
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[X86][SSE] Tests showing missing 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 Xin TongFix typos. NFC
2017-01-16 Craig Topper[AVX-512] Add more gather/scatter encoding test cases.
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 Sanjay Patel[InstCombine] add tests to show missed vector folds...
2017-01-15 Xin TongEmpty line. NFC.
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 Simon Pilgrim[CostModel][X86] Drop separate AVX512VL checks - they...
2017-01-15 Simon Pilgrim[CostModel][X86] Update vector shift tests to correctly...
2017-01-15 Xin TongDelete a dead argument. NFC
2017-01-15 Sanjay Patel[InstCombine] fix formatting; NFC
2017-01-15 Simon Pilgrim[InstCombine][SSE] Tests showing missed opportunities...
2017-01-15 Justin Lebar[NVPTX] Add fptosi tests to convert-fp.ll.
2017-01-15 Justin Lebar[NVPTX] Add codegen tests for llvm.fma.
2017-01-15 Justin Lebar[NVPTX] Modernize intrinics.ll test.
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 Daniel JasperFix un-initialized error introduced by r291959.
2017-01-15 Sanjay Patel[InstCombine] use m_APInt to allow ashr folds for vecto...
2017-01-15 Sanjay Patel[InstCombine] add explanatory comments to tests; NFC
2017-01-15 Serge PavlovReverted: Track validity of pass results
2017-01-15 Daniel JasperRevert "[GlobalISel] track predecessor mapping during...
2017-01-15 Chandler Carruth[PM] Clean up the testing for IVUsers, especially with...
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 Daniel BerlinThese two functions should be const. We often could...
2017-01-15 Daniel BerlinUpdate update_test_checks so that . is a valid identifi...
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 Mehdi AminiAdd a LLVM_USE_LINKER that defines the linker to use...
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 Sanjay Patel[InstCombine] add test to show missed vector fold; NFC
2017-01-14 David MajnemerAdding const overloads of operator* and operator->...
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 Simon Pilgrim[X86][XOP] Add tests for integer fused multiply add
2017-01-14 Sylvestre Ledrufix some typos in the doc
2017-01-14 Nikolai Bozhenov[utils] Improve extraction of check prefixes from RUN...
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
2017-01-14 Xin TongDelete duplicate word. NFC
2017-01-14 Craig Topper[X86] Simplify the code that calculates a scaled blend...
2017-01-14 Craig Topper[AVX-512] Change blend mask in lowerVectorShuffleAsBlen...
2017-01-14 Eugene ZelenkoFix modules buildbots broken in r291983.
2017-01-14 Eugene Zelenko[Transforms/Utils] Fix some Clang-tidy modernize and...
2017-01-14 Easwaran RamanCompute summary before calling extractProfTotalWeight
next