aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2023-07-25[FuncSpec] Add Phi nodes to the InstCostVisitor.Alexandros Lamprineas1-0/+53
2023-07-24[TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida4-82/+0
2023-07-24[TextAPI] Introduce SymbolSetCyndy Ishida1-2/+22
2023-07-24[AArch64] Ignore instructions not supported by CPU in AArch64SVESchedPseudoTestSander de Smalen1-0/+24
2023-07-23Revert commits for kernel environmentShilei Tian1-12/+8
2023-07-23[LLVM] Remove the module dump introduced mistakenlyShilei Tian1-2/+0
2023-07-23[OpenMP] Introduce kernel environmentShilei Tian1-8/+14
2023-07-20[unittest] Improve OpenMPIRBuilderTest after D149162Fangrui Song1-9/+10
2023-07-20[MLIR][OpenMP][OMPIRBuilder] Use target triple to initialize `IsGPU` flagSergio Afonso1-0/+42
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-1/+254
2023-07-19[RISCV] Replace zihintntl with zicond in ISAInfo unittestPiyou Chen1-18/+18
2023-07-19[IR] Deprecate opaque pointer compatibility APIsNikita Popov1-6/+0
2023-07-18[Support] Add llvm::xxh3_64bitsFangrui Song1-0/+43
2023-07-18[llvm] Remove uses of getWithSamePointeeType() (NFC)Nikita Popov1-13/+0
2023-07-18[OpenMPIRBuilderTest] Remove unused variable (NFC)Nikita Popov1-2/+0
2023-07-18[llvm] Remove some uses of isOpaqueOrPointeeTypeEquals() (NFC)Nikita Popov1-9/+0
2023-07-17[Triple] Add llvm::Triple::isLoongArch{32,64}Weining Lu1-0/+2
2023-07-16[ORC] In defineMaterializing, error out early if tracker is defunct.Lang Hames1-0/+34
2023-07-14Fix nanosecond printing for TimePoint formatter.Eli Friedman1-0/+6
2023-07-14[Debuginfod][unittest] Include llvm/Support/StringExtras.hCaslyn Tonelli1-0/+1
2023-07-14[llvm] Remove calls to setOpaquePointers() (NFC)Nikita Popov2-4/+1
2023-07-14[MC/AsmLexer] Add '?' (Question) tokenSergei Barannikov1-1/+1
2023-07-13[RISCV] Add Zce extension.Craig Topper1-0/+97
2023-07-13[BTF] Fix BTFParserTest.cpp for unaligned access after D149058Eduard Zingerman1-2/+2
2023-07-12[BTF] Fix BTFParserTest.cpp for big-endian after D149058Fangrui Song1-5/+10
2023-07-12[BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not availableEduard Zingerman3-0/+367
2023-07-12[IR] Ignore globals with the `llvm.` prefix when calculating module hashPaul Kirth1-0/+19
2023-07-12[IR] Remove unit tests for typed pointers (NFC)Nikita Popov2-28/+5
2023-07-12[DWARF] Allow op-index in line number programsDavid Stenberg1-28/+192
2023-07-12[DWARF] Add printout for op-indexDavid Stenberg1-5/+7
2023-07-11[StructuralHash] Add unittestsArthur Eubanks2-0/+125
2023-07-11[FuncSpec] Prefer DataLayout-aware constant folding of GEPs.Alexandros Lamprineas1-2/+2
2023-07-11[FuncSpec][NFC] Improve the unittest coverage for constant folding of GEPs.Alexandros Lamprineas1-6/+7
2023-07-10[llvm] CYGWIN: Fix build of some plugins/library/unittestsCarlo Bramini3-3/+3
2023-07-10[llvm][vfs] For virtual directories, use the virtual path as the real pathJan Svoboda1-3/+9
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-3/+3
2023-07-08[llvm] Remove uses of Type::getPointerTo() (NFC)Youngsuk Kim1-7/+5
2023-07-08Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-07-06[llvm-exegesis] Disable SubprocessMemory class on AndroidAiden Grossman1-2/+2
2023-07-06[AIX][XCOFF] print out the traceback infozhijian1-24/+28
2023-07-06[llvm][Support] Deprecate llvm::writeFileAtomically APIHaojian Wu2-55/+0
2023-07-05[ValueTracking] Don't handle ptrtoint with mismatches sizesNikita Popov1-6/+4
2023-07-04[FileCheck, 2/4] NFC: Switch to APInt getter for ExpressionValueThomas Preud'homme1-152/+25
2023-07-04[AArch64] Update SVE scheduling of some CPUsHarvin Iriawan2-0/+91
2023-06-30[Support] Don't set "all_exe" mode by default for file written by llvm::write...Haojian Wu1-0/+25
2023-06-29Revert "[ScalarEvolution] Infer loop max trip count from array accesses"Liren Peng1-208/+0
2023-06-29[InlineCost][TargetTransformInfo][AMDGPU] Consider cost of alloca instruction...Juan Manuel MARTINEZ CAAMAÑO1-27/+101
2023-06-28ValueTracking: Handle !absolute_symbol in computeKnownBitsMatt Arsenault1-0/+88
2023-06-28[unittest] teach gTest to print entries of DenseMap as pairsSam McCall1-0/+9
2023-06-27[llvm-exegesis][NFC] Fix unused function 'IsMovRegToReg' warningJake Egan1-0/+2