aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[KnownBits] Simplify optimality checking in unit tests. NFC. (#89368)Jay Foad1-43/+29
2024-04-18[DXIL] Add DXIL SubArch to correspond to version number (#89125)S. Bharadwaj Yadavalli1-0/+83
2024-04-18[memprof] Use std::optional (NFC) (#89317)Kazu Hirata1-6/+4
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata1-1/+88
2024-04-18[KnownBits] Make abdu and abds optimal (#89081)Jay Foad1-56/+2
2024-04-18Revert "Constant Fold Logf128 calls (#84501)"Matt Devereau1-6/+0
2024-04-18Constant Fold Logf128 calls (#84501)Matthew Devereau1-0/+6
2024-04-18[IR][PatternMatch] Only accept poison in getSplatValue() (#89159)Nikita Popov2-32/+76
2024-04-18[unittest] Skip W+X MappedMemoryTests on OpenBSD (#89102)Brad Smith1-1/+1
2024-04-17[Support] Report EISDIR when opening a directory (#79880)azhan922-2/+22
2024-04-17[MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (#87365)Sergio Afonso1-1/+1
2024-04-17[VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (#87411)Florian Hahn2-7/+6
2024-04-17[PatternMatch] Do not accept undef elements in m_AllOnes() and friends (#88217)Nikita Popov2-34/+150
2024-04-17[RISCV] Support Zama16b1p0 (#88474)Jesse Huang1-0/+1
2024-04-16[memprof] Use SizeIs (NFC) (#88984)Kazu Hirata1-15/+15
2024-04-16[memprof] Add another constructor to MemProfReader (#88952)Kazu Hirata1-0/+41
2024-04-16[MLGO] Use double comparison facilities for reg alloc scoring tests (#88862)Aiden Grossman1-13/+14
2024-04-16[memprof] Use CSId to construct MemProfRecord (#88362)Kazu Hirata1-0/+85
2024-04-16[ValueTracking] Restore isKnownNonZero parameter order. (#88873)Harald van Dijk1-8/+5
2024-04-16[clang][CodeGen] Add AS for Globals to SPIR & SPIRV datalayouts (#88455)Alex Voicu1-0/+27
2024-04-16[IPSCCP] Variable not visible at Og: (#77901)Carlos Alberto Enciso1-9/+12
2024-04-15[Support] Add llvm::support::endian::writeNext (#88685)Fangrui Song1-0/+23
2024-04-15Fix typo in computeKnownBits_AVGFLOORU_AVGFLOORS_AVGCEILU_AVGCEILS.Simon Pilgrim1-1/+1
2024-04-15ValueTracking: Treat poison more aggressively in computeKnownFPClass (#87990)Matt Arsenault1-0/+55
2024-04-15[VPlan] Extend recipe printing tests with underlying IR values. (NFC)Florian Hahn1-8/+16
2024-04-15[VPlan] Add test for dump of recipe not inserted in VPlan. (NFC)Florian Hahn1-1/+162
2024-04-15[GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927)Dávid Ferenc Szabó1-3/+3
2024-04-13[NewPM] Set diagnostic handler in `MachineModuleAnalysis` (#88229)paperchalice1-1/+49
2024-04-12[llvm][vfs] Make vfs::FileSystem::exists() virtual NFC (#88575)Artem Chikin1-0/+165
2024-04-12[llvm][vfs] NFCI: Remove `const` from `VFS::getRealPath()`Jan Svoboda1-1/+1
2024-04-12[ValueTracking] Convert `isKnownNonZero` to use SimplifyQuery (#85863)Yingwei Zheng1-5/+10
2024-04-11[memprof] Use std::optional (NFC) (#88366)Kazu Hirata1-5/+4
2024-04-11[NewPM] Remove `MachinePassInfoMixin` (#88243)paperchalice1-1/+1
2024-04-10[memprof] Rename RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h} (NFC) (#88...Kazu Hirata1-1/+1
2024-04-10[FPEnv][BitcodeReader] Correct strictfp test.Kevin P. Neal1-1/+1
2024-04-10 [CodeMoverUtils] Enhance CodeMoverUtils to sink an entire BB (#87857)Congzhe1-0/+5
2024-04-09[llvm][Support] Improvements to ListeningSocket functionality and documentati...Connor Sughrue1-4/+69
2024-04-09[Offload][NFC] Remove `omp_` prefix from offloading entries (#88071)Joseph Huber1-5/+5
2024-04-09[VPlan] Remove unused first mask op from VPBlendRecipe. (#87770)Florian Hahn1-4/+6
2024-04-08 [SystemZ][z/OS] TXT records in the GOFF reader (#87648)Yusra Syeda1-0/+97
2024-04-08ValueTracking: Handle ConstantAggregateZero in computeKnownFPClassMatt Arsenault1-0/+21
2024-04-08[RISCV] Zimop/Zcmop are ratifiedPengcheng Wang1-2/+2
2024-04-07[VPlan] Track IsOrdered in VPReductionRecipe, remove use of ILV (NFCI).Florian Hahn1-2/+2
2024-04-06[RFC] IR: Support atomicrmw FP ops with vector types (#86796)Matt Arsenault1-0/+28
2024-04-05[ADT] Allow reverse to find free rbegin/rend functions (#87840)Jakub Kuderski3-4/+25
2024-04-05[llvm][ADT] Use ADL to find begin()/end() in interleave* (#87669)Jon Roelofs2-0/+43
2024-04-05Reland "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-3/+3
2024-04-05Revert "[flang][clang] Add Visibility specific help text for options (#81869)"David Spickett1-3/+3
2024-04-05[flang][clang] Add Visibility specific help text for options (#81869)David Spickett1-3/+3
2024-04-04[TextAPI] Reorder addRPath parameters (#87601)Cyndy Ishida1-2/+2