summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [π˜€π—½π—Ώ] changes introduced through rebaseupstream/users/vzakhari/spr/main.flangruntime-added-fortrancommonreference_wrapper-for-use-on-deviceSterling Augustine2024-03-153-36/+8
|\
| * Revert "[NVPTX] Use .common linkage for common globals (#84416)"Sterling Augustine2024-03-153-36/+8
* | [π˜€π—½π—Ώ] changes introduced through rebaseSlava Zakharin2024-03-15870-7650/+27961
|\|
| * [flang][runtime] Added Fortran::common::optional for use on device.Slava Zakharin2024-03-1531-159/+425
| * [AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha2024-03-1525-0/+1294
| * [flang] Parse !$CUF KERNEL DO <<< (*) (#85338)Peter Klausler2024-03-159-29/+63
| * [flang][runtime] Fix off-by-one error in EX0.0 output editing (#85428)Peter Klausler2024-03-151-1/+4
| * Revert "[clang][nullability] allow _Nonnull etc on nullable class types (#827...Sam McCall2024-03-1520-225/+29
| * [BOLT][DWARF] Add support for DW_IDX_parent (#85285)Alexander Yermolovich2024-03-1515-185/+424
| * [libc][math][c23] Add nextup{,f,f128} and nextdown{,f,f128} functions (#85431)OverMighty2024-03-1527-2/+598
| * [MLIR][LLVM] Fix bazel build (#85462)Billy Zhu2024-03-151-0/+8
| * [mlir][math] Propagate scalability in polynomial approximation (#84949)Benjamin Maxwell2024-03-152-23/+123
| * Revert "[mlir][math] Implement alternative decomposition for tanh (#8… (#85...srcarroll2024-03-152-32/+27
| * [lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere2024-03-152-15/+18
| * Fixing LIBOMPTARGET_INFO message, for Copying data from device to host (#85444)Felipe Cabarcas2024-03-151-1/+2
| * [NVPTX] support dynamic allocas with PTX alloca instruction (#84585)Alex MacLean2024-03-156-22/+105
| * [new-prs-labeler] Add "DXContainer" patterns to the backend:DirectX label (#8...Justin Bogner2024-03-151-0/+2
| * Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand2024-03-1537-9/+71
| * [libc] Include double_t and float_t in math.h on baremetal (#85028)Petr Hosek2024-03-151-0/+4
| * [libc] Match stdlib.h baremetal entrypoints with types (#85030)Petr Hosek2024-03-151-1/+1
| * [libc] Move EOF macro to stdio-macros.h (#85159)Petr Hosek2024-03-154-2/+8
| * [BOLT] Check BF state in stale matching (#85339)Amir Ayupov2024-03-152-0/+7
| * [Driver] Don't alias -mstrict-align to -mno-unaligned-accessFangrui Song2024-03-1510-67/+43
| * [RISCV,test] Change two -munaligned-access to GCC-supported -mno-strict-alignFangrui Song2024-03-151-2/+2
| * [asan][windows] Make tests more flexable (#85274)Charlie Barto2024-03-1525-241/+143
| * [libc][math][c23] adds `nanf128` (#85201)Michael Flanders2024-03-1515-42/+235
| * Reapply [libomptarget] Support BE ELF files in plugins-nextgen (#85246)Ulrich Weigand2024-03-155-51/+95
| * [Hexagon][TTI] Remove two overrides which simply proxy to base class [NFC]Philip Reames2024-03-152-22/+0
| * [gn build] Port f01a32f5c58bLLVM GN Syncbot2024-03-151-0/+1
| * [MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu2024-03-1515-143/+416
| * [SLP][NFC]Fix signedness to avoid comparison warning.Alexey Bataev2024-03-151-2/+2
| * [lldb] Add missing headers lldb/Host/Alarm.hJonas Devlieghere2024-03-151-0/+3
| * [SLP][NFC]Add a test for minbitwidth analysis of icmp, being transformedAlexey Bataev2024-03-151-0/+70
| * [AIX] Support per global code model. (#79202)Sean Fertile2024-03-157-28/+344
| * [ELF] Reject certain unknown section types (#85173)Fangrui Song2024-03-158-9/+86
| * [msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142)Thurston Dang2024-03-153-14/+50
| * [AMDGPU] Simplify definition of FLAT segment bits. NFC.Jay Foad2024-03-151-4/+2
| * [AMDGPU] Fix GFX11 sendmsg codes (#85299)Stanislav Mekhanoshin2024-03-156-3/+17
| * [X86,AsmPrinter] Set assembler dialect for module inline asmFangrui Song2024-03-152-2/+14
| * [lldb] Add an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere2024-03-155-0/+489
| * [X86][AVX] Fix handling of out-of-bounds SRA shift amounts in AVX2 vector shi...SahilPatidar2024-03-152-0/+283
| * [libc++] Fixes run-buildbot-container. (#84644)Mark de Wever2024-03-151-2/+2
| * [libc++] Add [[nodiscard]] to static numeric limit functions (#83748)Marc Auberer2024-03-153-63/+204
| * [libc] remove BlockStore from cpp namespace (#85312)Nick Desaulniers2024-03-153-7/+5
| * [FPEnv][PowerPC] Correct strictfp test.Kevin P. Neal2024-03-151-2/+2
| * [llvm][vfs] Preserve paths for fallback/fallthrough in RedirectingFileSystem ...Ben Langmuir2024-03-153-49/+112
| * [AMDGPU] Clean up GFX10 FLAT saddr field definitionJay Foad2024-03-151-2/+3
| * Add ALLOW_RETRIES to flaky test dbg-record-roundtrip.ll (#85410)Orlando Cazalet-Hyams2024-03-151-0/+5
| * [libc] Fix typo in libc fullbuild mode doc (#85204)FantasqueX2024-03-151-1/+1
| * [clang][Interp] Don't suppress diagnostics for undefined+external funcsTimm BΓ€der2024-03-152-1/+9