platform/upstream/llvm.git
2018-11-20 Simon Pilgrim[X86][SSE] Add computeKnownBits/ComputeNumSignBits...
2018-11-20 Simon Pilgrim[X86][SSE] XFormVExtractWithShuffleIntoLoad - getVector...
2018-11-20 Simon Pilgrim[TargetLowering] Improve SimplifyDemandedVectorElts...
2018-11-20 Simon Pilgrim[X86][SSE] Lower immediately to PACKUS instead of VECTO...
2018-11-20 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2018-11-20 Sam McCall[clangd] Replay preamble #includes to clang-tidy checks.
2018-11-20 Sam McCall[clangd] Allow observation of changes to global CDBs.
2018-11-20 Craig Topper[X86] Preserve undef information when creating a punpck...
2018-11-20 Craig Topper[X86] Add custom type legalization for v8i8->v8i32...
2018-11-20 Bill WendlingUse is.constant intrinsic for __builtin_constant_p
2018-11-20 Fangrui Song[libclang] Unify getCursorDecl and getCursorParentDecl
2018-11-20 Craig Topper[X86] Replace more calls to getZeroVector with regular...
2018-11-20 Max KazantsevRecommit "[LoopSimplifyCFG] Teach LoopSimplifyCFG to...
2018-11-20 Nemanja Ivanovic[PowerPC] Don't combine to bswap store on 1-byte trunca...
2018-11-20 Craig Topper[SelectionDAG] Compute known bits and num sign bits...
2018-11-20 Dean Michael... [XRay] Add a test for allocator exhaustion
2018-11-20 Matthew VossEnsure FileManagerTest expects "\\" as path separator...
2018-11-20 Jonas DevlieghereSkip TestTargetCreateDeps
2018-11-20 Peter CollingbourneDriver: SCS is compatible with every other sanitizer.
2018-11-20 Lang Hames[ExecutionEngine][Interpreter] Fix out-of-bounds array...
2018-11-20 Dean Michael... [XRay] Move buffer extents back to the heap
2018-11-20 Petr Hosek[compiler-rt] Use zx_futex_wait_deprecated for Fuchsia...
2018-11-20 Sanjay Patel[DAGCombiner] reduce code duplication in visitXOR; NFC
2018-11-20 Heejin Ahn[WebAssembly] Remove unused function return types ...
2018-11-20 Zachary Turner[CodeView] Don't print PointerAttributes when dumping.
2018-11-19 Stanislav MekhanoshinImplement computeKnownBits for scalar_to_vector
2018-11-19 Heejin Ahn[WebAssembly] Fix inaccurate comments / assertion messages
2018-11-19 Heejin Ahn[WebAssembly] Make starting indices calcaulation simple...
2018-11-19 Paul RobinsonIt's its
2018-11-19 Kamil RytarowskiAdd interceptor for the setvbuf(3) from NetBSD
2018-11-19 Reid Kleckner[Transforms] Prefer static and avoid namespaces, NFC
2018-11-19 Craig Topper[X86] Rename combineVSZext->combineExtendVectorInreg...
2018-11-19 Louis Dionne[NFC][libcxx] Fix incorrect comments
2018-11-19 Craig Topper[X86] Add test case to show missed opportunity to use...
2018-11-19 Konstantin... AMDGPU: Fix V_FMA_F16 selection on GFX9
2018-11-19 Louis Dionne[libcxx] Fix XFAIL for GCC 4.9
2018-11-19 Louis Dionne[libcxx] Update test of trivial copyability of referenc...
2018-11-19 Vedant Kumar[Coverage] Fix PR39258: support coverage regions that...
2018-11-19 Vedant Kumar[Sema] Fix PR38987: keep end location of a direct initi...
2018-11-19 Benjamin KramerRevert "[LoopSimplifyCFG] Teach LoopSimplifyCFG to...
2018-11-19 Stanislav Mekhanoshin[AMDGPU] Restored selection of scalar_to_vector (v2x16)
2018-11-19 Roman Lebedev[clang][CodeGen] Implicit Conversion Sanitizer: discove...
2018-11-19 Vedant Kumar[InstCombine] Set debug loc on `mergeStoreIntoSuccessor...
2018-11-19 Vedant Kumar[IR] Add hasNPredecessors, hasNPredecessorsOrMore to...
2018-11-19 Simon Pilgrim[DAGCombine] SimplifyNodeWithTwoResults - ensure same...
2018-11-19 Reid KlecknerFix clang test suite on Windows by reverting part of...
2018-11-19 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-11-19 Simon PilgrimFix unused function warning.
2018-11-19 Simon Pilgrim[TargetLowering] expandFP_TO_UINT - improve fp16 support
2018-11-19 Roman Lebedev[IR] DISubprogram::toSPFlags(): fix "enumeral and non...
2018-11-19 Simon PilgrimAdd missing stream operator for Polynomial class to...
2018-11-19 Craig Topper[X86][CostModel] Don't lookup intrinsic cost tables...
2018-11-19 Simon PilgrimAdd missing closing bracket.
2018-11-19 Paul RobinsonFix build break from r347239
2018-11-19 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-11-19 Eric FiselierAdd docker configurations used by the buildbots.
2018-11-19 Stella Stamenova[lldbsuite] Invoke sed on Windows to determine the...
2018-11-19 Simon Pilgrim[X86][SSE] Remove unnecessary bit-and in pshufb vector...
2018-11-19 Martin Elshuber[InterleavedLoadCombine] Fix warnings
2018-11-19 Craig Topper[X86] Attempt to improve v32i8/v64i8 multiply lowering...
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-19 Sam Parker[ARM] Attempt to fix arm selfhost bots after rL347191
2018-11-19 Kadir CetinkayaAddress comments.
2018-11-19 Kadir CetinkayaUse digest size instead of hardcoding it.
2018-11-19 Kadir Cetinkaya[clangd] Store source file hash in IndexFile{In,Out}
2018-11-19 Fangrui Song[AMDGPU] Fix -Wunused-variable
2018-11-19 Louis Dionne[libcxx] Fix incorrect #include for std::hash
2018-11-19 Louis Dionne[libcxx] Add missing <cstddef> includes in tests
2018-11-19 Stanislav Mekhanoshin[AMDGPU] Convert insert_vector_elt into set of selects
2018-11-19 Francis Visoiu... [llvm-nm] Fix use-after-free for MachOUniversalBinaries
2018-11-19 Martin Elshuber[InterleavedLoadCombine] Fix warning unused variable
2018-11-19 Wouter van... [WebAssembly] replaced .param/.result by .functype
2018-11-19 Sanjay Patel[SelectionDAG] simplify vector select with undef operand(s)
2018-11-19 Benjamin Kramer[InterleavedLoadCombine] Remove unused include. NFC.
2018-11-19 Benjamin KramerRevert "[LICM] Make LICM able to hoist phis"
2018-11-19 Zachary Turner[lit] On Windows, don't error if MSVC is not in PATH.
2018-11-19 Zachary TurnerRemove non-ASCII characters at the beginning of file.
2018-11-19 David Stuttard[AMDGPU] Derive GCNSubtarget from MF to get overridden...
2018-11-19 Anna Thomas[LV] Avoid vectorizing unsafe dependencies in uniform...
2018-11-19 Louis Dionne[libcxx] Add availability markup for bad_optional_acces...
2018-11-19 Sanjay Patel[Hexagon] make test immune to improvements in undef...
2018-11-19 Sanjay Patel[x86] add/make tests immune to improvements in undef...
2018-11-19 Zachary TurnerFix some issues with LLDB's lit configuration files.
2018-11-19 Fedor Sergeev[LoopPass] fixing 'Modification' messages in -debug...
2018-11-19 Patrick Lyster[OpenMP] Check target architecture supports unified...
2018-11-19 Zachary TurnerDon't use -O in lit tests.
2018-11-19 Sanjay Patel[SelectionDAG] simplify select FP with undef condition
2018-11-19 Sanjay Patel[x86] add test for select FP with undef condition; NFC
2018-11-19 Sanjay Patel[SelectionDAG] add simplifySelect() to reduce code...
2018-11-19 Clement Courbet[llvm-exegesis][NFC] More tests for ExegesisTarget...
2018-11-19 Martin ElshuberSubject: [PATCH] [CodeGen] Add pass to combine interlea...
2018-11-19 Eugene Leviant[ThinLTO] Fix comment. NFC
2018-11-19 Sanjay Patel[SelectionDAG] fix formatting; NFC
2018-11-19 Sam McCall[FileManager] getFile(open=true) after getFile(open...
2018-11-19 Roman Lebedev[llvm-exegesis] (+final perf overview) InstructionBench...
2018-11-19 Roman Lebedev[llvm-exegesis] Move InstructionBenchmarkClustering...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::rangeQu...
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis: writeMeasurementValue():...
next