platform/upstream/llvm.git
2021-02-05 Fangrui Song[libc++abi] Disable _Unwind_ForcedUnwind + exception...
2021-02-05 Sam Clegg[clang][emscripten] Add builtin define for __EMSCRIPTEN...
2021-02-05 Wouter van... [WebAssembly] Prevent data inside text sections in...
2021-02-05 Nico Weber[gn build] enable new pass manager more, follow-up...
2021-02-05 Aaron BallmanAllow SmallPtrSet to be used with a std::insert_iterator
2021-02-05 Petr HosekDon't emit coverage mapping for excluded functions
2021-02-05 Sterling AugustineVarious minor fixes for python 3
2021-02-05 Martin Storsjö[libcxx] Implement temp_directory_path using GetTempPat...
2021-02-05 Martin Storsjö[libcxx] Use the posix code for directory_entry::__do_r...
2021-02-05 Eric Schweitz[flang][fir] Add FIR's vector type.
2021-02-05 Arthur O'Dwyer[libc++] Further improve the contiguous-iterator story...
2021-02-05 Yaxun (Sam... [CUDA][HIP] Fix device variable linkage
2021-02-05 Sanjay PatelRevert "[Codegen][ReplaceWithVecLib] add pass to replac...
2021-02-05 Craig Topper[RISCV] Correct types in tablegen multiclasses found...
2021-02-05 Arthur Eubanks[NVPTX][NewPM] Temporarily disable NVPTX passes in...
2021-02-05 zoecarver[lic++][docs] Explain noexcept policy for narrow contracts.
2021-02-05 Sanjay Patel[PhaseOrdering] add test to show combined result of...
2021-02-05 Sanjay Patel[Reassociate] add test for shl+or; NFC
2021-02-05 Lukas Sommer[Codegen][ReplaceWithVecLib] add pass to replace vector...
2021-02-05 Wouter van... [WebAssembly] locals can now be indirect in DWARF
2021-02-05 Eric Schweitz[flang][NFC] Make KindTy consistent and consistently...
2021-02-05 Eric Schweitz[flang][NFC] Update comments.
2021-02-05 Siva Chandra[libc] Add aarch64 flavors of floor, round, sqrt and...
2021-02-05 Thomas Preud... Stop traping on sNaN in __builtin_isnan
2021-02-05 Amy Huang[DebugInfo] Fix error from D95893, where I accidentally...
2021-02-05 Huihui Zhang[DAGCombiner][SVE] Fix invalid use of getVectorNumEleme...
2021-02-05 Amy Huang[CodeView][DebugInfo] Update the code for removing...
2021-02-05 Jianzhou Zhao[dfsan] Add thread registration
2021-02-05 Fangrui Song[ELF] Improve --icf=safe diagnostic
2021-02-05 Wen-Heng (Jack... [AMDGPU] Add Fiji target in fptosi/fptoui instruction...
2021-02-05 Arthur Eubanks[gn build] Turn on new pass manager by default
2021-02-05 Arthur O'DwyerRevert "Revert "[libc++] [P0879] constexpr std::nth_ele...
2021-02-05 Simon Pilgrim[MSP430] Fix multiclass template parameter types. NFC.
2021-02-05 Sam McCall[clangd] Trace queue state for each TUScheduler action.
2021-02-05 Jonas Devlieghere[lldb] Emit type annotation in SWIG generated Python...
2021-02-05 Denys ShabalinDrop LLVM_i1, LLVM_i8, LLVM_i32, LLVM_IntBase types
2021-02-05 Michael LiaoRecommit of a2fdf9d4d734732a6fa9288f1ffdf12bf8618123.
2021-02-05 Sidharth BavejaLoopUnrollAndJam] Only allow loops with single exit...
2021-02-05 Anton Zabaznov[OpenCL] Add macro definitions of OpenCL C 3.0 features
2021-02-05 Stephen Kelly[ASTMatchers] Fix segfault when Action is nullptr
2021-02-05 Yvan Roux[Test] Fix test case demonstrating oddities in behavior...
2021-02-05 Paul Robinson[RGT][ProfileData] Correct a test assertion
2021-02-05 Sven van Haastregt[OpenCL] Add cl_khr_subgroup_shuffle* to TableGen BIFs
2021-02-05 Lei Zhang[mlir][vector] Add constant folding for fp16 to fp32...
2021-02-05 Lei Zhang[mlir][spirv] Add more vector conversion patterns
2021-02-05 Akira Hatanaka[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead...
2021-02-05 Arnold SchwaighoferWe can only move static allocas into the resume entry...
2021-02-05 Stephen Kelly[clang-tidy] Simplify implementation of container-size...
2021-02-05 Stephen KellyAdd an API to simplify setting TraversalKind in clang...
2021-02-05 Lei Zhang[mlir][vector] Add patterns to cast away leading 1-dim
2021-02-05 Akira HatanakaRevert "[ObjC][ARC] Use operand bundle 'clang.arc.rv...
2021-02-05 Akira Hatanaka[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead...
2021-02-05 Nicolas Vasilache[mlir][Linalg] NFC - Improve usage of mlir::linalg...
2021-02-05 Alex Zinenko[mlir] Turn Linalg to LLVM into a partial conversion
2021-02-05 Kadir Cetinkaya[clangd] Deduplicate scopes in IncludeFixer queries
2021-02-05 Qiu ChaofanRevert "[PowerPC] [Clang] Enable float128 feature on...
2021-02-05 Simon Pilgrim[LoopVectorize][ARM] Regenerate mve-gather-scatter...
2021-02-05 Vladislav Vinogradov[mlir] Add `const` qualifiers to `AffineMap` methods
2021-02-05 Aaron BallmanTreat opencl_unroll_hint subject errors as semantic...
2021-02-05 Nicolas Vasilache[mlir][Linalg] Fix spurious test change
2021-02-05 Nicolas Vasilache[mlir][Linalg] NFC - Refactor vectorization to be more...
2021-02-05 Adrian KuegelRevert "[LV] Unconditionally branch from middle to...
2021-02-05 Max Kazantsev[Test] Add tests demonstrating missing case of usub...
2021-02-05 Nicolas Vasilache[mlir][Linalg] Add option to anchor on func name in...
2021-02-05 Simon PilgrimIROutliner.cpp - fix Wdocumentation warning. NFCI.
2021-02-05 Simon PilgrimAArch64LowerHomogeneousPrologEpilog.cpp - fix Wdocument...
2021-02-05 Simon PilgrimSampleProfile.cpp - fix Wdocumentation warning. NFCI.
2021-02-05 Simon PilgrimIROutliner.cpp - fix Wdocumentation warnings. NFCI.
2021-02-05 Simon PilgrimCodeGenPassBuilder.h - fix Wdocumentation warning....
2021-02-05 Simon PilgrimTypeMismatchCheck.cpp - fix Wdocumentation warning...
2021-02-05 Simon PilgrimDWARFDebugFrame.h - fix Wdocumentation warning. NFCI.
2021-02-05 Joe Ellis[AArch64][SVE] Coalesce ptrue instrinsic calls where...
2021-02-05 Aleksandr Platonov[clangd] Take into account what is in the index (symbol...
2021-02-05 Guillaume Chatelet[NFC] Simplify expression
2021-02-05 Guillaume Chatelet[NFC] inline variable
2021-02-05 Fraser Cormack[RISCV] Support scalable-vector integer reduction intri...
2021-02-05 Fraser Cormack[RISCV] Optimize sign-extended EXTRACT_VECTOR_ELT nodes
2021-02-05 Fraser Cormack[RISCV] Add patterns for scalable-vector fsqrt
2021-02-05 David Green[CostModel] Remove VF from IntrinsicCostAttributes
2021-02-05 Raphael Isemann[lldb][NFC] Minor comment and inlining fixes for Args
2021-02-05 James Henderson[llvm-objdump] Fix missing first line of license in...
2021-02-05 Nicolas Vasilache[mlir][linalg] Linalg.fill on tensor should not have...
2021-02-05 Anton Zabaznov[OpenCL] Introduce new language options for OpenCL...
2021-02-05 Pavel Labath[lldb/cmake] Reduce duplication in generation lldb...
2021-02-05 Pavel Labath[lldb/test] Reduce API test tools configuration boilerplate
2021-02-05 Max Kazantsev[Test] Add more tests demonstrating oddities in behavio...
2021-02-05 Sourabh Singh... [flang] Adapt mlir based error status handling in ...
2021-02-05 Kazu Hirata[Transforms/Scalar] Use range-based for loops (NFC)
2021-02-05 Kazu Hirata[GlobalISel] Use ListSeparator (NFC)
2021-02-05 Kazu Hirata[IR] Drop unnecessary const from return types (NFC)
2021-02-05 Fangrui SongLLVMgold.so: Fix tests after D95380
2021-02-05 Emily Shi[Darwin] Switch to new logging api for sanitizers
2021-02-05 Fangrui Song[MC] Add isFPImm after D96091
2021-02-05 Fangrui Song[VE] Fix allowsMisalignedMemoryAccesses after D96097
2021-02-05 Fangrui Song[MC] Add createFPImm/isFPImm/setFPImm to smooth migrati...
2021-02-05 Fangrui Song[ARM][WebAssembly] Fix incorrect MCOperand::createDFPIm...
2021-02-05 Craig Topper[RISCV] Use LLVMScalarOrSameVectorWidth to make avoid...
2021-02-05 Craig Topper[RISCV] Split vrgather intrinsics into separate vrgathe...
2021-02-05 Matheus Izvekov[X86] Generate unaligned access for fixed slots in...
2021-02-05 Craig Topper[TargetLowering] Use Align in allowsMisalignedMemoryAcc...
next