aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-30[libc++][format] Implements P3107R5 in <format>.users/mordante/P3107R5_improves_print__formatMark de Wever10-10/+337
2024-03-30[libc++][test] Improves src include paths. (#86864)Mark de Wever4-4/+4
2024-03-30[clang][NFC] Fix ARM64EC clang-cl linker driver tests. (#87160)Jacek Caban1-4/+4
2024-03-30[IR] Use EXPORTAS for ARM64EC mangled symbols with dllexport attribute. (#81940)Jacek Caban2-1/+52
2024-03-30[clang][Driver] Pass -machine argument to the linker explicitly for ARM64EC t...Jacek Caban3-0/+31
2024-03-30[RISCV] RISCV vector calling convention (2/2) (#79096)Brandon Wu6-83/+322
2024-03-30Reland "[PassManager] Support MachineFunctionProperties (#83668)" (#87141)paperchalice5-124/+143
2024-03-30[clang-repl] Minor cleanups in Value.cpp (NFC) (#87066)Stefan Gränitz1-4/+6
2024-03-30[MLIR][ExecutionEngine] Introduce shared library (#87067)Christian Ulmann1-0/+23
2024-03-30[AMDGPU] Use AMDGPU::isIntrinsicAlwaysUniform in isSDNodeAlwaysUniform (#87085)Jay Foad2-28/+13
2024-03-29[ELF] Enhance --no-allow-shlib-undefined for non-exported definitionsFangrui Song3-8/+5
2024-03-29[ELF,test] Improve "non-exported symbol" testsFangrui Song1-0/+4
2024-03-30Revert "Reland "[PassManager] Support MachineFunctionProperties (#83668)"" (#...paperchalice4-125/+103
2024-03-30Reland "[PassManager] Support MachineFunctionProperties (#83668)" (#87137)paperchalice4-103/+125
2024-03-30Revert "[PassManager] Support MachineFunctionProperties (#83668)" (#87136)paperchalice4-125/+103
2024-03-30[PassManager] Support MachineFunctionProperties (#83668)paperchalice4-103/+125
2024-03-29[libc] enable stack protectors and frame pointers on default (#86288)Schrodinger ZHU Yifan4-1/+30
2024-03-29[BOLT] Don't terminate on trap instruction for Linux kernel (#87021)Maksim Panchenko5-12/+28
2024-03-29Fix apostrophes in assert error message (#69881)Sitnikov Sergey1-2/+2
2024-03-29[CMake] Update CMake cache file for the Win-to-Arm cross toolchains. NFC. (#8...Vladimir Vereschaka1-10/+32
2024-03-29[mlir][sparse] provide an AoS "view" into sparse runtime support lib (#87116)Aart Bik7-23/+152
2024-03-29[OpenMP] Have hidden helper team allocate new OS threads only (#87119)Jonathan Peyton2-3/+41
2024-03-29[mlir]Fix dialect conversion drop uses (#86991)Rob Suderman2-3/+18
2024-03-29[scudo] Change tests that use setrlimit to cause mmap to fail. (#87004)Christopher Ferris2-0/+20
2024-03-29[mlir][Vector] Fix crash in drop unit dims (#87104)Diego Caballero2-6/+46
2024-03-29[libc][math][c23] Fix impl and tests for X86_80 canonicalize function. (#87103)Shourya Goel3-55/+54
2024-03-29[clang][ExprConst] Fix second arg of __builtin_{clzg,ctzg} not always being e...OverMighty2-10/+54
2024-03-29[clang][Darwin] Handle reexported library arguments in driver (#86980)Cyndy Ishida2-0/+24
2024-03-29Add operands to worklist when only used by deleted op (#86990)mlevesquedion4-18/+92
2024-03-29[OpenMP] [amdgpu] Added a synchronous version of data exchange. (#87032)dhruvachak2-0/+93
2024-03-29[GlobalISel] Fold G_ICMP if possible (#86357)Shilei Tian24-393/+694
2024-03-29[GlobalISel] Call `setInstrAndDebugLoc` before `tryCombineAll` (#86993)Shilei Tian3-57/+9
2024-03-29[DXIL] Add lowering for `ceil` (#87043)Helena Kotas3-0/+33
2024-03-29[clang] Move state out of `PreprocessorOptions` (2/n) (#87099)Jan Svoboda3-38/+47
2024-03-29Reland "[NVPTX] Use .common linkage for common globals" (#86824)Alex MacLean3-10/+44
2024-03-29[FPEnv][AtomicExpand] Correct strictfp attribute handling in AtomicExpandPass...Kevin P. Neal2-12/+15
2024-03-29[libc++] Document guidelines for applying [[nodiscard]] (#84000)Nikolas Klauser2-0/+43
2024-03-29[libc++] Optimize the std::mismatch tail (#83440)Nikolas Klauser3-4/+68
2024-03-29[clang] Move state out of `PreprocessorOptions` (1/n) (#86358)Jan Svoboda7-46/+65
2024-03-29[libc][Docs] Update RPC server example using CUDA after changesJoseph Huber1-11/+4
2024-03-29[libc] Change RPC interface to not use device ids (#87087)Joseph Huber8-181/+107
2024-03-29[InstallAPI][test] Add requires x86_64 for hardcoded target testCyndy Ishida1-1/+1
2024-03-29[libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones1-3/+4
2024-03-29[HLSL][DXIL] HLSL's `round` should follow `roundeven` behavior (#87078)Farzon Lotfi7-57/+50
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash9-18/+215
2024-03-29[InstallAPI][test] Tweak test to run on older CI configCyndy Ishida1-15/+11
2024-03-29[scudo] Only init RingBuffer when needed. (#85994)Christopher Ferris2-22/+87
2024-03-29[Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide5-15/+23
2024-03-29[GlobalISel] Handle div-by-pow2 (#83155)Shilei Tian7-730/+2493
2024-03-29[RISCV] Move VPseudoBinaryNoMask multiclass to RISCVInstrInfoZvk.td and renam...Craig Topper2-15/+15