aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 hours[libc++][spaceship] Marks P1614 as complete.users/mordante/spaceship_status_updateMark de Wever9-21/+22
6 hours[libc++][spaceship] Implements X::iterator container requirements.users/mordante/spaceship_container_iteratorsMark de Wever9-5/+93
8 hours[Transforms] DXILResource.cpp - fix MSVC "not all control paths return a valu...Simon Pilgrim1-0/+1
8 hours[libc] Added missing operator delete generated by gcc/clang (#67457)Mikhail R. Gadelha1-1/+14
8 hours[Clang][NFC] Remove unnecessary copy (#97902)smanna121-1/+1
8 hours[AMDGPU] Simplify alias stripping to use utility functionJoseph Huber1-4/+1
8 hours[libc++][ranges] LWG4001: `iota_view` should provide `empty` (#79687)Hristo Hristov3-1/+120
8 hours[libc] Change rand implementation so all tests pass in both 32- and 64-bit sy...Mikhail R. Gadelha1-11/+30
8 hours[Clang] [C23] Fix typeof_unqual for qualified array types (#92767)Mital Ashok6-34/+106
8 hours[InstCombine] Fold select of symmetric selects (#99245)Tim Gymnich2-0/+151
8 hours[clang-tidy] Add support for std::rotate(_copy) and inplace_merge to moderniz...Nathan James4-1/+27
9 hours[lldb] Disable verbose_trap.test on Windows (#99323)Leandro Lupori1-0/+2
9 hours[Clang] Fix some assertions not looking through type sugar (#92299)Mital Ashok3-3/+22
9 hours[SLP]Improve minbitwidth analysis for trun'ed gather nodes.Alexey Bataev5-43/+62
9 hoursRevert "[SLP]Improve minbitwidth analysis for trun'ed gather nodes."Alexey Bataev5-61/+43
9 hours[SLP]Improve minbitwidth analysis for trun'ed gather nodes.Alexey Bataev5-43/+61
9 hours[RISCV] Support constant hoisting of immediate store values (#96073)Alex Bradbury4-15/+95
10 hours[MLIR][ROCDL] Refactor conversion of math operations to ROCDL calls to a sepa...Jan Leyonberg9-44/+652
10 hours[VPlan] Use State.VF in vectorizeInterleaveGroup (NFCI).Florian Hahn1-14/+14
10 hours[CodeGen] Fix -Wunused-variable in SelectionDAG.cpp (NFC)Jie Fu1-1/+1
10 hours[Clang] Require base element type of `__has_unique_object_representations` to...Mital Ashok4-1/+22
10 hours[Clang] Add attribute for consteval builtin functions (#91894)Mital Ashok6-6/+28
10 hours[X86] createSetFPEnvNodes - pass SDLoc by reference instead of value.Simon Pilgrim1-1/+1
10 hours[InstrRef][NFC] Avoid another DenseMap, use a sorted vector (#99051)Jeremy Morse1-8/+28
10 hoursRevert "[SLP]Improve minbitwidth analysis for trun'ed gather nodes."Alexey Bataev6-62/+47
11 hours[LLVM] Add `llvm.experimental.vector.compress` intrinsic (#92289)Lawrence Benson27-1/+1105
11 hours[Clang] [C23] Implement N2653: u8 strings are char8_t[] (#97208)Mital Ashok7-11/+72
11 hours[SLP][REVEC] Make SLP support revectorization (-slp-revec) and add simple tes...Han-Kuan Chen2-6/+66
11 hours[Flang] Exclude the reference to TIME_UTC for AIX. (#99069)Daniel Chen1-0/+2
11 hours[clang][Sema] Improve `Sema::CheckCXXDefaultArguments` (#97338)MagentaTreehouse1-16/+14
12 hoursadjust the Xtensa backend after change f270a4dd6667759d7305797a077ae09648318ac7Sylvestre Ledru1-1/+1
12 hours[lldb][Bazel]: Second attempt to adapt for a751f653b40f2021f091a2f1ebcc2d91bc...Adrian Kuegel1-0/+1
12 hoursRevert "[lldb][Bazel]: Adapt BUILD.bazel file for a751f653b40f2021f091a2f1ebc...Adrian Kuegel1-4/+1
12 hours[lldb][Bazel]: Adapt BUILD.bazel file for a751f653b40f2021f091a2f1ebcc2d91bc4...Adrian Kuegel1-1/+4
12 hours[emacs] Fix autoloading for llvm-mir-mode (#98984)Lin Jian1-1/+1
12 hours[SLP]Improve minbitwidth analysis for trun'ed gather nodes.Alexey Bataev6-47/+62
12 hours[Clang][Concepts] Avoid substituting into constraints for invalid TemplateDec...Younan Zhang3-0/+17
12 hours[LV][NFC]Introduce isScalableVectorizationAllowed() to refactor getMaxLegalSc...Alexey Bataev1-10/+39
12 hoursRevert "[AArch64] Remove superfluous sxtw in peephole opt (#96293)"Krasimir Georgiev3-82/+8
13 hours[AArch64][GISel] Add test cases for folding shifts into load/store addressing...Tianyi Guan3-143/+799
13 hours[LV] Process dead interleave pointer ops in reverse order.Florian Hahn2-2/+200
13 hours[AMDGPU] Remove SIWholeQuadMode pass early exit (#98450)Carl Ritson1-25/+38
13 hours[InstrRef][NFC] Avoid un-necessary DenseMap queries (#99048)Jeremy Morse2-19/+27
14 hours[gn build] Port e94e72a0c229LLVM GN Syncbot1-0/+1
14 hours[LV][AArch64] Prefer Fixed over Scalable if cost-model is equal (Neoverse V2)...Sjoerd Meijer8-1/+87
14 hours[flang][debug] Fix issues with local variables. (#98661)Abid Qadeer3-19/+94
14 hoursReapply "[clang][Interp] Implement dynamic memory allocation handling (#70306)"Timm Bäder19-8/+1213
14 hours[nsan] Swap alignas and visibility order (NFC) (#98933)Nikita Popov1-11/+10
14 hours[C API] Support new ptrauth constant type (#93909)Benji Smith6-1/+92
14 hours[X86] Fold blend(pshufb(x,m1),pshufb(y,m2)) -> blend(pshufb(x,blend(m1,m2)),p...Simon Pilgrim23-4771/+4936