platform/upstream/llvm.git
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
2022-07-26 Matthias Springer[mlir][transform] Add ForeachOp to transform dialect
2022-07-26 Chuanqi Xu[C++20] [Modules] Disable preferred_name when writing...
2022-07-26 Austin Kerbow[AMDGPU] Start refactoring GCNSchedStrategy
2022-07-26 Stefan Gränitz[WinEH] Apply funclet operand bundles to nounwind intri...
2022-07-26 Philip Reames[RISCV] Add codegen coverage for ceil/floor/trunc/round...
2022-07-26 LLVM GN Syncbot[gn build] Port f4fb72e6d4ce
2022-07-26 Nikolas Klauser[libc++] Use uninitialized algorithms for vector
2022-07-26 Simon Tatham[bolt,AArch64] Fix one more test failure from D130358.
2022-07-26 Paul Walker[SVE][SelectionDAG] Use INDEX to generate matching...
2022-07-26 Nico Weber[gn build] (manually) port a5640968f2f7
2022-07-26 Alexander Yermolovich[DWP][DWARF] Detect and error on debug info offset...
2022-07-26 Arthur Eubanks[WPD] Use new llvm.public.type.test intrinsic for poten...
2022-07-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct src0 for VOP3_DPP variants...
2022-07-26 John Ericson[llvm][cmake] Follow up to D117973
2022-07-26 John Ericson[cmake] Slight fix ups to make robust to the full range...
2022-07-26 Michael Buch[LLDB][ClangExpression] Prevent nullptr namespace map...
2022-07-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Correct encoding of VOP3/VOP3_DPP...
2022-07-26 Alexander Belyaev[mlir] Sort the libraties in BUILD.bazel.
2022-07-26 Alexander Belyaev[mlir] Update bazel build.
2022-07-26 Augie FacklerLangRef: note that `allockind("free")` requires void...
2022-07-26 Sander de Smalen[AArch64][SVE] Sink ptrue into loop if it is used by...
2022-07-26 Sander de Smalen[AArch64][SVE] Consider more intrinsics in 'isZeroingIn...
2022-07-26 Sander de Smalen[AArch64][SVE] NFC: Add test-case to sve-ptest-removal...
2022-07-26 Than McIntoshtsan: capture shadow map start/end on init and reuse...
2022-07-26 Shraiysh VaishayRevert "[flang][OpenMP] Lowering support for default...
next