summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/MaskRay/spr/main.llvm-objcopy-simplify-decompress-debug-sections-and-dont-compress-shf_alloc-sectionsanbbna2024-03-12394-3111/+7370
|\
| * [MIPS] Introduce NAL instruction support for Mipsr6 and prer6 (#84429)anbbna2024-03-136-2/+65
| * Modernize llgdb script and make it easier to debug.Adrian Prantl2024-03-121-4/+10
| * Relax tests to also work with newer versions of lldb.Adrian Prantl2024-03-122-8/+8
| * [BOLT] Add support for Linux kernel PCI fixup section (#84982)Maksim Panchenko2024-03-122-33/+134
| * Fix race in the implementation of __tsan_acquire() (#84923)Dave Clausen2024-03-122-1/+44
| * [lldb][test] TestExprCompletion.py: add tests for completion of reserved iden...Michael Buch2024-03-124-0/+19
| * [clang][CodeCompletion] Allow debuggers to code-complete reserved identifiers...Michael Buch2024-03-122-1/+10
| * Update GettingStarted.rst doc with negative refspec to filter user branches (...Mehdi Amini2024-03-121-3/+7
| * Fix unittest after #84460: only applicable if the platform supports JITStefan Gränitz2024-03-121-0/+22
| * [Arm64EC] Copy import descriptors to the EC Map (#84834)Daniel Paoliello2024-03-125-6/+39
| * AMDGPU: Copy TSFlags from Pseudo to DS_Real (#84977)Changpeng Fang2024-03-121-0/+1
| * [TableGen] DecoderEmitter clean-ups and modernization. (#84832)Jason Eckhardt2024-03-121-336/+317
| * [DirectX][NFC] Model precise overload type specification of DXIL Ops (#83917)S. Bharadwaj Yadavalli2024-03-129-75/+203
| * [Fuchsia] Add LLDB_TEST_USE_VENDOR_PACKAGES to boostrap passthroughDaniel Thornburgh2024-03-121-0/+1
| * [SLP][NFC]Add a test with non-profitable alternate vectorizedAlexey Bataev2024-03-121-0/+190
| * Get rid of noisy debug log in verifyOpAndAdjustFlags. (#84677)Justin Lebar2024-03-121-3/+0
| * [X86] Fix determining if globals with size <8 bits are large (#84975)Arthur Eubanks2024-03-122-4/+2
| * [InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida2024-03-128-110/+159
| * [test][X86] Precommit test for large data threshold and i1 globalArthur Eubanks2024-03-121-60/+121
| * [mlir][vector] Use inferRankReducedResultType for subview type inference. (#8...Han-Chung Wang2024-03-122-55/+28
| * [OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton2024-03-122-69/+1
| * [OpenMP] Make sure mask is set to nullptr (#83299)Jonathan Peyton2024-03-121-2/+2
| * [OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton2024-03-122-3/+22
| * Add comment to assert from a843f26David Blaikie2024-03-121-1/+1
| * [InstCombine] Detect `(x ^ -x)` as a ~MaskNoah Goldstein2024-03-122-6/+8
| * [InstCombine] Add test for detecting `(x ^ -x)` as a ~Mask; NFCNoah Goldstein2024-03-121-0/+19
| * [NFC] SLVectorizer comparator refactoring that preserves behavior (#84966)David Blaikie2024-03-121-44/+43
| * [libcxx] Fix incorrect type in the has-1024-bit-atomics feature test (#84904)amilendra2024-03-121-1/+1
| * Remove XFAIL from tests passing on green dragonAdrian Prantl2024-03-122-2/+0
| * [ELF] Add --compress-section to compress matched non-SHF_ALLOC sectionsFangrui Song2024-03-1211-19/+259
| * [X86] getFauxShuffleMask - recognise CONCAT(SUB0, SUB1) style patternsSimon Pilgrim2024-03-126-242/+233
| * [AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang2024-03-1221-1/+628
| * Fix MSVC build issues (#84362)Hiroshi Yamauchi2024-03-123-8/+9
| * [analyzer][NFC] Turn NodeBuilderContext into a class (#84638)Diego A. Estrada Rivera2024-03-124-8/+14
| * [X86] combineVectorPack - use APInt::truncSSat for PACKSS constant folding. NFC.Simon Pilgrim2024-03-121-6/+2
| * [libc++] Improves UB handling in ios_base destructor. (#76525)Mark de Wever2024-03-123-2/+94
| * AMDGPU: Add some more mfma hazard recognizer tests (#84727)Matt Arsenault2024-03-121-0/+454
| * [SelectionDAG] Replace some basic patterns in visitADDLike with SDPatternMatc...XChy2024-03-131-30/+25
| * [clang][ASTMatchers] Fix forEachArgumentWithParam* for deducing "this" operat...Balazs Benics2024-03-124-41/+119
| * [libc++][CI] Installs tzdata package in Docker. (#84643)Mark de Wever2024-03-121-0/+6
| * [libc++][TZDB] Fixes parsing interleaved rules. (#84808)Mark de Wever2024-03-122-4/+47
| * [AIX][tests] Disable failing tests on AIXJake Egan2024-03-122-0/+4
| * [lldb] [debugserver] Handle interrupted reads correctly (#84872)Jason Molenda2024-03-121-3/+13
| * [libc] move non <bit> functions to math_extras (#84818)Nick Desaulniers2024-03-1231-139/+154
| * [libc] Add utility functions for warp-level scan and reduction (#84866)Joseph Huber2024-03-127-0/+111
| * [libc] Fix lane-id utility function not using built-in (#84902)Joseph Huber2024-03-121-1/+1
| * [libc] fix typo in stdbit.h macro spec files (#84780)Nick Desaulniers2024-03-121-3/+3
| * [Libomptarget] Use NVPTX lane id intrinsic in DeviceRTL (#84928)Joseph Huber2024-03-121-4/+1
| * [libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers2024-03-125-5/+31