platform/upstream/llvm.git
2020-12-17 Peter Collingbournescudo: Adjust test to use correct check for primary...
2020-12-17 Richard UhlerAdd brief description of dialects doc section.
2020-12-17 Baptiste Saleil[PowerPC] Rename the vector pair intrinsics and builtin...
2020-12-17 Kostya Kortchinsky[scudo][standalone] Allow the release of smaller sizes
2020-12-17 GeorgeAdd call site location getter to C API
2020-12-17 LLVM GN Syncbot[gn build] Port dae34463e3e
2020-12-17 Andrew Litteken[IRSim][IROutliner] Adding the extraction basics for...
2020-12-17 Arthur Eubanks[gn build] Add symbol_level to adjust debug info level
2020-12-17 Fangrui Song[LangRef] Update new ssp/sspstrong/sspreq semantics...
2020-12-17 Siva Chandra... [libc][Obvious] Fix typo is wrappergen unittest.
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Use RegSetKind consisten...
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCo...
2020-12-17 Paula Toth[libc] Add python3 to libc buildbot depedencies.
2020-12-17 Siva Chandra... [libc] Refactor WrapperGen to make the flow cleaner.
2020-12-17 Pavel LabathRevert "[lldb] Make CommandInterpreter's execution...
2020-12-17 Tomas MathesonDetect section type conflicts between functions and...
2020-12-17 Valentin Clement[flang][openacc] Enforce restriction on routine directi...
2020-12-17 Nabeel Omer[DebugInfo] Avoid re-ordering assignments in LCSSA
2020-12-17 Jinsong Ji[PowerPC][NFC] Cleanup PPCCTRLoopsVerify pass
2020-12-17 Jon Chesterfield[amdgpu] Default to code object v3
2020-12-17 Lei Zhang[mlir][spirv] NFC: Shuffle code around to better follow...
2020-12-17 Bangtian LiuEnsure SplitEdge to return the new block between the...
2020-12-17 Amy Huang[llvm-symbolizer][Windows] Add start line when searchin...
2020-12-17 Simon Pilgrim[SampleFDO] Fix uninitialized field warnings. NFCI.
2020-12-17 Valentin Clement[flang][openacc] Update serial construct clauses for...
2020-12-17 Zequan Wu[Clang] Make nomerge attribute a function attribute...
2020-12-17 Simon Pilgrim[TableGen] Return const std::string& in InstrMap getNam...
2020-12-17 Florian Hahn[InstCombine] Preserve !annotation on newly created...
2020-12-17 Yvan Roux[ARM][MachineOutliner] Fix costs model.
2020-12-17 Simon Pilgrim[TableGen] Make InstrMap::getFilterClass() const. NFCI.
2020-12-17 Guillaume ChateletFix dead link
2020-12-17 serge-sans... Remove Python2 fallback and only advertise Python3...
2020-12-17 Adhemerval... [lld] [ELF] AArch64: Handle DT_AARCH64_VARIANT_PCS
2020-12-17 Adhemerval... [llvm-readobj/elf] - AArch64: Handle AARCH64_VARIANT_PC...
2020-12-17 Adhemerval... [obj2yaml][yaml2obj] - Add AArch64 STO_AARCH64_VARIANT_...
2020-12-17 Nathan James[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem
2020-12-17 Florian Hahn[SimplifyCFG] Preserve !annotation in FoldBranchToCommo...
2020-12-17 Jun Ma[InstCombine] Remove scalable vector restriction in...
2020-12-17 Jez Ng[lld-macho] Use LC_LOAD_WEAK_DYLIB for dylibs with...
2020-12-17 Jez Ng[lld-macho] Add support for weak references
2020-12-17 Lucas Prates[ARM] Adding v8.7-A command-line support for the ARM...
2020-12-17 Lucas Prates[ARM][AAarch64] Initial command-line support for v8.7-A
2020-12-17 Lucas Prates[AArch64] Adding the v8.7-A LD64B/ST64B Accelerator...
2020-12-17 Lucas Prates[AArch64] Add a GPR64x8 register class
2020-12-17 Lucas Prates[ARM][AArch64] Adding basic support for the v8.7-A...
2020-12-17 Lucas Prates[NFC][AArch64] Capturing multiple feature requirements...
2020-12-17 Lucas Prates[NFC][AArch64] Move AArch64 MSR/MRS into a new decoder...
2020-12-17 Florian Hahn[IRBuilder] Generalize debug loc handling for arbitrary...
2020-12-17 Guillaume Chatelet[libc] revamp memory function benchmark
2020-12-17 Pavel Labath[lldb-vscode] Speculative fix for raciness in TestVSCod...
2020-12-17 Alex Zinenko[mlir] Fix syntax error in markdown documentation
2020-12-17 Michał Górny[lldb] [unittests] Filter FreeBSD through CMake rather...
2020-12-17 Michał Górny[lldb] [unittests] Add tests for NetBSD register offset...
2020-12-17 Cullen Rhodes[LV] Disable epilogue vectorization for scalable VFs
2020-12-17 Simon Pilgrim[DebugInfo] Fix MSVC build by adding back necessary...
2020-12-17 Sam McCall[clangd] Add llvm:: qualifier to work around GCC bug...
2020-12-17 Kerry McLaughlin[AArch64] Renamed sve-masked-scatter-legalise.ll. NFC.
2020-12-17 Martin Storsjö[libcxx] Remove ifdefs in the message to static_assert...
2020-12-17 Alex Zinenko[mlir] Move LLVM Dialect Op documentation to ODS
2020-12-17 Alex Zinenko[mlir] partially update LLVM dialect documentation
2020-12-17 Kerry McLaughlin[SVE][CodeGen] Add bfloat16 support to scalable masked...
2020-12-17 dfukalov[NFC] Reduce include files dependency and AA header...
2020-12-17 Simon Pilgrim[X86] Remove extract_subvector(subv_broadcast_load...
2020-12-17 Krasimir Georgievfix a -Wunused-variable warning in release build
2020-12-17 Raphael Isemann[lldb] Add std::array to the supported template list...
2020-12-17 Barry RevzinMake LLVM build in C++20 mode
2020-12-17 Simon Pilgrim[X86] Add X86ISD::SUBV_BROADCAST_LOAD and begin removin...
2020-12-17 Krasimir Georgiev[libc] add back math.h #include utils/FPUtil/Manipulati...
2020-12-17 Raphael Isemann[lldb] Unify the two CreateTypedef implementations...
2020-12-17 sameeran joshi[Flang][openmp]Fix crash in OpenMP semantic check(...
2020-12-17 mydeveloperday[clang-format] PR35514 brace-init member initializers...
2020-12-17 David Spickett[llvm][AArch64] Actually check expected FPU for CPUs
2020-12-17 Florian Hahn[InstCombine] Preserve !annotation for newly created...
2020-12-17 Andrzej Warzynski[clang][nfc] Update comment to match the opening `{`
2020-12-17 Michał Górny[lldb] [POSIX-DYLD] Update the cached exe path after...
2020-12-17 Michał Górny[lldb] [POSIX-DYLD] Add libraries from initial rendezvo...
2020-12-17 Alex Zinenko[mlir] Support index and memref types in llvm.mlir...
2020-12-17 QingShan ZhangExpand the fp_to_int/int_to_fp/fp_round/fp_extend as...
2020-12-17 Fangrui SongUse basic_string::find(char) instead of basic_string...
2020-12-17 Wei Mi[NFC][SampleFDO] Preparation to support multiple sectio...
2020-12-17 Xiang1 Zhang[Debugify] Support checking Machine IR debug info
2020-12-17 Kazu Hirata[GCN] Remove unused function handleNewInstruction ...
2020-12-17 Kazu Hirata[IR, CodeGen] Use llvm::is_contained (NFC)
2020-12-17 Mircea Trofin[NFC] factor update test function test builder as a...
2020-12-17 Craig Topper[RISCV] Infer mask type from data type for vector vle...
2020-12-17 River Riddle[mlir][NFC] Remove StandardTypes.h now that all usages...
2020-12-17 Craig Topper[RISCV] Infer mask type for vector intrinsics from...
2020-12-17 Xiang1 ZhangRevert "[Debugify] Support checking Machine IR debug...
2020-12-17 Hsiangkai Wang[RISCV] Define vector widening mul intrinsics.
2020-12-17 Hsiangkai Wang[RISCV] Define vector mul/div/rem intrinsics.
2020-12-17 Hsiangkai Wang[RISCV] V does not imply F.
2020-12-17 Matt ArsenaultAMDGPU: Remove SGPRSpillVGPRDefinedSet hack
2020-12-17 Zakk Chen[RISCV] Define vle/vse intrinsics.
2020-12-17 Xiang1 Zhang[Debugify] Support checking Machine IR debug info
2020-12-17 Johannes Doerfert[OpenMP] Add initial support for `omp [begin/end] assumes`
2020-12-17 Nico Weber[gn build] (manually) port ddffcdf0a66
2020-12-17 Arthur Eubanks[test] Cleanup some CGSCCPassManager tests
2020-12-17 Nathan James[clang-tidy] Add a diagnostic callback to parseConfigur...
2020-12-17 Tres Popp[mlir] Modify linalg loops test to have nested regions
2020-12-17 LLVM GN Syncbot[gn build] Port ac068e014b2
next