Sign in
llvm
/
llvm-project
/
ebe5c660608c1c830236c1e379c9720292343cda
ebe5c66
[DXIL] Remove definition and any uses of DXIL `Property` (#130796)
by Finn Plummer
· 3 weeks ago
49f0607
[clang][bytecode] Fix union copy/move operator active check (#132238)
by Timm Baeder
· 3 weeks ago
882082a
[HLSL] Buffer handle globals should not be constants (#130231)
by Justin Bogner
· 3 weeks ago
dd3addf
[bazel] Add missing dependency for ff3341ca35fe4ce05b52e89d654ff4c696d3602e
by Benjamin Kramer
· 3 weeks ago
382b707
[libc++] Add coverage for C++17 and Clang Modules with LSV (#131815)
by Louis Dionne
· 3 weeks ago
909bff8
gn build: libcxx: Sync file list and always define _LIBCPP_ABI_VERSION.
by Peter Collingbourne
· 3 weeks ago
0489447
[PowerPC] dmr extract update assembly operand order (#132083)
by RolandF77
· 3 weeks ago
5356a9b
[gn] port 3c657ceef9ced (llvm-ml64)
by Nico Weber
· 3 weeks ago
adb5775
[asan] Fix-forward by removing sys/personality.h for non-Linux in #131975
by Thurston Dang
· 3 weeks ago
89a1197
[asan] Fix-forward by adding SANITIZER_LINUX guard to 131975
by Thurston Dang
· 3 weeks ago
fa52a54
[X86] Add tests showing failure to concatenate X86ISD::VPERMILPV nodes.
by Simon Pilgrim
· 3 weeks ago
b62e149
[CostModel][X86] check fma cost kinds using -cost-kind=all
by Simon Pilgrim
· 3 weeks ago
4d4d9d5
[TTI] Use TypeSize in isLoadFromStackSlot and isStoreToStackSlot [nfc] (#132244)
by Philip Reames
· 3 weeks ago
e202ff4
[profile] Implement a non-mmap path when reading profile files from a non-local filesystem (#131177)
by Wael Yehia
· 3 weeks ago
5f6d9b4
[BOLT] Make Relocations a class and add optional field (#131638)
by Paschalis Mpeis
· 3 weeks ago
10624e6
[BOLT] Fix warnings
by Kazu Hirata
· 3 weeks ago
73cd84a
[NFC][libc++] Adds (multi|)(map|set) forward declarations. (#131541)
by Mark de Wever
· 3 weeks ago
99b1a2a
[clang] Remove deprecated `FileManager` APIs (#132063)
by Jan Svoboda
· 3 weeks ago
15ad84f
[clang][deps] Explicitly link pthreads
by Jan Svoboda
· 3 weeks ago
482b952
[BOLT] Gadget scanner: factor out utility code (#131895)
by Anatoly Trosinenko
· 3 weeks ago
2df51fd
[Transforms] Avoid repeated hash lookups (NFC) (#132146)
by Kazu Hirata
· 3 weeks ago
93507f6
[PowerPC] Avoid repeated hash lookups (NFC) (#132145)
by Kazu Hirata
· 3 weeks ago
bc9cee1
[IPO] Avoid repeated map lookups (NFC) (#132144)
by Kazu Hirata
· 3 weeks ago
ac269e6
[ExecutionEngine] Avoid repeated hash lookups (NFC) (#132143)
by Kazu Hirata
· 3 weeks ago
69b7011
[TableGen] Avoid repeated hash lookups (NFC) (#132142)
by Kazu Hirata
· 3 weeks ago
c38ef58
[ByteCode] Avoid repeated hash lookups (NFC) (#132141)
by Kazu Hirata
· 3 weeks ago
7193528
[Target] Use *Set::insert_range (NFC) (#132140)
by Kazu Hirata
· 3 weeks ago
7c1f473
[NFC][analyzer] Multipart checker refactor 1: VirtualCallChecker (#132072)
by Donát Nagy
· 3 weeks ago
03ceb26
[RISCV] Fix incorrect slide offset when using vnsrl to de-interleave (#132123)
by Min-Yih Hsu
· 3 weeks ago
b231f6f
[MLIR][OpenMP] Improve omp.map.info verification (#132066)
by Sergio Afonso
· 3 weeks ago
eb77061
[RISCV] Add assembler support for Zvqdotq. (#132118)
by Craig Topper
· 3 weeks ago
cebc4a1
[Lex][Clang] Add checking to HeaderMapImpl::getString to make it more robust (#131677)
by Shafik Yaghmour
· 3 weeks ago
392b8f3
[clang] Handle Binary StingLiteral kind in one more place (#132201)
by Mariya Podchishchaeva
· 3 weeks ago
7063419
[libc][docs] Add dirent implementation status doc and include in CMakeLists (#132151)
by Prashanth
· 3 weeks ago
3b3f8c5
[asan] Re-exec without ASLR if needed on 32-bit Linux (#131975)
by Thurston Dang
· 3 weeks ago
fdeb2ff
[lldb] Fix prologue size calculation for discontinuous functions (#131597)
by Pavel Labath
· 3 weeks ago
ff3341c
[MLIR][OpenMP] Simplify OpenMP to LLVM dialect conversion (#132009)
by Sergio Afonso
· 3 weeks ago
55d3a55
[AMDGPU][True16][CodeGen]disable true16 on fneg test (#132221)
by Brox Chen
· 3 weeks ago
97213b3
[MC] Return MCRegister from MCRegisterClass::getRegister. NFC (#132126)
by Craig Topper
· 3 weeks ago
6cd62ad
Revert "[clang] improve class type sugar preservation in pointers to members" (#132215)
by Matheus Izvekov
· 3 weeks ago
e6a87da
[CodeGen] Don't explicitly set intrinsic attributes (NFCI)
by Nikita Popov
· 3 weeks ago
9b1f905
[clang] improve class type sugar preservation in pointers to members (#130537)
by Matheus Izvekov
· 3 weeks ago
cb1e91c1
[libclc] add --only-needed to llvm-link when INTERNALIZE flag is set (#130871)
by Wenju He
· 3 weeks ago
345748e
[IVDescriptor] Explicitly check for isMinMaxRecurrenceKind in getReductionOpChain. NFC (#132025)
by Luke Lau
· 3 weeks ago
73558dc
[SLP][REVEC] Fix getStoreMinimumVF only accept scalar types. (#132181)
by Han-Kuan Chen
· 3 weeks ago
1a2539ec
[mlir:bufferization] Make `LayoutMapOption` CL args enums. (#132121)
by Ingo Müller
· 3 weeks ago
7dc5504
[LLVM][CodeGen][AArch64] Improve PTEST removal by looking through copies. (#132041)
by Paul Walker
· 3 weeks ago
9dc854c
[libc++] Improve test coverage for copy/move ctors for vector<bool> (#120132)
by Peng Liu
· 3 weeks ago
a5d4b50
[SLP] NFC. Change the inner loop and outer loop of appendOperandsOfVL. (#132152)
by Han-Kuan Chen
· 3 weeks ago
c65fa91
[C23] Fix compound literals within function prototype (#132097)
by Aaron Ballman
· 3 weeks ago
8c6f309
[clang] Introduce "binary" StringLiteral for #embed data (#127629)
by Mariya Podchishchaeva
· 3 weeks ago
68180d8
[flang][OpenMP] Use OmpDirectiveSpecification in standalone directives (#131163)
by Krzysztof Parzyszek
· 3 weeks ago
82912fd
[libclc] Update license headers (#132070)
by Fraser Cormack
· 3 weeks ago
f5ee105
[Clang] Optimize -Wunsafe-buffer-usage. (#125492)
by Ivana Ivanovska
· 3 weeks ago
64555e3
[X86][NFCI] Add IsStore parameter to hasConditionalLoadStoreForType (#132153)
by Phoebe Wang
· 3 weeks ago
750e716
[capi][nfc] Reference Function::getFunctionType in LLVMGlobalGetValueType (#132102)
by Mike Aizatsky
· 3 weeks ago
01f0425
[LV] Get FMFs from VectorBuilder in createSimpleReduction. NFC (#132017)
by Luke Lau
· 3 weeks ago
0738f70
[Intrinsics] Add Intrinsic::getFnAttributes() (NFC) (#132029)
by Nikita Popov
· 3 weeks ago
d4b586a
[LLDB][NFC] Fix typo in docs (#131388)
by Kon
· 3 weeks ago
b3b5527
[lldb] Use UnwindPlan::Row as values, part 2 (#132008)
by Pavel Labath
· 3 weeks ago
14006c8
[AMDGPU] Fix a warning
by Kazu Hirata
· 3 weeks ago
bf5cdd6
[libc++][test] Fix issues found by MSVC's STL (#131787)
by Stephan T. Lavavej
· 3 weeks ago
e17b3cd
[AMDGPU] Dynamic VGPR support for llvm.amdgcn.cs.chain (#130094)
by Diana Picus
· 3 weeks ago
53a395fd
[AArch64][GlobalISel] Legalize more CTPOP vector types. (#131513)
by David Green
· 3 weeks ago
7c64790
[CIR] Follow up for addressing style comment (#132093)
by Amr Hesham
· 3 weeks ago
0e6ea09
[AArch64][GlobalISel] Scalarize zext with larger than i64 elements.
by David Green
· 3 weeks ago
6df192c
[AArch64] Addition gisel tests for udiv by constant and zext/sext/trunc. NFC
by David Green
· 3 weeks ago
4254f27
[CodeGen][NPM] Parse MachineFunctions in NPM driver (#128467)
by Akshat Oke
· 3 weeks ago
9cdbc47
[clangd] Add `HeaderInsertion` config option (#128503)
by Mythreya
· 3 weeks ago
b44b72e
[RISCV] Check line and column numbers for errors in XCVmem-invalid.s. NFC
by Craig Topper
· 3 weeks ago
0744d49
[RISCV] Add Qualcomm uC Xqcilb (Long Branch) extension (#131996)
by quic_hchandel
· 3 weeks ago
460c0f5
[lldb] Move two methods from Platfrom -> Host (NFC) (#132119)
by Jonas Devlieghere
· 3 weeks ago
d99033e
[LTO][WPD] Suppress WPD on a class if the LTO unit doesn't have the prevailing definition of this class (#131721)
by Mingming Liu
· 3 weeks ago
d0d33d2
[DirectX] Documenting Root Signature Binary representation (#131011)
by joaosaffran
· 3 weeks ago
9cab82f
[InstCombine] Enable select freeze poison folding when storing value (#129776)
by John McIver
· 3 weeks ago
5946696
[msan] Handle NEON vector load (#130457)
by Thurston Dang
· 3 weeks ago
c3e1633
[SLP][REVEC] Ignore UserTreeIndex if it is empty. (#131993)
by Han-Kuan Chen
· 3 weeks ago
6003c30
[clang] NFC: Unify implementations of CheckMemberPointerConversion (#131966)
by Matheus Izvekov
· 3 weeks ago
ead2724
[mlir][scf] Fix a div-by-zero bug when step of `scf.for` is zero (#131079)
by Longsheng Mou
· 3 weeks ago
08dda4d
[Analysis][EphemeralValuesCache][InlineCost] Ephemeral values caching for the CallAnalyzer (#130210)
by vporpo
· 3 weeks ago
fd7be0d
[clang] NFC: Clear some uses of MemberPointerType::getClass (#131965)
by Matheus Izvekov
· 3 weeks ago
2c91f10
[flang] Fixed repacking for TARGET and INTENT(OUT) (#131972)
by Slava Zakharin
· 3 weeks ago
c50d39f
[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)
by Ethan Luis McDonough
· 3 weeks ago
de2a451
[ARM] Use MCPhysReg instead of uint16_t for arrays of registers. NFC
by Craig Topper
· 3 weeks ago
be9b7a1
[clang] ASTContext: flesh out implementation of getCommonNNS (#131964)
by Matheus Izvekov
· 3 weeks ago
77ac5a2
[clang-doc] Enable MD tests in basic-project (#131924)
by Paul Kirth
· 3 weeks ago
09b0e56
[lldb] Add RegisterCheckpoint overload for register methods in RegisterContextThreadMemory (#132079)
by Felipe de Azevedo Piovezan
· 3 weeks ago
86fc897
[lld][MachO] Add --disable_verify flag (#132105)
by Ellis Hoag
· 3 weeks ago
6cc9180
[AMDGPU] Autogen checks for mfma-no-register-aliasing.ll (#132117)
by Jeffrey Byrnes
· 3 weeks ago
2e5a751
[lldb-dap] Stop linking explicitly against pthread (#132111)
by Jonas Devlieghere
· 3 weeks ago
f157365
[clang][NFC] Bump latest release number for C++ DR status page
by Vlad Serebrennikov
· 3 weeks ago
214f558
[RISCV] Add ($rs1) InstAliases with no immediate for Zilsd/Zclsd. (#132094)
by Craig Topper
· 3 weeks ago
0dcc201
[Transforms] Use *Set::insert_range (NFC) (#132056)
by Kazu Hirata
· 3 weeks ago
5ac8c52
[RISCV] Correct the register class in the C_SWSP and C_SDSP InstAliases. (#132086)
by Craig Topper
· 3 weeks ago
4c36c42
[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)
by Alexey Samsonov
· 3 weeks ago
2e13ec5
[VPlan] Bail out on non-intrinsic calls in VPlanNativePath.
by Florian Hahn
· 3 weeks ago
fecd937
[Clang] Fix UB in #131515 (#132091)
by cor3ntin
· 3 weeks ago
93afd8f
[CIR] Upstream support for type aliases (#131912)
by Andy Kaylor
· 3 weeks ago
01d28c1
[Clang] emit -Wunused-variable warning for unused structured bindings without the [[maybe_unused]] attribute (#127061)
by Oleksandr T.
· 3 weeks ago
a306ae0
Fix malformed RST in release notes; NFC
by Aaron Ballman
· 3 weeks ago
Next »