platform/upstream/llvm.git
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...
2021-02-05 Dan Gohman[WebAssembly] Use single-threaded mode when -matomics...
2021-02-05 Dan Gohman[WebAssembly] Support single-floating-point immediate...
2021-02-05 Philip ReamesAdd missing test update from 3e5ce49
2021-02-05 Vitaly Buka[sanitizer] Fix the test on android
2021-02-05 Fangrui SongDebugInfo: Temporarily work around -gsplit-dwarf +...
2021-02-05 Philip Reames[LV] Unconditionally branch from middle to scalar prehe...
2021-02-05 Shilei Tian[OpenMP][libomptarget] Fixed an issue that device sync...
2021-02-05 Zequan Wu[AST] Update LVal before evaluating lambda decl fields.
2021-02-05 Eric Schweitzfix -Werror build issue.
2021-02-05 Craig Topper[RISCV] Add i8/i16 test cases to div.ll and i8/i16...
2021-02-05 Amy HuangFix test case from D94563.
2021-02-05 wlei[CSSPGO][llvm-profgen] Fix bug with parsing hybrid...
2021-02-05 Amy HuangFix a test case after committing D94563.
2021-02-04 Amy Huang[asan] Add %d variable to external_symbolizer_path...
2021-02-04 River Riddle[mlir] Mark LogicalResult as LLVM_NODISCARD
2021-02-04 Yaxun (Sam... [CUDA][HIP] Fix checking dependent initalizer
2021-02-04 Eric Schweitz[flang] Remove dims type and gendims op.
next