summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify lit commentsupstream/users/arichardson/spr/runtimes-allow-building-against-an-installed-llvm-treeAlex Richardson2024-04-125794-184934/+344066
|\
| * [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/arichardson/spr/main.runtimes-allow-building-against-an-installed-llvm-treeValentin Clement (バレンタイン クレメン)2024-04-125793-184927/+344058
| |\
| | * [flang][cuda] Fix crash in semantic (#88577)Valentin Clement (バレンタイン クレメン)2024-04-122-1/+19
| | * [OpenACC] Implement 'if' clause for Compute Constructs (#88411)Erich Keane2024-04-1218-37/+557
| | * IRVerifier: Allow GlobalValue as llvm.threadlocal.address operand (#88321)Matthias Braun2024-04-124-5/+53
| | * [Passes] Run SimpleLoopUnswitch after introducing invariant branches. (#81271)Florian Hahn2024-04-128-37/+169
| | * [SLP][NFC]Make TTIRef capture argument instead of outer declaration.Alexey Bataev2024-04-121-8/+2
| | * [Support] Fix the issue where the character being saved in Unicode causes a w...Harrison,Hao2024-04-121-1/+1
| | * [llvm][vfs] Make vfs::FileSystem::exists() virtual NFC (#88575)Artem Chikin2024-04-123-2/+227
| | * Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson2024-04-127-32/+101
| | * [OpenMP] Fix re-locking hang found in issue 86684 (#88539)Jonathan Peyton2024-04-121-6/+6
| | * Reapply "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,...OverMighty2024-04-123-0/+44
| | * [LLVM][OpenMP] Add "nowait" clause as valid for "workshare" (#88426)Krzysztof Parzyszek2024-04-123-0/+7
| | * Add txtpb to the list of supported TextProto extensions (#88355)Jing Wang2024-04-124-3/+8
| | * [clang] Remove unused variable in testJan Svoboda2024-04-121-4/+1
| | * [GlobalIsel] Import vscale (#88240)Thorsten Schütt2024-04-122-0/+56
| | * [NFC][Clang] Fix static analyzer concern (#88179)elizabethandrews2024-04-122-1/+7
| | * [C99] Claim conformance for _Complex support (#88161)Aaron Ballman2024-04-124-22/+213
| | * [memprof] Clean up writer traits (NFC) (#88549)Kazu Hirata2024-04-121-7/+5
| | * Reapply "Fix error in unrecognized register name handling for "SBFram…e.reg...jimingham2024-04-122-3/+25
| | * [xray] Apply default visibility to __xray_CustomEvent/__xray_TypedEventFangrui Song2024-04-122-4/+4
| | * [lldb] Fix test build failureJan Svoboda2024-04-121-1/+1
| | * ANDROID: x86_64: Set default max-page-size to 16kB (#87413)Kalesh Singh2024-04-122-15/+26
| | * [clang][deps] Cache `VFS::getRealPath()` (#68645)Jan Svoboda2024-04-124-19/+314
| | * [clang][deps] Create separate unittest directoryJan Svoboda2024-04-122-2/+2
| | * [llvm][vfs] NFCI: Remove `const` from `VFS::getRealPath()`Jan Svoboda2024-04-124-19/+16
| | * [clang][deps] NFCI: Extract `FilenameForLookup` into new functionJan Svoboda2024-04-122-15/+30
| | * [libc++] P3029R1: Better `mdspan`'s CTAD (#87873)Xiaoyang Liu2024-04-127-5/+84
| | * [SelectionDAG] Verify SPLAT_VECTOR nodes when they are created. (#88305)Craig Topper2024-04-121-0/+11
| | * Add IIT_V6 to support 6-element vectors in intrinsics. (#88196)Stanislav Mekhanoshin2024-04-122-0/+5
| | * [clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan2024-04-122-1/+11
| | * [clang][CodeGen][OpenMP] Fix casting of atomic update of ptr types (#88215)Mike Rice2024-04-122-1/+16
| | * [clang-tidy] Simplify RenamerClangTidyCheck API (#88268)Edwin Vane2024-04-122-25/+32
| | * [NFC][ValueTracking] Fix Wunused-variableJordan Rupprecht2024-04-121-2/+0
| | * [analyzer] Support `PointerType` in `getCXXRecordDecl` for `ContainerModeling...JOSTAR2024-04-122-1/+13
| | * NFC: Make clang resource headers an interface library (#88317)Evan Wilde2024-04-121-2/+6
| | * [SystemZ] Add custom handling of legal vectors with reduce-add. (#88495)Dominik Steenken2024-04-126-17/+373
| | * [SystemZ] Add missing (dis-)assembly tests. (#88498)Dominik Steenken2024-04-123-0/+133
| | * [MLIR][Bufferization] Choose default memory space in tensor copy insertion (#...Kunwar Grover2024-04-123-7/+8
| | * [ValueTracking] Convert `isKnownNonZero` to use SimplifyQuery (#85863)Yingwei Zheng2024-04-1223-91/+213
| | * [RISCV] Remove mayLoad = 1 from store-conditional (#88470)Francis Visoiu Mistrih2024-04-121-2/+15
| | * [RISCV] Support uimm32 immediates in RISCVInstrInfo::movImm for RV32. (#88464)Craig Topper2024-04-122-2/+35
| | * [BOLT][NFC] Refactor relocation loop (#88424)Nathan Sidwell2024-04-121-3/+7
| | * [lldb] fix dead lock in TypeCategoryMap.cpp (#87540)Vincent Belliard2024-04-121-11/+29
| | * [Flang][AMDGPU] Add rocm-path flag (#88190)Dominik Adamski2024-04-1252-1/+22
| | * [Clang] Fix AST dump for {CXXDefaultArgExpr, CXXDefaultInitExpr} (#88269)yronglin2024-04-129-12/+3090
| | * Add lldb-dap to Swift distributions (#88482)Adam Fowler2024-04-122-0/+2
| | * [SelectionDAG] Fix and improve TargetLowering::SimplifySetCC (#87646)Björn Pettersson2024-04-124-67/+79
| | * [ARM][PowerPC] Add regression tests for narrowing load in TargetLowering::Sim...Bjorn Pettersson2024-04-122-0/+1055
| | * [lldb][test] Add tests for evaluating local variables whose name clashes with...Michael Buch2024-04-122-1/+20