aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-12[libc] fix another build failure from using limits.h (#84827)Nick Desaulniers2-2/+2
2024-03-12[RISC-V] Bad immediate value for Zcmp instructions with E extension (#84925)Nemanja Ivanovic1-0/+49
2024-03-12[LSR] Clear SCEVExpander before deleting phi nodesNikita Popov2-0/+36
2024-03-12Pre commit test cases SRL/SRA support in canCreateUndefOrPoison. NFCBjorn Pettersson1-0/+48
2024-03-12[LoopSimplifyCFG] Drop no longer needed DependenceAnalysis.h includeBjorn Pettersson1-1/+0
2024-03-12[clang][deps] Fix dependency scanning with -working-directory (#84525)Ben Langmuir2-7/+37
2024-03-12Revert "[analyzer] Accept C library functions from the `std` namespace" (#84926)NagyDonat5-98/+9
2024-03-12[SystemZ][z/OS] Add missing include header to AutoConvert.cpp to fix build (#...Fanbo Meng1-0/+1
2024-03-12[RemoveDIs][NFC] Rename common interface functions for DPValues->DbgRecords (...Stephen Tozer50-301/+298
2024-03-12[gn] port bde7a6b791872bNico Weber1-0/+1
2024-03-12[DominanceFrontierBase] Fix doc of compare()'s return value. (#81352)bvlgah1-2/+2
2024-03-12[LAA] Fix typo IndidrectUnsafe -> IndirectUnsafe.Florian Hahn3-4/+4
2024-03-12[Flang][OpenMp] Fix to threadprivate not working with host-association. (#74966)harishch44-7/+111
2024-03-12[Clang][Sema] Fix type of enumerators in incomplete enumerations (#84068)Kupa-Martin3-6/+30
2024-03-12Revert "[NVPTX] Add support for atomic add for f16 type" (#84918)Danial Klimkin4-146/+0
2024-03-12Don't do casting of atomic FP loads/stores in FE. (#83446)Jonas Paulsson6-58/+236
2024-03-12Fix build after #84460: link LLVMTestingSupport explicitly in clang unittestStefan Gränitz1-1/+1
2024-03-12[Matrix] Add tests showing mis-compile with lifetime.end and fusion.Florian Hahn1-0/+707