platform/upstream/llvm.git
2021-01-19 Björn Schäpers[clang-format] Apply Allman style to lambdas
2021-01-19 Nikita Popov[ValueTracking] Strengthen impliesPoison reasoning
2021-01-19 Jay Foad[AMDGPU] Fix test case for D94010
2021-01-19 KareemErgawy... [MLIR][SPIRV] Add `SignedOp` trait.
2021-01-19 Jay Foad[AMDGPU] Simplify test case for D94010
2021-01-19 Hansang Bae[OpenMP] Fix atomic entries for captured logical operation
2021-01-19 Fraser Cormack[RISCV] Extend RVV VType info with the type's AVL ...
2021-01-19 David Green[ARM] Add MVE add.sat costs
2021-01-19 Valentin Clement[flang][directive] Get rid of flangClassValue in TableGen
2021-01-19 Victor Huang[PowerPC] Fix the check for the instruction using FRSP...
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
2021-01-19 Utkarsh Saxena[clangd] Index local classes, virtual and overriding...
2021-01-19 Andy Wingo[WebAssembly][lld] Fix call-indirect.s test to validate
2021-01-19 David Green[ARM] Expand add.sat/sub.sat cost checks. NFC
2021-01-19 Alex Richardson[libc++] Sync TEST_HAS_TIMESPEC_GET and _LIBCPP_HAS_TIM...
2021-01-19 Florian Hahn[LoopRotate] Calls not lowered to calls should not...
2021-01-19 Praveen[Flang][OpenMP] Add semantic checks for OpenMP Workshar...
2021-01-19 Simon Pilgrim[X86] Regenerate fmin/fmax reduction tests
2021-01-19 Raphael Isemann[lldb] Fix two documentation typos
2021-01-19 Lei Zhang[mlir][spirv] Define spv.GLSL.Fma and add lowerings
2021-01-19 Tim NorthoverAArch64: add apple-a14 as a CPU
2021-01-19 Nicolas Vasilache[mlir][Affine] Revisit and simplify composeAffineMapAnd...
2021-01-19 Hans Wennborg[ThinLTO] Also prune Thin-* files from the ThinLTO...
2021-01-19 Med Ismail... [llvm/Orc] Fix ExecutionEngine module build breakage
2021-01-19 Faris Rehman[flang][driver] Add standard macro predefinitions for...
2021-01-19 AndreyChurbanov[OpenMP] libomp: cleanup parsing of OMP_ALLOCATOR env...
2021-01-19 OCHyams[DebugInfo][dexter] Tweak dexter test for merged values
2021-01-19 Faris Rehman[flang][driver] Add support for fixed form detection
2021-01-19 Adam Czachorowski[clang] Check for nullptr when instantiating late attrs
2021-01-19 Alex Zinenko[mlir] Clarify docs around LLVM dialect-compatible...
2021-01-19 Abhina Sreeskantharajan[SystemZ][z/OS] Fix No such file or directory expressio...
2021-01-19 Caroline Concatto[AArch64][SVE]Add cost model for vector reduce for...
2021-01-19 OCHyams[DebugInfo][dexter] Add dexter tests for merged values
2021-01-19 Faris Rehman[flang][driver] Add support for `-I` in the new driver
2021-01-19 Alexander Belyaev[mlir] Add `complex.abs`, `complex.div` and `complex...
2021-01-19 Simon Pilgrim[X86][SSE] combineVectorSignBitsTruncation - fold trunc...
2021-01-19 Hans WennborgRevert 5238e7b302 "[InstCombine] Replace one-use select...
2021-01-19 Jay Foad[AMDGPU] Simplify AMDGPUInstPrinter::printExpSrcN....
2021-01-19 Florian Hahn[LoopRotate] Add PrepareForLTO stage, avoid rotating...
2021-01-19 Muhammad Omair... [LLDB] Test SVE dynamic resize with multiple threads
2021-01-19 Muhammad Omair... [LLDB] Add support to resize SVE registers at run-time
2021-01-19 Pavel Labath[lldb] Re-enable TestPlatformProcessConnect on macos
2021-01-19 Yvan Roux[ARM][MachineOutliner] Add stack fixup feature
2021-01-19 David Spickett[lldb] Fix crash in "help memory read"
2021-01-19 Fraser Cormack[RISCV] Add scalable-vector integer extension patterns
2021-01-19 Tres Popp[llvm] Prevent infinite loop in InstCombine of select...
2021-01-19 serge-sans... [lit] Harmonize lit and llvm versionning
2021-01-19 Lang Hames[ORC] Move LookupRequest from OrcShared to Orc.
2021-01-19 Tres Popp[llvm][nvptx] add atomicity to counter in ISelLowering
2021-01-19 David Sherwood[NFC] Make remaining cost functions in LoopVectorize...
2021-01-19 Luo, Yuanke[X86][AMX] Fix the typo.
2021-01-19 Jan Svoboda[clang][cli] Parse Lang and CodeGen options separately
2021-01-19 Andy Wingo[WebAssembly] Change prefix on data segment flags to...
2021-01-19 Andy Wingo[WebAssembly] call_indirect issues table number relocs
2021-01-19 Timm Bäder[clang][driver][NFC][obvious] Remove obsolete unistd...
2021-01-19 Guillaume Chatelet[libc][NFC] remove dependency on non standard ssize_t
2021-01-19 Guillaume Chatelet[libc][NFC] Remove dead code
2021-01-19 Marek Kurdej[libc++] [P0935] [C++20] Eradicating unnecessarily...
2021-01-19 ShihPo Hung[RISCV] Add intrinsics for vector AMO operations
2021-01-19 Yang Fan[NFC][AIX][XCOFF] Fix compile warning on strncpy
2021-01-19 Siva Chandra[libc][NFC][Obvious] Add a missing dep.
2021-01-19 Mehdi AminiFix a few GCC compiler warnings (NFC)
2021-01-19 Siva Chandra... [libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv...
2021-01-19 Lang Hames[ORC] Move OrcError.h to include/llvm/ExecutionEngine...
2021-01-19 Richard Smith[c++20] P1907R1: Support for generalized non-type templ...
2021-01-19 Richard SmithFollowing up on PR48517, fix handling of template argum...
2021-01-19 Richard SmithPR24076, PR33655, C++ CWG 1558: Consider the instantiat...
2021-01-19 Richard SmithDR2064: decltype(E) is only a dependent type if E is...
2021-01-19 Luo, Yuanke[X86][AMX] Clear AMX lit test case.
2021-01-19 Nemanja Ivanovic[PowerPC] Sign extend comparison operand for signed...
2021-01-19 Richard SmithPR48763: Better handling for classes that inherit a...
2021-01-19 Luo, Yuanke[X86] Fix tile spill merge issue.
2021-01-19 Chen ZhengRevert "[NFC] [TargetRegisterInfo] add one use check...
2021-01-19 Juneyoung LeeAddress unused variable warning
2021-01-19 Juneyoung Lee[InstCombine,InstSimplify] Optimize select followed...
2021-01-19 Arthur O'DwyerRegenerate the feature test macro unit-tests. NFCI.
2021-01-18 Kelvin Li[OpenMP][Docs] Fix typos in FAQ (NFC)
2021-01-18 Juneyoung Lee[SimplifyCFG] Update SimplifyBranchOnICmpChain to recog...
2021-01-18 Kazu Hirata[LoopInfo] Fix a typo in compareLoops
2021-01-18 Sanjay Patel[x86] add cast to avoid compile-time warning; NFC
2021-01-18 Louis Dionne[libc++] NFCI: Refactor allocator_traits
2021-01-18 Sanjay Patel[SLP] match maxnum/minnum intrinsics as FP reduction ops
2021-01-18 Craig Topper[RISCV] Remove empty Sched instantiations from the...
2021-01-18 Nikita Popov[PredicateInfo] Add more and/or tests (NFC)
2021-01-18 AndreyChurbanov[OpenMP][NFC] Fix test
2021-01-18 Stella LaurenzoNFC: Document current MLIR Python ODS conventions.
2021-01-18 Wim Leflere[libc++] improve feature test macro script
2021-01-18 Stella Laurenzo[NFC] Update some mlir python documentation.
2021-01-18 Louis Dionne[libc++] Rename check-cxx-deps to cxx-test-depends...
2021-01-18 Craig TopperRecommit "[RISCV] Add a test of vector sadd.overflow...
2021-01-18 Craig TopperRevert "[RISCV] Add a test of vector sadd.overflow...
2021-01-18 Craig Topper[RISCV] Add a test of vector sadd.overflow to demonstra...
2021-01-18 Adam Czachorowski[clang] Allow LifetimeExtendedTemporary to have no...
2021-01-18 Kazu Hirata[llvm] Use the default value of drop_begin (NFC)
2021-01-18 Kazu Hirata[STLExtras] Add a default value to drop_begin
2021-01-18 Kazu Hirata[llvm] Populate std::vector at construction time (NFC)
2021-01-18 Raphael Isemann[lldb][docs] Use 'any' as the default role in LLDB...
2021-01-18 Florian Hahn[AArch64] Revert back to Intrinsic<> for TME instructions.
2021-01-18 Adhemerval... [LLD][ELF][AArch64] Set _GLOBAL_OFFSET_TABLE_ at the...
2021-01-18 Florian Hahn[AArch64] Make target intrinsics DefaultAttrIntrinsics.
next