platform/upstream/llvm.git
2022-07-27 Aaron KogonSinking or hoisting instructions between loops before...
2022-07-27 Daniel Grumberg[clang][ExtractAPI] Fix objc_property.m reference output
2022-07-27 Rainer Orth[CMake] Enable -z defs on Solaris
2022-07-27 Ilya Biryukov[Sema] Return primary merged decl as canonical for...
2022-07-27 David Spickett[flang] Disable pipefail for tests for stdin input
2022-07-27 Rainer Orth[compiler-rt][Sanitizer] Link sanitizer libs with ...
2022-07-27 Diana Picus[flang] Single entry point for GET_COMMAND_ARGUMENT
2022-07-27 LiaoChunyu[RISCV]Enable isIntDivCheap when attribute is minsize
2022-07-27 Rainer Orth[Support] Handle SPARC in sys::getHostCPUName
2022-07-27 Daniel Grumberg[clang][ExtractAPI] Ensure that class properties have...
2022-07-27 Daniel Grumberg[clang][ExtractAPI] Add a space between type and name...
2022-07-27 Simon Pilgrim[DAG] SimplifyDemandedBits - don't early-out for multip...
2022-07-27 Alex Zinenko[mlir] update Bazel for e99fae899710b041994cef4beb6764f...
2022-07-27 Nathan James[clang-tidy] Add execute perms back to add_new_check...
2022-07-27 Zi Xuan Wu... [CSKY] Fix the btsti16 instruction missing in generic...
2022-07-27 Nikita Popov[ARM] Test more atomic sizes with +atomics-32 feature...
2022-07-27 Renato GolinUpdate ProgrammersManual STL docs
2022-07-27 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-27 Sam McCall[pseudo] Fix initializer of string table
2022-07-27 Daniil Dudkin[flang][NFC] Unify check prefixes in `abstract-results...
2022-07-27 Daniil Dudkin[flang] Generalize `AbstractResultOpt` pass
2022-07-27 Alex Zinenko[mlir] more aggressive folding in tiling/fusion transfo...
2022-07-27 Alex Zinenko[mlir] Make ViewLikeInterface Range work with attributes
2022-07-27 Alex Zinenko[mlir] Partially port splitting transform to TilingInte...
2022-07-27 Alexey LapshinRevert "[Debuginfo][llvm-dwarfutil] Add check for unsup...
2022-07-27 Ying YiEmit a simple StackSizesSection on PS4.
2022-07-27 Ying YiDisable stack-sizes section by default for PS4.
2022-07-27 David Green[ARM] Correct features on pacbti instructions.
2022-07-27 Adrian Kuegel[mlir] Apply ClangTidyPerformance findings (NFC)
2022-07-27 Nikita Popov[ARM] Add target feature to force 32-bit atomics
2022-07-27 Amara Emerson[AArch64][GlobalISel] Lower vector G_CTTZ.
2022-07-27 Sam McCall[pseudo] Add dangling-else guard to missing if-statemen...
2022-07-27 Sam McCall[pseudo] Remove dead header
2022-07-27 Sam McCall[pseudo] Reorganize CXX.h enums
2022-07-27 Amara EmersonUpdate checks legalize-cttz.mir test before change.
2022-07-27 Chuanqi Xu[NFC] [C++20] [Modules] Use Sema::isModuleUnitOfCurrent...
2022-07-27 Danny Mösch[clang] Make parts of index test optional
2022-07-27 Chuanqi Xu[NFC] [C++20] [Modules] Use Sema::isCurrentModulePurvie...
2022-07-27 Chuanqi Xu[NFC] Convert a dyn_cast<> to an isa<>
2022-07-27 Tom StellardBump the trunk major version to 16
2022-07-27 WeverythingInline function calls.
2022-07-27 Keith Smiley[lld-macho] Fix -bitcode_process_mode arg type
2022-07-27 Konstantin... [libc++][ranges] Fix the CI.
2022-07-27 Kai Luo[clang][AIX] Add option to control quadword lock free...
2022-07-27 Kirill Stoimenov[ASan] Use stack safety analysis to optimize allocas...
2022-07-27 Vitaly Buka[asan][test] Check for __asan_stack_malloc
2022-07-27 Jon Chesterfield[amdgpu][nfc] Separate processUsedLDS into independent...
2022-07-27 Michael Kruse[Polly] Insert !dbg metadata for emitted CallInsts.
2022-07-27 Jon Chesterfield[amdgpu][nfc] Extract kernel annotation from processUsedLDS
2022-07-27 Tom Stellardworkflows: Use sccache to speed up CI builds
2022-07-27 Vitaly Buka[asan][test] Cleanup asan-stack-safety.ll test
2022-07-26 Tom StellardImport CI tests from the release branch
2022-07-26 Konstantin... [libc++][NFC] Add checks for lifetime issues in classic...
2022-07-26 Konstantin... [libc++][ranges] Implement `ranges::is_heap{,_until}`.
2022-07-26 Jakob JohnsonAdd string conversion for InstructionControlFlowKind...
2022-07-26 Konstantin... [libc++][ranges] Make sure all range algorithms support...
2022-07-26 Konstantin... [libc++][ranges] Implement `ranges::generate{,_n}`.
2022-07-26 Tom StellardRevert "[Support] Workaround compiler bug in MSVC"
2022-07-26 Tom Stellardworkflows: Add GitHub action for automating some releas...
2022-07-26 Tom Stellardgithub: Automatically assign reviewers for backport...
2022-07-26 Dmitry Vassiliev[CodeGen] Fixed ambiguous symbol ExtAddrMode in case...
2022-07-26 Tom Stellardgithub: Fix release automation /branch command with...
2022-07-26 Fangrui Song[ELF] addDependentLibrary: fix a use-after-free bug...
2022-07-26 River Riddle[mlir] Refactor SubElementInterface replace support
2022-07-26 Fangrui Song[ELF] addLibrary: fix a use-after-free bug in archiveName
2022-07-26 Fangrui Song[ELF][test] Clean up print-archive-stats.s
2022-07-26 Craig Topper[RISCV] Pre-commit tests for D130146. NFC
2022-07-26 Argyrios Kyrtzidis[lldb/ClangExpressionParser] Fix compiler error due...
2022-07-26 Argyrios Kyrtzidis[CGDebugInfo] Access the current working directory...
2022-07-26 Danny Mösch[clang-tidy] Avoid extra parentheses around MemberExpr
2022-07-26 Martin Sebor[InstCombine] Fold strtoul and strtoull and avoid PR...
2022-07-26 Augusto Noronha[lldb] Disable TestStackFromStdModule.py
2022-07-26 Jon Chesterfield[amdgpu][nfc] Separate LDS struct creation from RAUW
2022-07-26 Tom Stellard[Support] Workaround compiler bug in MSVC
2022-07-26 Sanjay Patel[AggressiveInstCombine] convert sqrt libcalls with...
2022-07-26 Shilei Tian[Clang][Doc] Update the release note for clang
2022-07-26 Danny Mösch[clang] Pass FoundDecl to DeclRefExpr creator for opera...
2022-07-26 Walter ErquinigoMove GetControlFlowKind's logic to DisassemblerLLVMC.cpp
2022-07-26 Walter Erquinigo[trace][intel pt] Introduce wall clock time for each...
2022-07-26 Sanjay Patel[InstSimplify] remove redundant calls to 'isImplied...
2022-07-26 LLVM GN Syncbot[gn build] Port 4638d7a28f62
2022-07-26 Blue Gaston[Sanitizers][Darwin] Allows '-mtargetos' to used to...
2022-07-26 Lambert, JacobRevert "[clang-offload-bundler] Library-ize ClangOffloa...
2022-07-26 Francis Visoiu... [Matrix] Add assert to catch extracted vectors with...
2022-07-26 Craig Topper[RISCV] Add Predicate to c.lw/c.sw/c.lwsp/c.swsp InstAl...
2022-07-26 Francis Visoiu... [Matrix] Refactor tiled loops in a struct. NFC
2022-07-26 Jessica Paquette[GlobalISel] Import patterns for G_FMAXIMUM + G_FMINIMUM
2022-07-26 Sam Estep[clang][dataflow] Analyze calls to in-TU functions
2022-07-26 Craig Topper[RISCV] Minor fixes to rv64c-valid.s test.
2022-07-26 Nico Weber[gn build] Port 8348c4095600
2022-07-26 Jon Chesterfield[amdgpu][nfc] Skip operations on padding fields in...
2022-07-26 Sam EstepRevert "[clang][dataflow] Analyze calls to in-TU functions"
2022-07-26 Sam Estep[clang][dataflow] Analyze calls to in-TU functions
2022-07-26 Fangrui Song[MachineFunctionPass] Support -print-changed and -print...
2022-07-26 Jim InghamStackFrame::GetValueObjectForFrameVariable holds the...
2022-07-26 Jacob Lambert[clang-offload-bundler] Library-ize ClangOffloadBundler
2022-07-26 Simon Pilgrim[DAG] matchRotateSub - set demanded bits to the shift...
2022-07-26 Fangrui Song[AArch64] Simplify BTI/PAC-RET module flags
2022-07-26 Dmitry Preobrazhensky[AMDGPU][GFX10][DOC][NFC] Update assembler syntax descr...
2022-07-26 David Goldman[clangd] Improve XRefs support for ObjCMethodDecl
next