platform/upstream/llvm.git
2021-02-26 Peter CollingbourneRevert 7a0da8894348, "scudo: Support memory tagging...
2021-02-26 Craig Topper[RISCV] Support fixed vector extract_element for FP...
2021-02-25 Fangrui Song[ELF] Add -z start-stop-gc to let __start_/__stop_...
2021-02-25 Yonghong SongBPF: Add LLVMTransformUtils in CMakefile LINK_COMPONENTS
2021-02-25 Ryan Prichard[Android] Use -l:libunwind.a with --rtlib=compiler-rt
2021-02-25 Jianzhou Zhao[dfsan] Conservative solution to atomic load/store
2021-02-25 Kostya Kortchinsky[Clang][ASan] Correct AsanDtorKindToString to return...
2021-02-25 James Y KnightAdd Alignment argument to IRBuilder CreateAtomicRMW...
2021-02-25 LLVM GN Syncbot[gn build] Port 4753a69a316b
2021-02-25 Francis Visoiu... [Remarks] Provide more information about auto-init...
2021-02-25 Francis Visoiu... [Remarks] Provide more information about auto-init...
2021-02-25 Francis Visoiu... [Remarks] Emit remarks for "auto-init" !annotations
2021-02-25 Adrian PrantlAdd more historic DWARF vendor extensions
2021-02-25 Zequan Wu[Clang][Attributes] Allow not_tail_called attribute...
2021-02-25 Yonghong SongBPF: Implement TTI.getCmpSelInstrCost() properly
2021-02-25 Richard Smith[www] Add cxx_status tracking for C++23.
2021-02-25 Rob Suderman[MLIR][TOSA] Added Tosa to Standard/SCF Lowerings ...
2021-02-25 Richard SmithFix constructor declarations that are invalid in C...
2021-02-25 Martin Storsjö[libcxx] Use the allocating form of getcwd() on Glibc...
2021-02-25 Martin Storsjö[libcxx] [test] Add a MinGW target
2021-02-25 Martin Storsjö[libcxx] [cmake] Add asm to the runtimes build languages
2021-02-25 Martin Storsjö[libcxx] [test] Ifdef out uses of create_fifo on windows
2021-02-25 Martin Storsjö[libcxx] [test] Use string().c_str() to convert a std...
2021-02-25 Nicolas Guillemot[PM] Show the pass argument in pre/post-pass IR dumps
2021-02-25 AndreyChurbanov[OpenMP] libomp minor cleanup
2021-02-25 Med Ismail... [lldb/Core] Change large function threshold variable...
2021-02-25 Dan Liew[NFC] Switch to auto marshalling infrastructure for...
2021-02-25 AndreyChurbanov[OpenMP] libomp: fix ittnotify stack stitching for...
2021-02-25 Arthur EubanksRewrite MSVC toolchain discovery with VFS
2021-02-25 Vitaly Buka[clang,NFC] Fix typos in file headers
2021-02-25 Kostya Kortchinsky[scudo][standalone] Compact pointers for Caches/Batches
2021-02-25 Akira Hatanaka[CodeGen] Call ConvertTypeForMem instead of ConvertType
2021-02-25 Dan Liew[Clang][ASan] Teach Clang to not emit ASan module destr...
2021-02-25 Dan Liew[Clang][ASan] Introduce `-fsanitize-address-destructor...
2021-02-25 Adrian PrantlAdd a nullptr check.
2021-02-25 Fangrui Song[SanitizerCoverage] Drop !associated on metadata sections
2021-02-25 Louis Dionne[libc++] Fix incorrect forwarding in tuple's assignment...
2021-02-25 Christian Sigg[mlir] Mark OpState::getAttrs() deprecated.
2021-02-25 Christopher... adds more checks to -Wfree-nonheap-object
2021-02-25 Fangrui Song[test] Improve SanitizerCoverage tests
2021-02-25 Peyton, Jonathan L[OpenMP] Fix accidental addition of use omp_lib_kinds
2021-02-25 Jez Ng[lld-macho] Basic support for linkage and visibility...
2021-02-25 Stanislav MekhanoshinOption to ignore llvm[.compiler].used uses in hasAddres...
2021-02-25 Simon Pilgrim[DAG] Move simplification of SADDSAT/SSUBSAT/UADDSAT...
2021-02-25 Stanislav MekhanoshinOption to ignore assume like intrinsic uses in hasAddre...
2021-02-25 Jon RoelofsSupport `#pragma clang section` directives on MachO...
2021-02-25 Craig Topper[X86] Remove custom lowering of vXi1 ADD/SUB now that...
2021-02-25 Stanislav Mekhanoshin[AMDGPU] require s-memtime-inst for __builtin_amdgcn_s_...
2021-02-25 Rong Xu[SampleFDO][NFC] Refactor: make SampleProfileLoaderBase...
2021-02-25 Diego Caballero[mlir] Check 'iter_args' in 'isLoopParallel' utility
2021-02-25 Tung D. Le[MLIR][affine-loop-fusion] Handle defining ops between...
2021-02-25 Fraser Cormack[CodeGen] Format code comment to 80 columns. NFC.
2021-02-25 Florian Hahn[IndVars] Add test cases inspired by PR48965.
2021-02-25 Craig Topper[RISCV] Teach CleanupVSETVLI to remove 'vsetvli zero...
2021-02-25 Nico Weber[arm builtin crosscompile docs] add COMPILER_RT_BUILD_M...
2021-02-25 Nico Weber[arm builtin crosscompile docs] alphabetize flags,...
2021-02-25 Craig Topper[RISCV] Add isel pattern to match X > -1 to bgez.
2021-02-25 Albion FungFix a test case that should check whether or not it...
2021-02-25 Timm Bäder[clang][sema] Ignore xor-used-as-pow if both sides...
2021-02-25 Vladislav Vinogradov[mlir][NFC] Add missing namespace qualifier to ODS...
2021-02-25 Fraser Cormack[RISCV] Update RVV ISA section-header comments. NFC.
2021-02-25 Fraser Cormack[RISCV] Support fixed-length vector i2fp/fp2i conversions
2021-02-25 Shao-Ce Sun[clang][flang] Improve the consistency of the code...
2021-02-25 Andrzej Warzynski[clang][driver] Set the input type to Fortran when...
2021-02-25 Martin Storsjö[clang] Remove a superfluous semicolon, silencing GCC...
2021-02-25 Jan Svoboda[clang][cli] NFC: Remove ArgList infrastructure for...
2021-02-25 Jan Svoboda[clang][cli] NFC: Remove intermediate command line...
2021-02-25 Raphael Isemann[lldb][NFC] Document ClangASTImporter
2021-02-25 Fraser Cormack[RISCV] Support fixed-length vector FP_ROUND & FP_EXTEND
2021-02-25 Christian SiggPass GPU events instead of streams across async regions.
2021-02-25 Fraser Cormack[RISCV] Support fixed-length vector truncates
2021-02-25 Fraser Cormack[RISCV] Support fixed-length vector sign/zero extension
2021-02-25 Fraser Cormack[RISCV] Unify scalable- and fixed-vector EXTRACT_SUBVEC...
2021-02-25 Evgeniy Brevnov[NFC] Fix build failure after 83d134c3c4222e8b8d3d90c09...
2021-02-25 Simon Pilgrim[X86] Regenerate sdiv_fix.ll tests. NFCI.
2021-02-25 Evgeniy Brevnov[NARY-REASSOCIATE] Support reassociation of min/max
2021-02-25 Simon Pilgrim[X86][SSE] Move unaryshuffle(xor(x,-1)) -> xor(unaryshu...
2021-02-25 serge-sans... Support standalone build of clang-tidy unittest
2021-02-25 Raphael Isemann[lldb][NFC] Remove some obsolete comments in ClangASTIm...
2021-02-25 Raphael Isemann[lldb] Let ClangASTImporter assert that the target...
2021-02-25 Harmen StoppelsPrefer /usr/bin/env xxx over /usr/bin/xxx where xxx...
2021-02-25 David Sherwood[CodeGen] Canonicalise adds/subs of i1 vectors using XOR
2021-02-25 Tim NorthoverAArch64: relax address-space assertion in FastISel.
2021-02-25 Jan Svoboda[clang][cli] Round-trip the whole CompilerInvocation
2021-02-25 Jan Svoboda[clang][cli] Store additional optimization remarks...
2021-02-25 Stelios Ioannou[AArch64] Add abs intrinsic costs
2021-02-25 Haojian Wu[clangd] NFC, remove an extra "class" keyword.
2021-02-25 Jan Svoboda[clang][cli] Remove marshalling from Opt{In,Out}FFlag
2021-02-25 Jan Svoboda[clang][cli] Add MarshallingInfoEnum multiclass
2021-02-25 Marius Brehler[mlir][nfc] Fix typo in documentation comment
2021-02-25 Marius Brehler[mlir] Fix emitting attribute documentation
2021-02-25 Haojian Wu[clang][RecoveryAST] Add design doc to clang internal...
2021-02-25 Jonas Devlieghere[debugserver] Fix logic to extract app bundle from...
2021-02-25 Pushpinder... OpenMP: Fix object clobbering issue when using save...
2021-02-25 Craig Topper[RISCV] Reuse existing SDLoc and XLenVT in the switch...
2021-02-25 Lang Hames[docs][JITLink] Reintroduce JITLink design/API doc...
2021-02-25 Evgeniy Brevnov[NARY][NFC] New tests for upcoming changes.
2021-02-25 Zarko Todorovski[NFC][AIX] Rename aix-csr-vector.ll to aix-csr-vector...
2021-02-25 Xun Li[Coroutine] Check indirect uses of alloca when checking...
2021-02-25 Yang Fan[docs] Add a release note for the removing of -Wreturn...
next