platform/upstream/llvm.git
2021-10-22 Jason MolendaFix locals naming in DNBArchMachARM64::GetGPRState...
2021-10-22 Matt ArsenaultAMDGPU: Use attributor to propagate amdgpu-flat-work...
2021-10-22 Matt ArsenaultAMDGPU: Don't consider whether amdgpu-flat-work-group...
2021-10-22 Craig Topper[X86] Fix bad formatting. NFC
2021-10-22 Louis Dionne[libc++][NFC] Remove duplicate Python imports
2021-10-22 Duncan P. N... Support: Use Expected<T>::moveInto() in a few places
2021-10-22 peter klausler[flang] Extension to distinguish specific procedures
2021-10-22 Matt ArsenaultAMDGPU: Regenerate MIR test checks
2021-10-22 Matt ArsenaultAMDGPU: Fix hardcoded registers in tests
2021-10-22 Nicolas Vasilache[mlir][Linalg] NFC - Drop Optional in favor of FailureOr
2021-10-22 Jay Foad[AMDGPU] Run SIShrinkInstructions before post-RA scheduling
2021-10-22 Med Ismail... [lldb/Formatters] Remove space from vector type string...
2021-10-22 Jay Foad[AMDGPU] Fix latency for implicit vcc_lo operands on...
2021-10-22 Jay Foad[ScheduleDAGInstrs] Call adjustSchedDependency in more...
2021-10-22 Stanislav Mekhanoshin[InstCombine] Precommit new and-xor-or.ll tests. NFC.
2021-10-22 Duncan P. N... Support: Add Expected<T>::moveInto() to avoid extra...
2021-10-22 Nikita Popov[ConstantFolding] Drop misleading comment (NFC)
2021-10-22 Stephen Tozer[Dexter] Add DexFinishTest command to conditionally...
2021-10-22 Louis Dionne[libunwind] Fix path to libunwind for per-target-runtim...
2021-10-22 peter klausler[flang] Enforce rest of semantic constraint C919
2021-10-22 Jeremy Morse[DebugInfo][Instr] Track subregisters across stack...
2021-10-22 peter klausler[flang] Emit unformatted headers & footers even with...
2021-10-22 Craig Topper[LegalizeTypes] Only expand CTLZ/CTTZ/CTPOP during...
2021-10-22 peter klausler[flang] Fix bogus folding error for ISHFT(x, negative)
2021-10-22 David Green[InstCombine] Various tests for truncating saturates...
2021-10-22 Simon Pilgrim[DAG] narrowExtractedVectorLoad - EXTRACT_SUBVECTOR...
2021-10-22 Philip Reames[indvars] Use fact loop must exit to canonicalize to...
2021-10-22 Jeremy Morse[DebugInfo][InstrRef] Add unit tests for transfer-funct...
2021-10-22 Craig Topper[TargetLowering] Simplify the interface of expandABS...
2021-10-22 Jonas Devlieghere[lldb] Pass the target triple when determining the...
2021-10-22 Quinn Pham[llvm]Inclusive language: replace master with main
2021-10-22 Louis Dionne[libc++] Fix tests after aee49255074f
2021-10-22 Nikita Popov[Loads] Use more powerful constant folding API
2021-10-22 Nikita Popov[Attributor] Generalize GEP construction
2021-10-22 Craig Topper[LegalizeTypes][RISCV][PowerPC] Expand CTLZ/CTTZ/CTPOP...
2021-10-22 Steven Wan[AIX] Enable rtl for plugins test
2021-10-22 Craig Topper[RISCV] Merge vector tests for rv32 and rv64 into a...
2021-10-22 Vladimir Inđić[OpenMP][OMPT][GOMP] task frame support in KMP_API_NAME...
2021-10-22 Kazu Hirata[Target, Transforms] Use StringRef::contains (NFC)
2021-10-22 Jonas Paulsson[SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.
2021-10-22 Mark de Wever[libc++][nfc] Remove double spaces.
2021-10-22 Mark de Wever[libc++][doc] Fixes FeatureTestMacroTable.html.
2021-10-22 Piotr Sobczak[InstCombine][NFC] Precommit new tests
2021-10-22 Konstantin... [libc++][test][NFC] Add tests for std::vector comparisons
2021-10-22 Andrzej Warzynski[Flang][docs] Remove an out-dated section on the new...
2021-10-22 Bradley Smith[AArch64][SVE] Add new ld<n> intrinsics that return...
2021-10-22 Zarko Todorovski[clang/llvm] Inclusive language: replace segregate...
2021-10-22 Roman Lebedev[X86] `X86TTIImpl::getInterleavedMemoryOpCost()`: scale...
2021-10-22 Sylvestre LedruReplace references to Makefile.sphinx
2021-10-22 Pavel Labath[lldb] Another build fix for 8b8070e23
2021-10-22 Simon Pilgrim[CodeGen] Add PR50197 AArch64/ARM/X86 test coverage
2021-10-22 Jay Foad[AMDGPU] Preserve deadness of vcc when shrinking instru...
2021-10-22 Mats Petersson[mlir][OpenMP]Support for modifiers in workshare loops
2021-10-22 Florian Hahn[DSE] Add test cases with more complex redundant stores.
2021-10-22 Michał Górny[lldb] [Utility/UriParser] Replace port==-1 with llvm...
2021-10-22 Pavel Labath[lldb] Fix build errors from 8b8070e23
2021-10-22 Roman Lebedev[NFC] Re-harden test/Transforms/LoopVectorize/X86/pr483...
2021-10-22 Roman LebedevRevert "[NFC][LV] Autogenerate check lines in a test...
2021-10-22 Simon PilgrimAMDGPULibCalls - constify some FuncInfo& arguments...
2021-10-22 Roman Lebedev[TTI] `BasicTTIImplBase::getInterleavedMemoryOpCost...
2021-10-22 Roman Lebedev[NFC][LV] Autogenerate check lines in a test for ease...
2021-10-22 Pavel LabathHost::GetOSBuildString
2021-10-22 Kristof BeylsMark baremetal.cpp test as unsupported on Windows.
2021-10-22 Simon PilgrimAMDGPULibCalls::parseFunctionName - use reference inste...
2021-10-22 Michał Górny[llvm] [ADT] Update llvm::Split() per Pavel Labath...
2021-10-22 Florian Hahn[LLVM-C]Add LLVMAddMetadataToInst, deprecated LLVMSetIn...
2021-10-22 Nicolas Vasilache[mlir][Vector] NFC - Extract rewrites related to insert...
2021-10-22 Manas[analyzer][solver] Introduce reasoning for not equal...
2021-10-22 Fraser Cormack[RISCV] Fix missing cross-block VSETVLI insertion
2021-10-22 Kristof BeylsFix baremetal.cpp test to handle windows paths.
2021-10-22 Gabor Marton[Analyzer] Extend ConstraintAssignor to handle remainder op
2021-10-22 Gabor Marton[Analyzer][NFC] Add RangedConstraintManager to Constrai...
2021-10-22 Gabor Marton[Analyzer][NFC] Move RangeConstraintManager's def befor...
2021-10-22 Pavel Labath[lldb] Remove ConstString from ABI, Architecture and...
2021-10-22 Raphael Isemann[lldb] Fix TestCompressedVectors after array type name...
2021-10-22 Valentin Clement[fir] Add utility function to FIRBuilder and MutableBox
2021-10-22 Balázs Kéri[clang][ASTImporter] Fix for importing functions with...
2021-10-22 Kristof BeylsAdd basic aarch64-none-elf bare metal driver.
2021-10-22 Chen Zheng[PowerPC] iterate on the SmallSet directly; NFC
2021-10-22 Chen Zheng[PowerPC] return early if there is no preparing candida...
2021-10-22 David BlaikieFix for OutputStream->OutputBuffer rename
2021-10-22 Chuanqi Xu[Coroutines] Ignore partial lifetime markers refer...
2021-10-22 LLVM GN Syncbot[gn build] Port 2e97236aacbb
2021-10-22 Vitaly Buka[libcxxabi] Fix build after D111947
2021-10-22 Vitaly Buka[msan] Don't use TLS slots of noundef args
2021-10-22 Stanislav Mekhanoshin[AMDGPU] Allow to use a whole register file on gfx90a...
2021-10-22 Matthias Springer[mlir][linalg][bufferize] Support scf::IfOp
2021-10-22 Nico Weber[gn build] Make 'compiler-rt' depend on include dir
2021-10-22 Luís Ferreira[Demangle] Rename OutputStream to OutputString
2021-10-22 Jonas Devlieghere[lldb] Include unistd.h for sleep in profile_vrs_detach
2021-10-22 Jack Anderson[DebugInfo] Expand ability to load 2-byte addresses...
2021-10-22 Jonas Devlieghere[lldb] Always set the minimum OS version in the Darwin...
2021-10-21 Tom Stellardcompiler-rt: Fix arch detection for ppc64le
2021-10-21 Craig Topper[RISCV] Remove Zvamo C intrinsics and builtins.
2021-10-21 Tom Stellard[docs] Remove Makefile.sphinx files
2021-10-21 Craig Topper[TargetLowering] Simplify the interface for expandCTPOP...
2021-10-21 Valentin Clement[fir] Remove unused function in CharacterTest
2021-10-21 Craig Topper[LegalizeVectorOps][X86] Don't defer BITREVERSE expansi...
2021-10-21 Stanislav Mekhanoshin[InstCombine] Precommit new and-xor-or.ll tests. NFC.
2021-10-21 Volodymyr Sapsai[modules] Update visibility for merged ObjCInterfaceDec...
next