aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-01[libc] Use LLVM CommandLine for loader tool (#101501)Joseph Huber5-80/+95
2024-08-01[SandboxIR] Implement the remaining CastInst sub-classes (#101537)vporpo2-0/+96
2024-08-01[LV] Add more tests with switches.Florian Hahn3-334/+656
2024-08-01workflows: Fix libclc-tests (#101524)Tom Stellard1-4/+3
2024-08-01[lld][InstrProf] Add "Separate" irpgo-profile-sort option (#101084)Ellis Hoag3-5/+7
2024-08-01[AMDGPU][True16][MC] Support v_swap_b16. (#100442)Brox Chen9-1/+88
2024-08-01[libc++] Check correctly ref-qualified __is_callable in algorithms (#73451)Nhat Nguyen23-84/+227
2024-08-01AMDGPU: Handle remote/fine-grained memory in atomicrmw fmin/fmax lowering (#9...Matt Arsenault16-10520/+13689
2024-08-01[libc] heap_sort_fuzz deleted unnecessary includes (#101535)RoseZhang031-1/+0
2024-08-01[libc] Fix math fuzzers (#101529)Michael Jones2-3/+5
2024-08-01[libc] created fuzz test for sin function (#101411)RoseZhang033-1/+50
2024-08-01[SystemZ][z/OS] Fix incorrect codegen for ADA_ENTRY pseudo instruction (#101415)tltao4-5/+69
2024-08-01[SandboxIR][NFC] Introduce templated CastInstImpl to simplify subclasses (#10...Arthur Eubanks2-347/+36
2024-08-01[ELF] Support relocatable files using CREL with explicit addendsFangrui Song23-44/+656
2024-08-01[MachO] Remove redundant bounds check (#100176)Daniel Bertalan1-5/+0
2024-08-01[libc] Fix erroneous warning on GCC (#101520)Joseph Huber1-0/+1
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan20-39/+515
2024-08-01[NFC][asan][odr] Use IntrusiveList for a ListOfGlobalsArtem Pianykh1-22/+29
2024-08-01[AArch64] Format comment to fit into line-length. NFCDavid Green1-4/+4
2024-08-01[flang] Add ability to have special allocator for descriptor data (#100690)Valentin Clement (バレンタイン クレメン)22-57/+187
2024-08-01[flang][runtime] Avoid call recursion in CopyElement runtime. (#101421)Slava Zakharin3-64/+291
2024-08-01[mlir][vector] Update tests for xfer-permute-lowering (nfc) (#101468)Andrzej Warzyński2-111/+180
2024-08-01[Hexagon] Fix concat lowering for HVX for 64B vector length (#98318)Santanu Das2-1/+136
2024-08-01[libc] Remove verbose printing from hdrgen tool (#101376)Joseph Huber1-2/+0
2024-08-01[Hexagon] Do not optimize address of another function's block (#101209)yandalur2-0/+177
2024-08-02 [ConstantRange] Add support for `shlWithNoWrap` (#100594)Yingwei Zheng4-5/+128
2024-08-01[CodeGen] Merge lowerConstantIntrinsics into pre-isel lowering (#97727)Alexis Engelke19-74/+55
2024-08-01[Mem2Reg] Replace block maps with block numbers (#101391)Alexis Engelke1-26/+21
2024-08-01[RISCV] Support f16 vmv.v.v and vmerge.vvm intrinsics with Zvfhmin. (#101457)Craig Topper3-7/+9
2024-08-01AMDGPU: Improve cost handling of canonicalize (#101479)Matt Arsenault4-164/+159
2024-08-01[clang][NFC] Update `cxx_dr_status.html`Vlad Serebrennikov1-0/+6
2024-08-01[libc++][stringbuf] Test and document LWG2995. (#100879)Mark de Wever5-10/+201
2024-08-01[InstCombine] Convert mem intrinsic with null into a noop (#100388)Yingwei Zheng3-1/+92
2024-08-01[libc++] Increase atomic_ref's required alignment for small types (#99654)Damien L-G2-7/+12
2024-08-01[Clang] Fix definition of layout-compatible to ignore empty classes (#92103)Mital Ashok5-50/+84
2024-08-01[clang] Fix crash with multiple non-parenthsized `sizeof` (#101297)Vlad Serebrennikov2-1/+16
2024-08-01[AIX] Turn on `#pragma mc_func` check by default (#101336)Qiongsi Wu4-10/+10
2024-08-01[Flang][Driver] Introduce -fopenmp-targets offloading option (#100152)Sergio Afonso6-12/+46
2024-08-01[lldb][test] Disable vla test on WindowsDavid Spickett1-0/+3
2024-08-01[LLVM][ISel][SVE] Remove redundant merging fp patterns. (#101351)Paul Walker3-27/+2
2024-08-01[NFC] [Clang] Some core issues have changed status from tentatively ready -> ...Mital Ashok4-171/+304
2024-08-01[libc++] Avoid using **this in error messages for expected monadic operations...ZERO-N2-20/+20
2024-08-01[libc++] Fix missing declarations of uses_allocator_construction_args (#67044)Shivam2-129/+179
2024-08-01[libc++] Remove dedicated namespaces for ranges functions (#76543)Christopher Di Bella96-583/+255
2024-08-01[NVPTX][NFC] Remove unneeded declarations in test (#101167)Hugh Delaney1-24/+0
2024-08-01AMDGPU: Add baseline test for copysign combineMatt Arsenault1-0/+222
2024-08-01[libc] Remove extra parensJoseph Huber1-1/+1
2024-08-01Revert "[Inliner] Fix bugs for partial inlining with vector"joshua-arch11-2/+2
2024-08-01[libc] Change the GPU loaders to LLVM executables (#101442)Joseph Huber5-9/+18
2024-08-01[Inliner] Fix bugs for partial inlining with vectorjoshua-arch11-2/+2