platform/upstream/llvm.git
2023-04-07 Richard SmithReject attempts to initialize non-aggregate types from...
2023-04-07 LiaoChunyu[RISCV] Add DAG combine to fold (sub 0, (setcc x, 0...
2023-04-07 Ben Shi[LoongArch] Optimize multiplication with immediates
2023-04-07 Ben Shi[LoongArch][NFC] Add tests of multiplication with immed...
2023-04-07 Michael Buch[ReleaseNotes] DebugInfo: preferred_name attribute...
2023-04-07 Michael Buch[lldb][test] Add tests for clang::PreferredNameAttr...
2023-04-07 Michael Buch[clang][DebugInfo] Emit DW_AT_type of preferred name...
2023-04-07 Alex Langford[lldb][NFC] Delete unused function Breakpoint::GetEvent...
2023-04-07 Caslyn Tonelli[libc] Add strxfrm Implementation
2023-04-07 Lang Hames[ORC-RT] Fix testcase after 4c7f53b99c0.
2023-04-06 Alexey Bataev[SLP][NFC]Make adjustExtracts/needToDelay members of...
2023-04-06 Michael Maitland[LV][NFC] Improve complexity of fixing users of recurrences
2023-04-06 Richard SmithRevert "Revert "[Modules] Remove unnecessary check...
2023-04-06 Jonas Devlieghere[lldb] Add an LLDB_DEPRECATED macro similar to LLVM_DEP...
2023-04-06 Shafik Yaghmour[Clang][Attributes] Add MeaningfulToClassTemplateDefini...
2023-04-06 Dave Lee[lldb] Rename test module.map files to module.modulemap...
2023-04-06 Florian Hahn[LV] Move conditional MaskForGaps construction to load...
2023-04-06 maxAdd gpu::HostUnregisterOp
2023-04-06 Alexey Bataev[SLP][NFC]Evaluate FMF for reductions before the loop...
2023-04-06 Robert Suderman[mlir][math] Update math arith expansions for vectorization
2023-04-06 Anna ThomasPrecommit test from D147662
2023-04-06 Robert Suderman[mlir][arith] Add expansion pattern for ext/trunc of...
2023-04-06 Min-Yih Hsu[M68k] Add subtarget features for M68881/2 FPU
2023-04-06 Alex Brachet[libc] Implement strsep
2023-04-06 Jonas Devlieghere[lldb] Add an overload to SetModuleLoadAddress that...
2023-04-06 Alexey Bataev[SLP]Fix emission of the masks in shuffles for undefs.
2023-04-06 Ilya Biryukov[Sema] Populate declarations inside TypeLocs for some...
2023-04-06 Keith Smiley[lld-macho] Add new -reproducible flag
2023-04-06 aabhinavg[Docs][typo] Done the required fix for the #61690
2023-04-06 Jacques PienaarRevert "Implement Pass and Dialect plugins for mlir...
2023-04-06 Luke Lau[RISCV] Lower scalar_to_vector
2023-04-06 Luke Lau[RISCV] Add tests for loads and stores of illegal fixed...
2023-04-06 Nikita Popov[InstCombine] Regenerate all test checks (NFC)
2023-04-06 Nico WeberRevert "[AMDGPU] Add Lower Bound to PipelineSolver"
2023-04-06 Fabian MoraImplement Pass and Dialect plugins for mlir-opt
2023-04-06 Craig Topper[RISCV] Use PseudoInstExpansion for PseudoReadVLENB...
2023-04-06 Lang Hames[ORC][ORC-RT][ELF] Move selection of eh-frame registrat...
2023-04-06 Nico Weber[gn] port f3d9abf1f87c more (use X86GenFoldTables.inc)
2023-04-06 Mahesh Ravishankar[mlir][LLVM] Add an attribute to control use of bare...
2023-04-06 Alexey Bataev[SLP]Fix delete of the extractelement with users.
2023-04-06 Philip Reames[LAA] Cleanup casting in replaceSymbolicStrideSCEV...
2023-04-06 Nico Weber[gn] port f3d9abf1f87c (use X86GenFoldTables.inc)
2023-04-06 Joe Nash[AMDGPU] NFC. Make preserve-hi16.ll test auto-generated
2023-04-06 Akshay Baviskar[MLIR][Affine] Fix generateUnrolledLoop utility
2023-04-06 Vimal PatelEmit error message instead of asserting
2023-04-06 Valentin Clement[flang][NFC] Update polymorphic design document to...
2023-04-06 OCHyamsRevert (2) "[Assignment Tracking] Enable by default"
2023-04-06 Philip Reames[LAA] Continue moving utilities to sole use to isolate...
2023-04-06 Philip Reames[LV] Remove a cover function with a single use [nfc]
2023-04-06 Matthias Springer[mlir][arith] Fix CMake build
2023-04-06 Dávid BolvanskýRevert "[InlineCost] isKnownNonNullInCallee - handle...
2023-04-06 Dávid BolvanskýRevert "xxx"
2023-04-06 Dávid Bolvanský[AttrDocs] Enhance musttail attribute documentation
2023-04-06 Dávid Bolvanskýxxx
2023-04-06 Dávid Bolvanský[InlineCost] isKnownNonNullInCallee - handle also deref...
2023-04-06 OCHyamsReapply "[Assignment Tracking] Enable by default"
2023-04-06 OCHyams[Assignment Tracking][SROA] Fix fragment when slice...
2023-04-06 Alexis Engelke[MC] Always encode instruction into SmallVector
2023-04-06 Aaron BallmanFix a failed assertion when dumping the AST to JSON
2023-04-06 NAKAMURA Takumi[Bazel] Rework llvm-tblgen for X86ManualFoldTables.def
2023-04-06 Tue Ly[libc][RISCV] Let RISCV64 targets test implementations...
2023-04-06 liqinweng[MLIR][Arith] Fold trunci with ext if the bit width...
2023-04-06 Dmitri Gribenko[bazel] Port f3d9abf1f87c308e9d7bd368b3ad54cb8f28ac4f
2023-04-06 David Spickett[compiler-rt] Check for missing CMAKE_C_COMPILER_TARGET...
2023-04-06 Simon Pilgrim[DAG] combineSelect - select(i1,vXi1,vXi1) - only cast...
2023-04-06 Pavel Kosov[llvm-exegesis][AArch64] Add return statement at the...
2023-04-06 Dmitri Gribenko[clang][ClangScanDeps][test] Remove the file before...
2023-04-06 Shengchen Kan[X86][mem-fold] Use the generated memory folding table
2023-04-06 Max Kazantsev[Test] Add expensive-range-sharpening mode for test
2023-04-06 Shengchen Kan[X86][mem-fold] Refine the code in X86FoldTablesEmitter...
2023-04-06 Caroline Concatto[AArch64][SME] Fix LDR and STR asm parser
2023-04-06 Mariya Podchishchaeva[clang] Reset track of immediate function context when...
2023-04-06 Simon Pilgrim[X86] LowerVectorAllEqual - don't attempt to match...
2023-04-06 Dmitry MakogonReapply "[LSR] Preserve LCSSA when rewriting instructio...
2023-04-06 Paul Walker[SVE][InstCombine] Don't convert calls to fp binop...
2023-04-06 Luke Lau[RISCV] Use non-strided load if VL=1 for optimized...
2023-04-06 Pavel Kosov[llvm-exegesis] Make possible to execute snippets witho...
2023-04-06 Timm Bäder[clang][Interp] Add missing static_assert messages
2023-04-06 Shengchen Kan[X86][mem-fold] Avoid nestsed `if`, redundant `else...
2023-04-06 Richard Sandiford[Sema] Fix reporting of invalid shader attribute on...
2023-04-06 Simon Pilgrim[X86] MatchVectorAllZeroTest - fix bug when splitting...
2023-04-06 Serguei Katkov[GuardWidening] Re-factor freezeAndPush.
2023-04-06 Luke Lau[RISCV] Use tail agnostic policy more often when loweri...
2023-04-06 Luo, Yuanke[Coverity] Initialize pointer memeber.
2023-04-06 Luke Lau[RISCV] Move some vector tests to rvv directory. NFC
2023-04-06 Shengchen Kan[X86][mem-fold] Remove redundant variable IsAligned...
2023-04-06 Shengchen Kan[X86][NFC] Fix for warning C4334: '<<': result of 32...
2023-04-06 Dávid Bolvanský[Inliner] Added test with nonnull callsite attribute
2023-04-06 Nikita Popov[FunctionAttrs] Add more nounwind tests (NFC)
2023-04-06 David Sherwood[LoopVectorize] Fix zext/sext cost calculations when...
2023-04-06 Timm Bäder[clang][Interp] Fix zero-initializing of floating types
2023-04-06 Nikita Popov[FunctionAttrs] Add additional nounwind inference tests...
2023-04-06 Timm Bäder[clang][Interp][NFC] Context: Add getFloatSemantics()
2023-04-06 Shengchen Kan[X86][mem-fold] Simplify the logic and correct the...
2023-04-06 Timm Bäder[clang][Interp][NFC] Call emit*Ptr directly
2023-04-06 luxufan[GVNHoist][NFC] Regenerate test case.
2023-04-06 Martin Storsjö[compiler-rt] [test] Only pass -incremental:no to the...
2023-04-06 Martin Storsjö[compiler-rt] [test] [fuzzer] Don't pass msvc/clang...
2023-04-06 Martin Storsjö[compiler-rt] Create the umbrella check-compiler-rt...
2023-04-06 Martin Storsjö[libunwind] [test] Add a mingw specific test config...
next