platform/upstream/llvm.git
2023-04-13 Yashwant Singh[LoopUnroll] Prevent LoopFullUnrollPass to perform...
2023-04-13 Lang Hames[JITLink] Remove a stale comment.
2023-04-13 Craig Topper[TableGen] Store CodeGenInstruction reference in EmitNo...
2023-04-13 Arthur Eubanks[Pipeline] Remove Annotation2Metadata pass in post...
2023-04-13 Peiming Liu[mlir][sparse] extend loop emitter to emit slice driven...
2023-04-13 Shivam Gupta[Docs] Add GettingStarted.md to index.md
2023-04-13 Kai Sasaki[mlir][func] Guard for unranked memref with the bare...
2023-04-13 Jason MolendaAArch64 debugserver parse ESR register for watchpoints
2023-04-13 Fangrui Song[docs] Fix --filter typo in SymbolizerMarkupFormat.rst
2023-04-13 Jason MolendaRemove AArch64 out of MIPS watchpoint-skip, doc wp...
2023-04-13 Philip Reames[RISCV][TTI] Call improveShuffleKindFromMask like all...
2023-04-13 Han Zhu[X86 isel] Remove lane requirement from lowerShuffleAsU...
2023-04-13 Noah Goldstein[LIBC] Fix comments / name of __sched_cpu_count tests
2023-04-13 Noah Goldstein[LIBC] Fix `getrandom` success return value
2023-04-13 Noah Goldstein[LIBC] Implement `sched_yield()`
2023-04-12 Reagan Bohan[crt] Enable sparc and mips targets
2023-04-12 Akira HatanakaFix an assertion failure in unwrapSugar
2023-04-12 Amara Emerson[GlobalISel][NFC] Add MachineInstr::getFirst[N]{Regs...
2023-04-12 Amara Emerson[GlobalISel] Move the truncstore_merge combine to the...
2023-04-12 Craig Topper[LV] Optimize trip count SCEV.
2023-04-12 Valentin Clement[mlir][openacc][NFC] Use oilist in assembly format
2023-04-12 Med Ismail... [lldb] Fix assertion when ScriptedProcess have no pid...
2023-04-12 Vitaly Buka[test][asan] Simplify test
2023-04-12 Michael Jones[libc] Fix strtod exponent overflow bug
2023-04-12 Fangrui SongRevert D146987 "[Assignment Tracking] Enable by default"
2023-04-12 Ziqing Luo[-Wunsafe-buffer-usage] Add a Fixable for pointer pre...
2023-04-12 varconst[libc++][ranges][NFC] Templatize some of the types...
2023-04-12 Paul Kirth[CodeGen][RISCV] Change Shadow Call Stack Register...
2023-04-12 Craig Topper[LoopIdiomRecognize] Replace getNegativeSCEV(getOne...
2023-04-12 Craig Topper[RISCV] Support llvm.lround intrinsics with i32 return...
2023-04-12 Fangrui Song[ELF] Cap parallel::strategy to 16 threads when --threa...
2023-04-12 Shubham Sandeep... Revert "Move DBG_VALUE's that depend on loads to after a"
2023-04-12 Nicolas Vasilache[mlir][SCF] Make the scf.take_assumed_branch transform...
2023-04-12 Vitaly Buka[test][tsan] Attempt to fix darwing after D147337
2023-04-12 Shubham Sandeep... Move DBG_VALUE's that depend on loads to after a
2023-04-12 Kadir Cetinkaya[clangd] Treat preamble patch as main file for include...
2023-04-12 David Green[AArch64][SVE] Extend predicated fadd/fsub patterns...
2023-04-12 Alexey Bataev[SLP]Improve reduction cost model for scalars.
2023-04-12 Kadir Cetinkaya[icnlude-cleaner] Fix dandling pointers in tests
2023-04-12 Alex Langford[lldb] Change formatter helper function parameter list...
2023-04-12 Shivam Gupta[Flang][Docs] Add a GettingStarted.md for build instruc...
2023-04-12 Paul Kirth[clang][driver][NFC] Add hasShadowCallStack to Sanitize...
2023-04-12 Paul Kirth[support] Provide overload to PrintNumber that use...
2023-04-12 lizhiguang[sanitizer] correct prctl scope
2023-04-12 Vlad Serebrennikov[clang] Make make_cxx_dr_status script runnable from...
2023-04-12 Mitch Phillips[MTE] [llvm-readobj] Add globals section parsing to...
2023-04-12 Timm Bäder[clang][NFC] Use range-for loop in TextDiagnostic.cpp
2023-04-12 Simon Pilgrim[SLP][X86] Add SSE4 test coverage to minmax reduction...
2023-04-12 Archibald Elliott[DAGCombiner] Fix (shl (ctlz x) n) for non-power-of...
2023-04-12 Archibald Elliott[NFC][AArch64] Add Test for PR61549
2023-04-12 Archibald Elliott[AArch64][GISel] Legalize non-power-of-two G_CTLZ
2023-04-12 Archibald Elliott[NFC][AArch64] Regenerate G_CTLZ Legalizer Test
2023-04-12 Alexis Engelke[LegacyPM] Call getPassName only when needed
2023-04-12 Thurston DangASan: move allocator base to avoid conflict with high...
2023-04-12 OCHyams[Assignment Tracking] Ignore VLA-backed variables
2023-04-12 Shao-Ce SUN[nfc][flang] Eliminate the dependency on cctype by...
2023-04-12 Nicolas Vasilache[mlir][SCF] Add an scf.take_assumed_branch transform op.
2023-04-12 Kadir Cetinkaya[include-cleaner] Improve handling for templates
2023-04-12 Mark de Wever[NFC][libc++] Use _LIBCPP_HIDE_FROM_ABI.
2023-04-12 Valentin Clement[flang][openacc] Keep region when applying data operand...
2023-04-12 Anna ThomasRevert "[GuardUtils] Add asserts about loop varying...
2023-04-12 David Green[AArch64][SVE] Extend predicated fma patterns to negati...
2023-04-12 Nikita Popov[VNCoercion] Drop some redundant functions (NFC)
2023-04-12 Ivan Butygin[mlir][scf] More WhileOp canonicalizations
2023-04-12 Simon Pilgrim[TTI][X86] getMinMaxCost - use existing integer min...
2023-04-12 Simon Pilgrim[X86] combinePTESTCC - attempt to use TESTPS/TESTPD...
2023-04-12 Simon Pilgrim[X86] Cleanup reduction cost table names. NFC.
2023-04-12 Nikita Popov[GVN][VNCoercion] Remove load widening leftovers (NFCI)
2023-04-12 Younan Zhang[clang] Implement CWG 2397
2023-04-12 Nikita Popov[GVN] Regenerate test checks (NFC)
2023-04-12 Sebastian Neubauer[AMDGPU] Fix amdgpu_gfx tail-call test
2023-04-12 Florian Hahn[Matrix] Fix crash during dot product lowering.
2023-04-12 Sergio Afonso[Flang][Driver][OpenMP] Enable options for selecting...
2023-04-12 Nikita Popov[GVN] Add additional metadata adjustment tests (NFC)
2023-04-12 Max Kazantsev[SimpleLoopUnswitch] Do not try to inject pointer condi...
2023-04-12 Max Kazantsev[Test] Add XFAIL test for PR62058
2023-04-12 Hans Wennborg[profile] Make __llvm_profile_global_timestamp static...
2023-04-12 LLVM GN Syncbot[gn build] Port e2b15ec235fe
2023-04-12 LLVM GN Syncbot[gn build] Port a6d9730f403a
2023-04-12 Nico Weber[gn] port a6ba74e471ac
2023-04-12 Akash Banerjee[MLIR][OpenMP] Update OpenMPIRBuilderTest to use opaque...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Allow linalg.copy to be vectorized with...
2023-04-12 Nikolas Klauser[libc++][NFC] rename __is_trivially_equality_comparable...
2023-04-12 Nikolas Klauser[libc++] Rename __tuple_dir back to __tuple
2023-04-12 Muhammad Omair... [BOLT] Fix section-end-sym.s test to only run x86/Linux
2023-04-12 Dmitry Makogon[LoopUtils] Add isKnownPositiveInLoop and isKnownNonPos...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Add support for tiling tensor.pad to...
2023-04-12 Hans WennborgRevert "Move "auto-init" instructions to the dominator...
2023-04-12 OCHyamsReapply (4) "[Assignment Tracking] Enable by default"
2023-04-12 OCHyams[Assignment Tracking] Fix assertion in AssignmentTracki...
2023-04-12 Alexander Kornienko[lldb] Reduce chances of spurious failures in some...
2023-04-12 Nicolas Vasilache[mlir][Linalg] Add a structured transform to materializ...
2023-04-12 Alex Zinenko[mlir] Add transform.foreach_match
2023-04-12 Dmitry Makogon[Test] Add ranges for some expressions in some SCEV...
2023-04-12 Simon Pilgrim[X86] SimplifyDemandedBitsForTargetNode - add TESTPS...
2023-04-12 Matt ArsenaultInstCombine: Add some additional is.fpclass tests
2023-04-12 Matt Arsenaultunittests: Use opaque pointers in a test
2023-04-12 Matt ArsenaultValueTracking: Handle no-nan check for computeKnownFPCl...
2023-04-12 Matt ArsenaultValueTracking: Remove outdated todo
2023-04-12 Matt ArsenaultAMDGPU: Push fneg into bitcast of integer select
next