aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12[𝘀𝗽𝗿] changes introduced through rebaseusers/MaskRay/spr/main.llvm-objcopy-simplify-decompress-debug-sections-and-dont-compress-shf_alloc-sectionsanbbna394-3111/+7370
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
2024-03-12[libc++] Improves UB handling in ios_base destructor. (#76525)Mark de Wever3-2/+94
2024-03-12AMDGPU: Add some more mfma hazard recognizer tests (#84727)Matt Arsenault1-0/+454
2024-03-13[SelectionDAG] Replace some basic patterns in visitADDLike with SDPatternMatc...XChy1-30/+25
2024-03-12[clang][ASTMatchers] Fix forEachArgumentWithParam* for deducing "this" operat...Balazs Benics4-41/+119
2024-03-12[libc++][CI] Installs tzdata package in Docker. (#84643)Mark de Wever1-0/+6
2024-03-12[libc++][TZDB] Fixes parsing interleaved rules. (#84808)Mark de Wever2-4/+47
2024-03-12[AIX][tests] Disable failing tests on AIXJake Egan2-0/+4
2024-03-12[lldb] [debugserver] Handle interrupted reads correctly (#84872)Jason Molenda1-3/+13
2024-03-12[libc] move non <bit> functions to math_extras (#84818)Nick Desaulniers31-139/+154
2024-03-12[libc] Add utility functions for warp-level scan and reduction (#84866)Joseph Huber7-0/+111
2024-03-12[libc] Fix lane-id utility function not using built-in (#84902)Joseph Huber1-1/+1
2024-03-12[libc] fix typo in stdbit.h macro spec files (#84780)Nick Desaulniers1-3/+3
2024-03-12[Libomptarget] Use NVPTX lane id intrinsic in DeviceRTL (#84928)Joseph Huber1-4/+1
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers5-5/+31