summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [libc++][format] Implements P3107R5 in <format>.upstream/users/mordante/P3107R5_improves_print__formatMark de Wever2024-03-3010-10/+337
* [libc++][test] Improves src include paths. (#86864)Mark de Wever2024-03-304-4/+4
* [clang][NFC] Fix ARM64EC clang-cl linker driver tests. (#87160)Jacek Caban2024-03-301-4/+4
* [IR] Use EXPORTAS for ARM64EC mangled symbols with dllexport attribute. (#81940)Jacek Caban2024-03-302-1/+52
* [clang][Driver] Pass -machine argument to the linker explicitly for ARM64EC t...Jacek Caban2024-03-303-0/+31
* [RISCV] RISCV vector calling convention (2/2) (#79096)Brandon Wu2024-03-306-83/+322
* Reland "[PassManager] Support MachineFunctionProperties (#83668)" (#87141)paperchalice2024-03-305-124/+143
* [clang-repl] Minor cleanups in Value.cpp (NFC) (#87066)Stefan Gränitz2024-03-301-4/+6
* [MLIR][ExecutionEngine] Introduce shared library (#87067)Christian Ulmann2024-03-301-0/+23
* [AMDGPU] Use AMDGPU::isIntrinsicAlwaysUniform in isSDNodeAlwaysUniform (#87085)Jay Foad2024-03-302-28/+13
* [ELF] Enhance --no-allow-shlib-undefined for non-exported definitionsFangrui Song2024-03-293-8/+5
* [ELF,test] Improve "non-exported symbol" testsFangrui Song2024-03-291-0/+4
* Revert "Reland "[PassManager] Support MachineFunctionProperties (#83668)"" (#...paperchalice2024-03-304-125/+103
* Reland "[PassManager] Support MachineFunctionProperties (#83668)" (#87137)paperchalice2024-03-304-103/+125
* Revert "[PassManager] Support MachineFunctionProperties (#83668)" (#87136)paperchalice2024-03-304-125/+103
* [PassManager] Support MachineFunctionProperties (#83668)paperchalice2024-03-304-103/+125
* [libc] enable stack protectors and frame pointers on default (#86288)Schrodinger ZHU Yifan2024-03-294-1/+30
* [BOLT] Don't terminate on trap instruction for Linux kernel (#87021)Maksim Panchenko2024-03-295-12/+28
* Fix apostrophes in assert error message (#69881)Sitnikov Sergey2024-03-291-2/+2
* [CMake] Update CMake cache file for the Win-to-Arm cross toolchains. NFC. (#8...Vladimir Vereschaka2024-03-291-10/+32
* [mlir][sparse] provide an AoS "view" into sparse runtime support lib (#87116)Aart Bik2024-03-297-23/+152
* [OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton2024-03-292-3/+41
* [mlir]Fix dialect conversion drop uses (#86991)Rob Suderman2024-03-292-3/+18
* [scudo] Change tests that use setrlimit to cause mmap to fail. (#87004)Christopher Ferris2024-03-292-0/+20
* [mlir][Vector] Fix crash in drop unit dims (#87104)Diego Caballero2024-03-292-6/+46
* [libc][math][c23] Fix impl and tests for X86_80 canonicalize function. (#87103)Shourya Goel2024-03-293-55/+54
* [clang][ExprConst] Fix second arg of __builtin_{clzg,ctzg} not always being e...OverMighty2024-03-292-10/+54
* [clang][Darwin] Handle reexported library arguments in driver (#86980)Cyndy Ishida2024-03-292-0/+24
* Add operands to worklist when only used by deleted op (#86990)mlevesquedion2024-03-294-18/+92
* [OpenMP] [amdgpu] Added a synchronous version of data exchange. (#87032)dhruvachak2024-03-292-0/+93
* [GlobalISel] Fold G_ICMP if possible (#86357)Shilei Tian2024-03-2924-393/+694
* [GlobalISel] Call `setInstrAndDebugLoc` before `tryCombineAll` (#86993)Shilei Tian2024-03-293-57/+9
* [DXIL] Add lowering for `ceil` (#87043)Helena Kotas2024-03-293-0/+33
* [clang] Move state out of `PreprocessorOptions` (2/n) (#87099)Jan Svoboda2024-03-293-38/+47
* Reland "[NVPTX] Use .common linkage for common globals" (#86824)Alex MacLean2024-03-293-10/+44
* [FPEnv][AtomicExpand] Correct strictfp attribute handling in AtomicExpandPass...Kevin P. Neal2024-03-292-12/+15
* [libc++] Document guidelines for applying [[nodiscard]] (#84000)Nikolas Klauser2024-03-292-0/+43
* [libc++] Optimize the std::mismatch tail (#83440)Nikolas Klauser2024-03-293-4/+68
* [clang] Move state out of `PreprocessorOptions` (1/n) (#86358)Jan Svoboda2024-03-297-46/+65
* [libc][Docs] Update RPC server example using CUDA after changesJoseph Huber2024-03-291-11/+4
* [libc] Change RPC interface to not use device ids (#87087)Joseph Huber2024-03-298-181/+107
* [InstallAPI][test] Add requires x86_64 for hardcoded target testCyndy Ishida2024-03-291-1/+1
* [libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones2024-03-291-3/+4
* [HLSL][DXIL] HLSL's `round` should follow `roundeven` behavior (#87078)Farzon Lotfi2024-03-297-57/+50
* Add bit width length modifier to printf (#82461)Om Prakaash2024-03-299-18/+215
* [InstallAPI][test] Tweak test to run on older CI configCyndy Ishida2024-03-291-15/+11
* [scudo] Only init RingBuffer when needed. (#85994)Christopher Ferris2024-03-292-22/+87
* [Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide2024-03-295-15/+23
* [GlobalISel] Handle div-by-pow2 (#83155)Shilei Tian2024-03-297-730/+2493
* [RISCV] Move VPseudoBinaryNoMask multiclass to RISCVInstrInfoZvk.td and renam...Craig Topper2024-03-292-15/+15