aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.ir-introduce-llvmexperimentalhotVitaly Buka570-5244/+13789
2024-03-12[LangRef] Fix mistake in example (#84849)Vitaly Buka1-3/+3
2024-03-13[Clang][Sema] Allow access to a public template alias declaration that refers...Qizhi Hu3-3/+29
2024-03-13[gn build] Port 2aacb56e8361LLVM GN Syncbot1-0/+1
2024-03-13[llvm][Mips] Use a Target ISD opcode for PseudoD_SELECT (#84294)Roger Ferrer Ibáñez3-4/+10
2024-03-13BPF address space insn (#84410)4ast21-0/+615
2024-03-12[tsan] Add missing link option to tsan test after #84923Dave Clausen1-1/+1
2024-03-12[GISEL] Add G_VSCALE instruction (#84542)Michael Maitland8-0/+92
2024-03-12[lldb][debugserver] Update flags past to app launch requestJason Molenda1-0/+2
2024-03-12[MLIR][ROCDL] Add BallotOp and lit test (#84856)Zahi Moudallal2-0/+17
2024-03-12[libc] Include FP_* macros in math.h (#84996)Petr Hosek1-0/+6
2024-03-12Relax test to work with newer versions of lldbAdrian Prantl1-3/+2
2024-03-12[mlir][sparse] reuse tensor.insert operation to insert elements into … (#84...Peiming Liu26-182/+106
2024-03-12[llvm-exegesis] Use LLVM Support to get thread IDAiden Grossman3-16/+7
2024-03-12Reland "[llvm-exegesis] Add thread IDs to subprocess memory names (#84451)"Aiden Grossman4-15/+34
2024-03-13[MIPS] Introduce NAL instruction support for Mipsr6 and prer6 (#84429)anbbna6-2/+65
2024-03-12Modernize llgdb script and make it easier to debug.Adrian Prantl1-4/+10
2024-03-12Relax tests to also work with newer versions of lldb.Adrian Prantl2-8/+8
2024-03-12[BOLT] Add support for Linux kernel PCI fixup section (#84982)Maksim Panchenko2-33/+134
2024-03-12Fix race in the implementation of __tsan_acquire() (#84923)Dave Clausen2-1/+44
2024-03-12[lldb][test] TestExprCompletion.py: add tests for completion of reserved iden...Michael Buch4-0/+19
2024-03-12[clang][CodeCompletion] Allow debuggers to code-complete reserved identifiers...Michael Buch2-1/+10
2024-03-12Update GettingStarted.rst doc with negative refspec to filter user branches (...Mehdi Amini1-3/+7
2024-03-12Fix unittest after #84460: only applicable if the platform supports JITStefan Gränitz1-0/+22
2024-03-12[Arm64EC] Copy import descriptors to the EC Map (#84834)Daniel Paoliello5-6/+39
2024-03-12AMDGPU: Copy TSFlags from Pseudo to DS_Real (#84977)Changpeng Fang1-0/+1
2024-03-12[TableGen] DecoderEmitter clean-ups and modernization. (#84832)Jason Eckhardt1-336/+317
2024-03-12[DirectX][NFC] Model precise overload type specification of DXIL Ops (#83917)S. Bharadwaj Yadavalli9-75/+203
2024-03-12[Fuchsia] Add LLDB_TEST_USE_VENDOR_PACKAGES to boostrap passthroughDaniel Thornburgh1-0/+1
2024-03-12[SLP][NFC]Add a test with non-profitable alternate vectorizedAlexey Bataev1-0/+190
2024-03-12Get rid of noisy debug log in verifyOpAndAdjustFlags. (#84677)Justin Lebar1-3/+0
2024-03-12[X86] Fix determining if globals with size <8 bits are large (#84975)Arthur Eubanks2-4/+2
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida8-110/+159
2024-03-12[test][X86] Precommit test for large data threshold and i1 globalArthur Eubanks1-60/+121
2024-03-12[mlir][vector] Use inferRankReducedResultType for subview type inference. (#8...Han-Chung Wang2-55/+28
2024-03-12[OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton2-69/+1
2024-03-12[OpenMP] Make sure mask is set to nullptr (#83299)Jonathan Peyton1-2/+2
2024-03-12[OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton2-3/+22
2024-03-12Add comment to assert from a843f26David Blaikie1-1/+1
2024-03-12[InstCombine] Detect `(x ^ -x)` as a ~MaskNoah Goldstein2-6/+8
2024-03-12[InstCombine] Add test for detecting `(x ^ -x)` as a ~Mask; NFCNoah Goldstein1-0/+19
2024-03-12[NFC] SLVectorizer comparator refactoring that preserves behavior (#84966)David Blaikie1-44/+43
2024-03-12[libcxx] Fix incorrect type in the has-1024-bit-atomics feature test (#84904)amilendra1-1/+1
2024-03-12Remove XFAIL from tests passing on green dragonAdrian Prantl2-2/+0
2024-03-12[ELF] Add --compress-section to compress matched non-SHF_ALLOC sectionsFangrui Song11-19/+259
2024-03-12[X86] getFauxShuffleMask - recognise CONCAT(SUB0, SUB1) style patternsSimon Pilgrim6-242/+233
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang21-1/+628
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi3-8/+9
2024-03-12[analyzer][NFC] Turn NodeBuilderContext into a class (#84638)Diego A. Estrada Rivera4-8/+14
2024-03-12[X86] combineVectorPack - use APInt::truncSSat for PACKSS constant folding. NFC.Simon Pilgrim1-6/+2