summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-08[๐˜€๐—ฝ๐—ฟ] initial versionusers/slinder1/sprnfcasmprinter-clarify-handlenewdebugvalue-cache-of-trackedregsScott Linder
2023-11-08[๐˜€๐—ฝ๐—ฟ] changes to main this commit is based onusers/slinder1/sprmain.nfcasmprinter-clarify-handlenewdebugvalue-cache-of-trackedregsScott Linder
2023-11-08[ELF] Fix assertion in cdsort (#71708)spupyrev
2023-11-08[LLD][COFF] Support /DEPENDENTLOADFLAG[:flags] (#71537)Aleksei Nurmukhametov
2023-11-08[flang] Change `uniqueCGIdent` separator from `.` to `X` (#71338)Fabian Mora
2023-11-08Fix SmallVector usage in SerailzeToHsaco (#71702)Krzysztof Drewniak
2023-11-08Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks
2023-11-08[AMDGPU] Add inreg support for SGPR arguments (#67182)Jun Wang
2023-11-08[mlir][sparse] end-to-end matmul between Dense and BSR tensors (#71448)Peiming Liu
2023-11-08[libc++][hardening] Rework macros for enabling the hardening mode. (#70575)Konstantin Varlamov
2023-11-08[gn build] Port c6cf32950283LLVM GN Syncbot
2023-11-08[CodeGen] Implement post-opt linking option for builtin bitocdes (#69371)Jacob Lambert
2023-11-08[BOLT] Follow-up to "Fix incorrect basic block output addresses" (#71630)Maksim Panchenko
2023-11-08Make DWARFUnitVector threadsafe. (#71487)Greg Clayton
2023-11-08[gn build] Port 7ef7a92ead3dLLVM GN Syncbot
2023-11-08[lldb] Add Checksum class to lldbUtility (#71456)Jonas Devlieghere
2023-11-08Simplify ValueObject::GetQualifiedRepresentationIfAvailable(). (#71559)Adrian Prantl
2023-11-08[mlir][sparse][gpu] cleanup GPUDataTransferStrategy (#71615)Aart Bik
2023-11-09[scudo] Calling initCache() in init() of SizeClassAllocatorLocalCache (#71427)ChiaHungDuan
2023-11-08[InstSimplify] Precommit extra tests for PR71528Graham Hunter
2023-11-08[GuardWidening] Require analyses only if necessaryAnna Thomas
2023-11-08[libc++][CI] Adds a new CMake version in Docker. (#71582)Mark de Wever
2023-11-08Implement syncstream (p0053)Mark de Wever
2023-11-08Reapply 7d77bbef4ad92, adding new debug-info classesJeremy Morse
2023-11-08[X86] Add fabs test coverage for Issue #70947Simon Pilgrim
2023-11-08[X86] vec_fabs.ll - add AVX2 test coverageSimon Pilgrim
2023-11-08[OpenMP] Add skewed iteration distribution on hybrid systems (#69946)Jonathan Peyton
2023-11-08[OCaml] Fix tests after const_uitofp removal (NFC)Nikita Popov
2023-11-08[CVP] Fix use after scopeNikita Popov
2023-11-08[InstCombine] Handle scalable geps in EmitGEPOffset (#71565)David Green
2023-11-08[InstSimplify] Check call for FMF instead of CtxI (#71585)annamthomas
2023-11-08[lldb][test] Skip ScriptedProcess missing methods test on WindowsDavid Spickett
2023-11-08[llvm][AArch64][NFC] Correct 70ea64de8bb8305d7e523edbee21a4d743cc3155David Spickett
2023-11-08[llvm][AArch64][NFC] Correct AArch64Combine.td filename in license commentDavid Spickett
2023-11-08[SystemZ] Do not run mbackchain-4.c test without SystemZ target (#71678)Ilya Leoshkevich
2023-11-08[AArch64] Remove unused variable 'MaskSize' in GenerateFixedLengthSVETBL (NFC)Jie Fu
2023-11-08[AArch64][SME] Shuffle lowering, assume that the minimal SVE register is 128-...Dinar Temirbulatov
2023-11-08[flang] Fix typo in ExpressionAnalyzer::CheckIntrinsicKind, NFCKrzysztof Parzyszek
2023-11-08[ConstraintElim] Make sure add-rec is for the current loop.Florian Hahn
2023-11-08Revert "[DAGCombiner] Transform `(icmp eq/ne (and X,C0),(shift X,C1))` to use...alexfh
2023-11-08[SystemZ] Add backchain target-feature (#71668)Ilya Leoshkevich
2023-11-08[ConstraintElim] Add test for mis-compile with adjacent loops.Florian Hahn
2023-11-08[CVP] Try to fold sdiv to constantNikita Popov
2023-11-08[CVP] Add additional sdiv tests (NFC)Nikita Popov
2023-11-08[mlir][python] Add support for arg_attrs and other attrs to NamedSequenceOpNicolas Vasilache
2023-11-08[clangd] Allow hover over 128-bit variable without crashing (#71415)Bjรถrn Pettersson
2023-11-08[AMDGPU] Fix -Wunused-variable in SIFrameLowering.cpp (NFC)Jie Fu
2023-11-08[clang][NFC] Partially annotate `IdentifierInfo` with `preferred_type`Vlad Serebrennikov
2023-11-08[mlir] Fix -Wsign-compare in NVGPUDialect.cpp (NFC)Jie Fu
2023-11-08[InstSimplify] Precommit test for PR71528Graham Hunter