aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-05[ELF][Obvious] Remove unused CUDA OS/ABI structJoseph Huber1-4/+0
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber6-9/+80
2024-01-05[libc] fix -Warray-bounds in block_offset (#77001)Nick Desaulniers1-7/+1
2024-01-05[libc][math] fix nan* death tests failing in asan builds (#77110)Nishant Mittal3-0/+6
2024-01-05[Clang] Regenerate test checks (NFC)Nikita Popov8-576/+576
2024-01-05[clang]Transform uninstantiated ExceptionSpec in `TemplateInstantiator` (#77073)Congcong Cai6-5/+26
2024-01-05[Clang][OpenMP] Fix stdio.h wrapper when glibc includes again (#77017)Joel E. Denny1-3/+31
2024-01-05[mlir][mesh] In sharding attr use FlatSymbolRefAttr instead of SymbolRefAttr ...Boian Petkantchin6-10/+18
2024-01-05[RemoveDIs] Handle DPValues in FastISel (#76952)Orlando Cazalet-Hyams74-151/+398
2024-01-05[libc][math] fix failing nanl_test build (#77102)Nishant Mittal1-1/+1
2024-01-05[OpenACC] Fix comments on OpenACC enum to use ///erichkeane1-11/+11
2024-01-05[mlir] Fix support for loop normalization with integer indices (#76566)Arseniy Obolenskiy2-2/+35
2024-01-05[TableGen] Add a backend to generate MacroFusion predicators (#72222)Wang Pengcheng7-0/+462
2024-01-05[ConstraintElim] Add tests for signed induction variables (NFC)Nikita Popov1-0/+297
2024-01-05[DebugInfo] Correctly track metadata slots for DPValues (#76941)Stephen Tozer1-1/+12
2024-01-05[AsmPrinter][Dwarf5][nfc] Remove template from AccelTable class (#76296)Felipe de Azevedo Piovezan1-37/+25
2024-01-05[X86] Add ABI handling for __float128 to match with GCC (#75156)Phoebe Wang3-0/+40
2024-01-05[mlir][nvvm] Add clock and clock64 special registers (#77088)Guray Ozen2-0/+9
2024-01-05[X86] keylocker-intrinsics.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-240/+240
2024-01-05[X86] combine-fneg.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-68/+68
2024-01-05[X86] fp128-cast.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-548/+548
2024-01-05[X86] vec_fptrunc.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-87/+87
2024-01-05[X86] vec_fpext.ll - replace X32 checks with X86. NFC.Simon Pilgrim1-116/+116
2024-01-05[AArch64] Add tests showing unnecessary cast promotion.Florian Hahn1-0/+146
2024-01-05[gn] port 255f95a40377Nico Weber1-0/+1
2024-01-05[libc][math] Implement nan(f|l) functions (#76690)Nishant Mittal23-20/+451
2024-01-05[InstCombine] Canonicalize `switch(C-X)` to `switch(X)` (#77051)Yingwei Zheng2-0/+101
2024-01-05[System][z/OS] Fix per-thread timing error on z/OS (#76947)Abhina Sree1-0/+3
2024-01-05[clang][ASTImporter][StructuralEquivalence] improve StructuralEquivalence on ...Qizhi Hu2-3/+33
2024-01-05[AArch64] Add some tests for addLikeOr with csinc. NFCDavid Green1-0/+64
2024-01-05[clang] Correctly implement CWG 2672 (#75001)Younan Zhang16-54/+39
2024-01-05Revert 4d7c5ad58467502fcbc433591edff40d8a4d697d "[NewPM] Update CodeGenPrepar...Simon Pilgrim114-402/+240
2024-01-05[clang] Accept recursive non-dependent calls to functions with deduced return...Mariya Podchishchaeva4-0/+69
2024-01-05[mlir][gpu] Improve `gpu-lower-to-nvvm-pipeline` Documentation (#77062)Guray Ozen31-93/+354
2024-01-05add prop-dict support for custom directive for mlir-tblgen (#77061)drazi3-3/+19
2024-01-05[Clang][SME] Remove unused HasSVE2p1 variableSam Tebbs1-1/+0
2024-01-05[TLI] Add mappings to SLEEF/ArmPL libcall variants taking linear args. (#76060)Alexandros Lamprineas3-3/+403
2024-01-05[lli] Mimic default LLJIT logic with explicit --jit-linker option (#76964)Stefan Gränitz1-3/+6
2024-01-05[NFC][clang][test][asan] Make `instantiation-depth-default.cpp` a valid test ...Duo Wang1-11/+5
2024-01-05[Clang][SME] Add IsStreamingOrSVE2p1 (#76975)Sam Tebbs19-170/+285
2024-01-05[TOSA] Usage of 32bit integer for 'index to float' in rfft2d (#75098)Dmitriy Smirnov2-26/+29
2024-01-05[mlir][nvgpu] Introduce Multicast Capability to `nvgpu.tma.async.load` (#76935)Guray Ozen4-9/+35
2024-01-05[SimplifyLibCalls] Don't try to manually reprocess callsNikita Popov2-19/+19
2024-01-05[libc++][streams] P1759R6: Native handles and file streams (#76632)Hristo Hristov24-30/+508
2024-01-05[libc++][span] P2821R5: `span.at()` (#74994)Hristo Hristov17-2/+280
2024-01-05[X86][MC] Support encoding/decoding for APX variant MUL/IMUL/DIV/IDIV instruc...Shengchen Kan15-65/+1438
2024-01-05[include-cleaner] Fix a race issue when editing multiple files. (#76960)Haojian Wu1-27/+31
2024-01-05[InstCombine] Simplify compare abs(X) and X. (#76385)Z5722-0/+270
2024-01-05[coroutines] Introduce [[clang::coro_disable_lifetimebound]] (#76818)Utkarsh Saxena6-5/+49
2024-01-05[llvm][lit] Handle case when there is no llvm default target triple (#76934)David Spickett1-8/+18