aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-03-12[llvm-objcopy] Remove unneeded #include. NFCFangrui Song2-2/+2
2024-03-12[llvm-objcopy] Use SmallVector to make some structs smaller. NFCFangrui Song2-10/+9
2024-03-13Revert "[llvm][LoongArch] Improve loongarch_lasx_xvpermi_q instrinsic" (#84708)Lu Weining2-54/+1
2024-03-12[FuzzMutate] Only use undef when explictly asked to (#84959)Peter Rong1-1/+7
2024-03-12[LangRef] Fix mistake in example (#84849)Vitaly Buka1-3/+3
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)4ast19-0/+604
2024-03-12[GISEL] Add G_VSCALE instruction (#84542)Michael Maitland8-0/+92
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-12Update GettingStarted.rst doc with negative refspec to filter user branches (...Mehdi Amini1-3/+7
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[SLP][NFC]Add a test with non-profitable alternate vectorizedAlexey Bataev1-0/+190
2024-03-12[X86] Fix determining if globals with size <8 bits are large (#84975)Arthur Eubanks2-4/+2
2024-03-12[test][X86] Precommit test for large data threshold and i1 globalArthur Eubanks1-60/+121
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[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 Wang10-1/+249
2024-03-12[X86] combineVectorPack - use APInt::truncSSat for PACKSS constant folding. NFC.Simon Pilgrim1-6/+2
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[AIX][tests] Disable failing tests on AIXJake Egan2-0/+4
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-12Revert "[analyzer] Accept C library functions from the `std` namespace" (#84926)NagyDonat1-1/+0
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-12Revert "[NVPTX] Add support for atomic add for f16 type" (#84918)Danial Klimkin4-146/+0
2024-03-12[Matrix] Add tests showing mis-compile with lifetime.end and fusion.Florian Hahn1-0/+707
2024-03-12[analyzer] Accept C library functions from the `std` namespace (#84469)NagyDonat1-0/+1
2024-03-12[Support] Add KnownBits::abds signed absolute difference and rename absdiff -...Simon Pilgrim4-11/+65
2024-03-12[ADT] Add APIntOps::abds signed absolute difference and rename absdiff -> abd...Simon Pilgrim4-22/+59
2024-03-12[Analysis] Treat ldexpf() as missing on MinGW (#84748)Martin Storsjö2-0/+6
2024-03-12[RemoveDIs] Update DIBuilder to conditionally insert DbgRecords (#84739)Orlando Cazalet-Hyams9-187/+358
2024-03-12[CMake] Add tablegen job pool support (#84762)David Stuttard4-4/+41
2024-03-12[ArgPromotion] Remove incorrect TranspBlocks set for loads. (#84835)Florian Hahn2-12/+8
2024-03-12[InstSimpliy] Use range attribute to simplify comparisons (#84627)Andreas Jonson6-19/+187