pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/llvm
Module Name: pkgsrc
Committed By: adam
Date: Fri May 9 05:53:52 UTC 2025
Modified Files:
pkgsrc/lang/llvm: Makefile PLIST buildlink3.mk distinfo version.mk
Removed Files:
pkgsrc/lang/llvm/patches: patch-include_llvm_ADT_SmallVector.h
patch-lib_Target_AMDGPU_MCTargetDesc_AMDGPUMCTargetDesc.h
patch-lib_Target_X86_MCTargetDesc_X86MCTargetDesc.h
Log Message:
llvm: updated to 19.1.7
19.1.7
https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/lang/llvm/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/llvm/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/llvm/buildlink3.mk
cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/llvm/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/llvm/version.mk
cvs rdiff -u -r1.1 -r0 \
pkgsrc/lang/llvm/patches/patch-include_llvm_ADT_SmallVector.h \
pkgsrc/lang/llvm/patches/patch-lib_Target_AMDGPU_MCTargetDesc_AMDGPUMCTargetDesc.h \
pkgsrc/lang/llvm/patches/patch-lib_Target_X86_MCTargetDesc_X86MCTargetDesc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.107 pkgsrc/lang/llvm/Makefile:1.108
--- pkgsrc/lang/llvm/Makefile:1.107 Tue May 6 12:07:33 2025
+++ pkgsrc/lang/llvm/Makefile Fri May 9 05:53:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2025/05/06 12:07:33 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2025/05/09 05:53:51 adam Exp $
#
# When updating this, please also update:
# devel/include-what-you-use
@@ -23,7 +23,6 @@
# Always update all */buildlink3.mk to require the latest stable release
# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility.
-PKGREVISION= 5
.include "version.mk"
DISTNAME= llvm-${LLVM_VERSION}.src
@@ -42,8 +41,6 @@ USE_LANGUAGES= c c++
GCC_REQD+= 7
PYTHON_FOR_BUILD_ONLY= no
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
NOT_FOR_PLATFORM+= *-*-alpha
NOT_FOR_PLATFORM+= *-*-vax
Index: pkgsrc/lang/llvm/PLIST
diff -u pkgsrc/lang/llvm/PLIST:1.27 pkgsrc/lang/llvm/PLIST:1.28
--- pkgsrc/lang/llvm/PLIST:1.27 Tue May 6 12:07:33 2025
+++ pkgsrc/lang/llvm/PLIST Fri May 9 05:53:51 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2025/05/06 12:07:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/05/09 05:53:51 adam Exp $
bin/FileCheck
bin/UnicodeNameMappingGenerator
bin/bugpoint
@@ -81,6 +81,7 @@ bin/llvm-xray
bin/not
bin/obj2yaml
bin/opt
+bin/reduce-chunk-list
bin/sancov
bin/sanstats
bin/split-file
@@ -142,6 +143,7 @@ include/llvm/ADT/DenseMapInfoVariant.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/DirectedGraph.h
+include/llvm/ADT/DynamicAPInt.h
include/llvm/ADT/EnumeratedArray.h
include/llvm/ADT/EpochTracker.h
include/llvm/ADT/EquivalenceClasses.h
@@ -184,6 +186,7 @@ include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/Sequence.h
include/llvm/ADT/SetOperations.h
include/llvm/ADT/SetVector.h
+include/llvm/ADT/SlowDynamicAPInt.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
@@ -256,6 +259,8 @@ include/llvm/Analysis/DominanceFrontier.
include/llvm/Analysis/DominanceFrontierImpl.h
include/llvm/Analysis/EHUtils.h
include/llvm/Analysis/FunctionPropertiesAnalysis.h
+include/llvm/Analysis/GenericDomTreeUpdater.h
+include/llvm/Analysis/GenericDomTreeUpdaterImpl.h
include/llvm/Analysis/GlobalsModRef.h
include/llvm/Analysis/GuardUtils.h
include/llvm/Analysis/HeatUtils.h
@@ -274,9 +279,6 @@ include/llvm/Analysis/InstSimplifyFolder
include/llvm/Analysis/InstructionPrecedenceTracking.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/InteractiveModelRunner.h
-include/llvm/Analysis/Interval.h
-include/llvm/Analysis/IntervalIterator.h
-include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/IteratedDominanceFrontier.h
include/llvm/Analysis/LazyBlockFrequencyInfo.h
include/llvm/Analysis/LazyBranchProbabilityInfo.h
@@ -361,6 +363,7 @@ include/llvm/Analysis/WithCache.h
include/llvm/AsmParser/LLLexer.h
include/llvm/AsmParser/LLParser.h
include/llvm/AsmParser/LLToken.h
+include/llvm/AsmParser/NumberedValues.h
include/llvm/AsmParser/Parser.h
include/llvm/AsmParser/SlotMapping.h
include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
@@ -427,6 +430,7 @@ include/llvm/CodeGen/AntiDepBreaker.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/AsmPrinterHandler.h
include/llvm/CodeGen/AssignmentTrackingAnalysis.h
+include/llvm/CodeGen/AtomicExpand.h
include/llvm/CodeGen/AtomicExpandUtils.h
include/llvm/CodeGen/BasicBlockSectionUtils.h
include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
@@ -438,7 +442,6 @@ include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallBrPrepare.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CodeGenCommonISel.h
-include/llvm/CodeGen/CodeGenPassBuilder.h
include/llvm/CodeGen/CodeGenPrepare.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/ComplexDeinterleavingPass.h
@@ -448,6 +451,7 @@ include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEValue.def
include/llvm/CodeGen/DbgEntityHistoryCalculator.h
+include/llvm/CodeGen/DeadMachineInstructionElim.h
include/llvm/CodeGen/DebugHandlerBase.h
include/llvm/CodeGen/DetectDeadLanes.h
include/llvm/CodeGen/DwarfEHPrepare.h
@@ -461,6 +465,7 @@ include/llvm/CodeGen/ExpandReductions.h
include/llvm/CodeGen/ExpandVectorPredication.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FaultMaps.h
+include/llvm/CodeGen/FinalizeISel.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCMetadataPrinter.h
@@ -507,6 +512,7 @@ include/llvm/CodeGen/LazyMachineBlockFre
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
+include/llvm/CodeGen/LiveDebugVariables.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalCalc.h
include/llvm/CodeGen/LiveIntervalUnion.h
@@ -518,8 +524,8 @@ include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/LiveRegUnits.h
include/llvm/CodeGen/LiveStacks.h
include/llvm/CodeGen/LiveVariables.h
+include/llvm/CodeGen/LocalStackSlotAllocation.h
include/llvm/CodeGen/LoopTraversal.h
-include/llvm/CodeGen/LowLevelType.h
include/llvm/CodeGen/LowLevelTypeUtils.h
include/llvm/CodeGen/LowerEmuTLS.h
include/llvm/CodeGen/MBFIWrapper.h
@@ -537,11 +543,14 @@ include/llvm/CodeGen/MachineBranchProbab
include/llvm/CodeGen/MachineCFGPrinter.h
include/llvm/CodeGen/MachineCombinerPattern.h
include/llvm/CodeGen/MachineConstantPool.h
+include/llvm/CodeGen/MachineConvergenceVerifier.h
include/llvm/CodeGen/MachineCycleAnalysis.h
+include/llvm/CodeGen/MachineDomTreeUpdater.h
include/llvm/CodeGen/MachineDominanceFrontier.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
+include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
@@ -558,7 +567,6 @@ include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
include/llvm/CodeGen/MachineOutliner.h
include/llvm/CodeGen/MachinePassManager.h
-include/llvm/CodeGen/MachinePassRegistry.def
include/llvm/CodeGen/MachinePassRegistry.h
include/llvm/CodeGen/MachinePipeliner.h
include/llvm/CodeGen/MachinePostDominators.h
@@ -571,7 +579,7 @@ include/llvm/CodeGen/MachineSizeOpts.h
include/llvm/CodeGen/MachineStableHash.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/CodeGen/MachineUniformityAnalysis.h
-include/llvm/CodeGen/MachineValueType.h
+include/llvm/CodeGen/MachineVerifier.h
include/llvm/CodeGen/MacroFusion.h
include/llvm/CodeGen/ModuloSchedule.h
include/llvm/CodeGen/MultiHazardRecognizer.h
@@ -582,7 +590,7 @@ include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/ReductionRules.h
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/PBQPRAConstraint.h
-include/llvm/CodeGen/ParallelCG.h
+include/llvm/CodeGen/PHIElimination.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PreISelIntrinsicLowering.h
include/llvm/CodeGen/PseudoSourceValue.h
@@ -592,6 +600,7 @@ include/llvm/CodeGen/RDFLiveness.h
include/llvm/CodeGen/RDFRegisters.h
include/llvm/CodeGen/ReachingDefAnalysis.h
include/llvm/CodeGen/RegAllocCommon.h
+include/llvm/CodeGen/RegAllocFast.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/Register.h
@@ -603,8 +612,9 @@ include/llvm/CodeGen/RegisterScavenging.
include/llvm/CodeGen/RegisterUsageInfo.h
include/llvm/CodeGen/ReplaceWithVeclib.h
include/llvm/CodeGen/ResourcePriorityQueue.h
-include/llvm/CodeGen/RuntimeLibcalls.h
+include/llvm/CodeGen/RuntimeLibcallUtil.h
include/llvm/CodeGen/SDNodeProperties.td
+include/llvm/CodeGen/SDPatternMatch.h
include/llvm/CodeGen/SafeStack.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
@@ -639,6 +649,7 @@ include/llvm/CodeGen/TargetRegisterInfo.
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/TargetSubtargetInfo.h
include/llvm/CodeGen/TileShapeInfo.h
+include/llvm/CodeGen/TwoAddressInstructionPass.h
include/llvm/CodeGen/TypePromotion.h
include/llvm/CodeGen/UnreachableBlockElim.h
include/llvm/CodeGen/VLIWMachineScheduler.h
@@ -649,6 +660,11 @@ include/llvm/CodeGen/WasmEHFuncInfo.h
include/llvm/CodeGen/WasmEHPrepare.h
include/llvm/CodeGen/WinEHFuncInfo.h
include/llvm/CodeGen/WinEHPrepare.h
+include/llvm/CodeGen/WindowScheduler.h
+include/llvm/CodeGenData/OutlinedHashTree.h
+include/llvm/CodeGenData/OutlinedHashTreeRecord.h
+include/llvm/CodeGenTypes/LowLevelType.h
+include/llvm/CodeGenTypes/MachineValueType.h
include/llvm/Config/AsmParsers.def
include/llvm/Config/AsmPrinters.def
include/llvm/Config/Disassemblers.def
@@ -782,6 +798,7 @@ include/llvm/DebugInfo/GSYM/LineEntry.h
include/llvm/DebugInfo/GSYM/LineTable.h
include/llvm/DebugInfo/GSYM/LookupResult.h
include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h
+include/llvm/DebugInfo/GSYM/OutputAggregator.h
include/llvm/DebugInfo/GSYM/StringTable.h
include/llvm/DebugInfo/LogicalView/Core/LVCompare.h
include/llvm/DebugInfo/LogicalView/Core/LVElement.h
@@ -801,7 +818,7 @@ include/llvm/DebugInfo/LogicalView/LVRea
include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h
include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h
include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h
-include/llvm/DebugInfo/LogicalView/Readers/LVELFReader.h
+include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h
include/llvm/DebugInfo/MSF/IMSFFile.h
include/llvm/DebugInfo/MSF/MSFBuilder.h
include/llvm/DebugInfo/MSF/MSFCommon.h
@@ -996,6 +1013,7 @@ include/llvm/ExecutionEngine/Orc/Debuggi
include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h
include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h
include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h
+include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h
include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h
@@ -1025,6 +1043,7 @@ include/llvm/ExecutionEngine/Orc/ObjectL
include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
include/llvm/ExecutionEngine/Orc/OrcABISupport.h
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
+include/llvm/ExecutionEngine/Orc/SectCreate.h
include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h
include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h
@@ -1036,6 +1055,7 @@ include/llvm/ExecutionEngine/Orc/Shared/
include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
+include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h
include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
@@ -1045,6 +1065,7 @@ include/llvm/ExecutionEngine/Orc/TargetP
include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h
include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h
+include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h
include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h
@@ -1066,6 +1087,10 @@ include/llvm/Frontend/Offloading/Utility
include/llvm/Frontend/OpenACC/ACC.h.inc
include/llvm/Frontend/OpenACC/ACC.inc
include/llvm/Frontend/OpenACC/ACC.td
+include/llvm/Frontend/OpenMP/ClauseT.h
+include/llvm/Frontend/OpenMP/ConstructCompositionT.h
+include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
+include/llvm/Frontend/OpenMP/OMP.h
include/llvm/Frontend/OpenMP/OMP.h.inc
include/llvm/Frontend/OpenMP/OMP.inc
include/llvm/Frontend/OpenMP/OMP.td
@@ -1083,6 +1108,7 @@ include/llvm/FuzzMutate/Operations.h
include/llvm/FuzzMutate/Random.h
include/llvm/FuzzMutate/RandomIRBuilder.h
include/llvm/IR/AbstractCallSite.h
+include/llvm/IR/Analysis.h
include/llvm/IR/Argument.h
include/llvm/IR/AssemblyAnnotationWriter.h
include/llvm/IR/Assumptions.h
@@ -1100,12 +1126,14 @@ include/llvm/IR/Constant.h
include/llvm/IR/ConstantFold.h
include/llvm/IR/ConstantFolder.h
include/llvm/IR/ConstantRange.h
+include/llvm/IR/ConstantRangeList.h
include/llvm/IR/Constants.h
include/llvm/IR/ConstrainedOps.def
include/llvm/IR/ConvergenceVerifier.h
include/llvm/IR/CycleInfo.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
+include/llvm/IR/DbgVariableFragmentInfo.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoFlags.def
include/llvm/IR/DebugInfoMetadata.h
@@ -1124,6 +1152,7 @@ include/llvm/IR/FixedMetadataKinds.def
include/llvm/IR/FixedPointBuilder.h
include/llvm/IR/Function.h
include/llvm/IR/GCStrategy.h
+include/llvm/IR/GEPNoWrapFlags.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GenericConvergenceVerifierImpl.h
include/llvm/IR/GetElementPtrTypeIterator.h
@@ -1195,6 +1224,7 @@ include/llvm/IR/LegacyPassNameParser.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Mangler.h
include/llvm/IR/MatrixBuilder.h
+include/llvm/IR/MemoryModelRelaxationAnnotations.h
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
@@ -1218,6 +1248,7 @@ include/llvm/IR/ProfileSummary.h
include/llvm/IR/PseudoProbe.h
include/llvm/IR/ReplaceConstant.h
include/llvm/IR/RuntimeLibcalls.def
+include/llvm/IR/RuntimeLibcalls.h
include/llvm/IR/SSAContext.h
include/llvm/IR/SafepointIRVerifier.h
include/llvm/IR/Statepoint.h
@@ -1269,7 +1300,6 @@ include/llvm/MC/MCAsmInfoELF.h
include/llvm/MC/MCAsmInfoGOFF.h
include/llvm/MC/MCAsmInfoWasm.h
include/llvm/MC/MCAsmInfoXCOFF.h
-include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAsmMacro.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodeEmitter.h
@@ -1284,6 +1314,7 @@ include/llvm/MC/MCDisassembler/MCExterna
include/llvm/MC/MCDisassembler/MCRelocationInfo.h
include/llvm/MC/MCDisassembler/MCSymbolizer.h
include/llvm/MC/MCDwarf.h
+include/llvm/MC/MCELFExtras.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
@@ -1335,6 +1366,7 @@ include/llvm/MC/MCSymbolCOFF.h
include/llvm/MC/MCSymbolELF.h
include/llvm/MC/MCSymbolGOFF.h
include/llvm/MC/MCSymbolMachO.h
+include/llvm/MC/MCSymbolTableEntry.h
include/llvm/MC/MCSymbolWasm.h
include/llvm/MC/MCSymbolXCOFF.h
include/llvm/MC/MCTargetOptions.h
@@ -1457,13 +1489,18 @@ include/llvm/PassAnalysisSupport.h
include/llvm/PassInfo.h
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
+include/llvm/Passes/CodeGenPassBuilder.h
+include/llvm/Passes/MachinePassRegistry.def
include/llvm/Passes/OptimizationLevel.h
include/llvm/Passes/PassBuilder.h
include/llvm/Passes/PassPlugin.h
include/llvm/Passes/StandardInstrumentations.h
+include/llvm/Passes/TargetPassRegistry.inc
include/llvm/ProfileData/Coverage/CoverageMapping.h
include/llvm/ProfileData/Coverage/CoverageMappingReader.h
include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
+include/llvm/ProfileData/Coverage/MCDCTypes.h
+include/llvm/ProfileData/CtxInstrContextNode.h
include/llvm/ProfileData/FunctionId.h
include/llvm/ProfileData/GCOV.h
include/llvm/ProfileData/HashKeyMap.h
@@ -1476,6 +1513,9 @@ include/llvm/ProfileData/ItaniumMangling
include/llvm/ProfileData/MIBEntryDef.inc
include/llvm/ProfileData/MemProf.h
include/llvm/ProfileData/MemProfData.inc
+include/llvm/ProfileData/MemProfReader.h
+include/llvm/ProfileData/PGOCtxProfReader.h
+include/llvm/ProfileData/PGOCtxProfWriter.h
include/llvm/ProfileData/ProfileCommon.h
include/llvm/ProfileData/RawMemProfReader.h
include/llvm/ProfileData/SampleProf.h
@@ -1494,6 +1534,10 @@ include/llvm/Remarks/RemarkSerializer.h
include/llvm/Remarks/RemarkStreamer.h
include/llvm/Remarks/RemarkStringTable.h
include/llvm/Remarks/YAMLRemarkSerializer.h
+include/llvm/SandboxIR/SandboxIR.h
+include/llvm/SandboxIR/SandboxIRValues.def
+include/llvm/SandboxIR/Tracker.h
+include/llvm/SandboxIR/Use.h
include/llvm/Support/AMDGPUAddrSpace.h
include/llvm/Support/AMDGPUMetadata.h
include/llvm/Support/AMDHSAKernelDescriptor.h
@@ -1548,7 +1592,7 @@ include/llvm/Support/ConvertUTF.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DJB.h
include/llvm/Support/DOTGraphTraits.h
-include/llvm/Support/DXILOperationCommon.h
+include/llvm/Support/DXILABI.h
include/llvm/Support/DataExtractor.h
include/llvm/Support/DataTypes.h
include/llvm/Support/Debug.h
@@ -1567,6 +1611,7 @@ include/llvm/Support/Error.h
include/llvm/Support/ErrorHandling.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/ExitCodes.h
+include/llvm/Support/ExponentialBackoff.h
include/llvm/Support/ExtensibleRTTI.h
include/llvm/Support/Extension.def
include/llvm/Support/FileCollector.h
@@ -1589,6 +1634,8 @@ include/llvm/Support/GenericLoopInfoImpl
include/llvm/Support/GlobPattern.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/HashBuilder.h
+include/llvm/Support/HexagonAttributeParser.h
+include/llvm/Support/HexagonAttributes.h
include/llvm/Support/InitLLVM.h
include/llvm/Support/InstructionCost.h
include/llvm/Support/JSON.h
@@ -1599,6 +1646,7 @@ include/llvm/Support/LLVMDriver.h
include/llvm/Support/LineIterator.h
include/llvm/Support/Locale.h
include/llvm/Support/LockFileManager.h
+include/llvm/Support/LogicalResult.h
include/llvm/Support/MD5.h
include/llvm/Support/MSP430AttributeParser.h
include/llvm/Support/MSP430Attributes.h
@@ -1627,7 +1675,7 @@ include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RISCVAttributeParser.h
include/llvm/Support/RISCVAttributes.h
-include/llvm/Support/RISCVISAInfo.h
+include/llvm/Support/RISCVISAUtils.h
include/llvm/Support/RWMutex.h
include/llvm/Support/RandomNumberGenerator.h
include/llvm/Support/Recycler.h
@@ -1644,6 +1692,7 @@ include/llvm/Support/ScaledNumber.h
include/llvm/Support/ScopedPrinter.h
include/llvm/Support/Signals.h
include/llvm/Support/Signposts.h
+include/llvm/Support/SipHash.h
include/llvm/Support/SmallVectorMemoryBuffer.h
include/llvm/Support/Solaris/sys/regset.h
include/llvm/Support/SourceMgr.h
@@ -1682,6 +1731,7 @@ include/llvm/Support/X86FoldTablesUtils.
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/circular_raw_ostream.h
+include/llvm/Support/float128.h
include/llvm/Support/raw_os_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/raw_sha1_ostream.h
@@ -1714,19 +1764,25 @@ include/llvm/Target/TargetIntrinsicInfo.
include/llvm/Target/TargetItinerary.td
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
+include/llvm/Target/TargetMacroFusion.td
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetPfmCounters.td
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelectionDAG.td
+include/llvm/TargetParser/AArch64CPUFeatures.inc
include/llvm/TargetParser/AArch64TargetParser.h
+include/llvm/TargetParser/AArch64TargetParserDef.inc
include/llvm/TargetParser/ARMTargetParser.def
include/llvm/TargetParser/ARMTargetParser.h
include/llvm/TargetParser/ARMTargetParserCommon.h
+include/llvm/TargetParser/ARMTargetParserDef.inc
include/llvm/TargetParser/CSKYTargetParser.def
include/llvm/TargetParser/CSKYTargetParser.h
include/llvm/TargetParser/Host.h
include/llvm/TargetParser/LoongArchTargetParser.def
include/llvm/TargetParser/LoongArchTargetParser.h
+include/llvm/TargetParser/PPCTargetParser.def
+include/llvm/TargetParser/RISCVISAInfo.h
include/llvm/TargetParser/RISCVTargetParser.h
include/llvm/TargetParser/RISCVTargetParserDef.inc
include/llvm/TargetParser/SubtargetFeature.h
@@ -1743,6 +1799,7 @@ include/llvm/TextAPI/Architecture.def
include/llvm/TextAPI/Architecture.h
include/llvm/TextAPI/ArchitectureSet.h
include/llvm/TextAPI/DylibReader.h
+include/llvm/TextAPI/FileTypes.h
include/llvm/TextAPI/InterfaceFile.h
include/llvm/TextAPI/PackedVersion.h
include/llvm/TextAPI/Platform.h
@@ -1778,6 +1835,7 @@ include/llvm/Transforms/IPO/CrossDSOCFI.
include/llvm/Transforms/IPO/DeadArgumentElimination.h
include/llvm/Transforms/IPO/ElimAvailExtern.h
include/llvm/Transforms/IPO/EmbedBitcodePass.h
+include/llvm/Transforms/IPO/ExpandVariadics.h
include/llvm/Transforms/IPO/ExtractGV.h
include/llvm/Transforms/IPO/ForceFunctionAttrs.h
include/llvm/Transforms/IPO/FunctionAttrs.h
@@ -1802,6 +1860,7 @@ include/llvm/Transforms/IPO/ProfiledCall
include/llvm/Transforms/IPO/SCCP.h
include/llvm/Transforms/IPO/SampleContextTracker.h
include/llvm/Transforms/IPO/SampleProfile.h
+include/llvm/Transforms/IPO/SampleProfileMatcher.h
include/llvm/Transforms/IPO/SampleProfileProbe.h
include/llvm/Transforms/IPO/StripDeadPrototypes.h
include/llvm/Transforms/IPO/StripSymbols.h
@@ -1825,8 +1884,12 @@ include/llvm/Transforms/Instrumentation/
include/llvm/Transforms/Instrumentation/InstrOrderFile.h
include/llvm/Transforms/Instrumentation/InstrProfiling.h
include/llvm/Transforms/Instrumentation/KCFI.h
+include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h
include/llvm/Transforms/Instrumentation/MemProfiler.h
include/llvm/Transforms/Instrumentation/MemorySanitizer.h
+include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h
+include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h
+include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h
include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
include/llvm/Transforms/Instrumentation/PoisonChecking.h
include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h
@@ -1858,6 +1921,7 @@ include/llvm/Transforms/Scalar/Inductive
include/llvm/Transforms/Scalar/InferAddressSpaces.h
include/llvm/Transforms/Scalar/InferAlignment.h
include/llvm/Transforms/Scalar/InstSimplifyPass.h
+include/llvm/Transforms/Scalar/JumpTableToSwitch.h
include/llvm/Transforms/Scalar/JumpThreading.h
include/llvm/Transforms/Scalar/LICM.h
include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h
@@ -1873,7 +1937,6 @@ include/llvm/Transforms/Scalar/LoopInter
include/llvm/Transforms/Scalar/LoopLoadElimination.h
include/llvm/Transforms/Scalar/LoopPassManager.h
include/llvm/Transforms/Scalar/LoopPredication.h
-include/llvm/Transforms/Scalar/LoopReroll.h
include/llvm/Transforms/Scalar/LoopRotation.h
include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
include/llvm/Transforms/Scalar/LoopSink.h
@@ -1931,6 +1994,7 @@ include/llvm/Transforms/Utils/CodeLayout
include/llvm/Transforms/Utils/CodeMoverUtils.h
include/llvm/Transforms/Utils/CountVisits.h
include/llvm/Transforms/Utils/CtorUtils.h
+include/llvm/Transforms/Utils/DXILResource.h
include/llvm/Transforms/Utils/DXILUpgrade.h
include/llvm/Transforms/Utils/Debugify.h
include/llvm/Transforms/Utils/EntryExitInstrumenter.h
@@ -1996,6 +2060,7 @@ include/llvm/Transforms/Utils/UnrollLoop
include/llvm/Transforms/Utils/VNCoercion.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
+include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h
include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
include/llvm/Transforms/Vectorize/LoopVectorize.h
include/llvm/Transforms/Vectorize/SLPVectorizer.h
@@ -2037,7 +2102,6 @@ lib/cmake/llvm/FindLibEdit.cmake
lib/cmake/llvm/FindLibpfm.cmake
lib/cmake/llvm/FindOCaml.cmake
lib/cmake/llvm/FindSphinx.cmake
-lib/cmake/llvm/FindTerminfo.cmake
lib/cmake/llvm/FindZ3.cmake
lib/cmake/llvm/Findzstd.cmake
lib/cmake/llvm/GenerateVersionFromVCS.cmake
@@ -2062,9 +2126,9 @@ lib/cmake/llvm/TensorFlowCompile.cmake
lib/cmake/llvm/UseLibtool.cmake
lib/cmake/llvm/VersionFromVCS.cmake
lib/cmake/llvm/llvm-driver-template.cpp.in
-lib/libLLVM-18.${SHLIB_EXT}
+lib/libLLVM-19.${SHLIB_EXT}
lib/libLLVM.${SHLIB_EXT}
-${PLIST.notdylib}lib/libLLVM.${SHLIB_EXT}.18.1
+${PLIST.notdylib}lib/libLLVM.${SHLIB_EXT}.19.1
${PLIST.AArch64}lib/libLLVMAArch64AsmParser.a
${PLIST.AArch64}lib/libLLVMAArch64CodeGen.a
${PLIST.AArch64}lib/libLLVMAArch64Desc.a
@@ -2114,6 +2178,7 @@ ${PLIST.CSKY}lib/libLLVMCSKYDesc.a
${PLIST.CSKY}lib/libLLVMCSKYDisassembler.a
${PLIST.CSKY}lib/libLLVMCSKYInfo.a
lib/libLLVMCodeGen.a
+lib/libLLVMCodeGenData.a
lib/libLLVMCodeGenTypes.a
lib/libLLVMCore.a
lib/libLLVMCoroutines.a
@@ -2209,6 +2274,7 @@ lib/libLLVMObjCARCOpts.a
lib/libLLVMObjCopy.a
lib/libLLVMObject.a
lib/libLLVMObjectYAML.a
+lib/libLLVMOptDriver.a
lib/libLLVMOption.a
lib/libLLVMOrcDebugging.a
lib/libLLVMOrcJIT.a
@@ -2229,9 +2295,11 @@ ${PLIST.RISCV}lib/libLLVMRISCVInfo.a
${PLIST.RISCV}lib/libLLVMRISCVTargetMCA.a
lib/libLLVMRemarks.a
lib/libLLVMRuntimeDyld.a
+lib/libLLVMSPIRVAnalysis.a
${PLIST.SPIRV}lib/libLLVMSPIRVCodeGen.a
${PLIST.SPIRV}lib/libLLVMSPIRVDesc.a
${PLIST.SPIRV}lib/libLLVMSPIRVInfo.a
+lib/libLLVMSandboxIR.a
lib/libLLVMScalarOpts.a
lib/libLLVMSelectionDAG.a
${PLIST.Sparc}lib/libLLVMSparcAsmParser.a
@@ -2247,8 +2315,8 @@ ${PLIST.SystemZ}lib/libLLVMSystemZDesc.a
${PLIST.SystemZ}lib/libLLVMSystemZDisassembler.a
${PLIST.SystemZ}lib/libLLVMSystemZInfo.a
lib/libLLVMTableGen.a
+lib/libLLVMTableGenBasic.a
lib/libLLVMTableGenCommon.a
-lib/libLLVMTableGenGlobalISel.a
lib/libLLVMTarget.a
lib/libLLVMTargetParser.a
lib/libLLVMTextAPI.a
@@ -2286,9 +2354,9 @@ ${PLIST.Xtensa}lib/libLLVMXtensaDisassem
${PLIST.Xtensa}lib/libLLVMXtensaInfo.a
lib/libLLVMipo.a
lib/libLTO.${SHLIB_EXT}
-${PLIST.notdylib}lib/libLTO.${SHLIB_EXT}.18.1
+${PLIST.notdylib}lib/libLTO.${SHLIB_EXT}.19.1
lib/libRemarks.${SHLIB_EXT}
-${PLIST.notdylib}lib/libRemarks.${SHLIB_EXT}.18.1
+${PLIST.notdylib}lib/libRemarks.${SHLIB_EXT}.19.1
share/opt-viewer/opt-diff.py
share/opt-viewer/opt-stats.py
share/opt-viewer/opt-viewer.py
Index: pkgsrc/lang/llvm/buildlink3.mk
diff -u pkgsrc/lang/llvm/buildlink3.mk:1.28 pkgsrc/lang/llvm/buildlink3.mk:1.29
--- pkgsrc/lang/llvm/buildlink3.mk:1.28 Sat Jul 6 15:45:05 2024
+++ pkgsrc/lang/llvm/buildlink3.mk Fri May 9 05:53:52 2025
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.28 2024/07/06 15:45:05 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2025/05/09 05:53:52 adam Exp $
BUILDLINK_TREE+= llvm
.if !defined(LLVM_BUILDLINK3_MK)
LLVM_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.llvm+= llvm>=18.0.0
+BUILDLINK_API_DEPENDS.llvm+= llvm>=19.1.0
BUILDLINK_PKGSRCDIR.llvm?= ../../lang/llvm
LLVM_CONFIG_PATH?= ${BUILDLINK_PREFIX.llvm}/bin/llvm-config
@@ -92,6 +92,7 @@ BUILDLINK_FILES.llvm+= bin/llvm-xray
BUILDLINK_FILES.llvm+= bin/not
BUILDLINK_FILES.llvm+= bin/obj2yaml
BUILDLINK_FILES.llvm+= bin/opt
+BUILDLINK_FILES.llvm+= bin/reduce-chunk-list
BUILDLINK_FILES.llvm+= bin/sancov
BUILDLINK_FILES.llvm+= bin/sanstats
BUILDLINK_FILES.llvm+= bin/split-file
Index: pkgsrc/lang/llvm/distinfo
diff -u pkgsrc/lang/llvm/distinfo:1.46 pkgsrc/lang/llvm/distinfo:1.47
--- pkgsrc/lang/llvm/distinfo:1.46 Sun Apr 20 22:05:34 2025
+++ pkgsrc/lang/llvm/distinfo Fri May 9 05:53:52 2025
@@ -1,22 +1,19 @@
-$NetBSD: distinfo,v 1.46 2025/04/20 22:05:34 js Exp $
+$NetBSD: distinfo,v 1.47 2025/05/09 05:53:52 adam Exp $
-BLAKE2s (cmake-18.1.8.src.tar.xz) = 77d99e6cf6210475bda352d49bd823ecd428ffd92c4b5bc0147583e1f2628c64
-SHA512 (cmake-18.1.8.src.tar.xz) = e02243b491f9e688db28d7b53270fcf87debf09d3c95b136a7c7b96e26890de68712c60a1e85f5a448a95ad8c81f2d8ae77047780822443bbe39f1a9e6211007
-Size (cmake-18.1.8.src.tar.xz) = 8708 bytes
-BLAKE2s (llvm-18.1.8.src.tar.xz) = b9353b29fb4d0d561b8ed4c5e96b2acef39f08721ef798fb7c48fbf3bd7955df
-SHA512 (llvm-18.1.8.src.tar.xz) = 930814730bb2d80cf7f7b2968f0f1f1442009ca62a7ca29992b69d63823270584b059d16aa845bb381411da566e7e4f255fcfbc38acbdf865eb0419b4dfd7459
-Size (llvm-18.1.8.src.tar.xz) = 61986468 bytes
-BLAKE2s (runtimes-18.1.8.src.tar.xz) = f9034c238edd0e7809d4a82a0bdb643926ad23566d2447e8f4ce8ad0b068e90e
-SHA512 (runtimes-18.1.8.src.tar.xz) = 6ddf33676a1f4b69111a077e2b4bec951433f9e6d84ba2f1d578be373690e0abd8fccd1104bf34355c8fb9613c002c720b53fa536be4a923dca7e2d7abd1614c
-Size (runtimes-18.1.8.src.tar.xz) = 6788 bytes
+BLAKE2s (cmake-19.1.7.src.tar.xz) = 420fe22b00305abc7924fd6cb58bc1ba1c17c6e79a6b51ffb406163db7f1805c
+SHA512 (cmake-19.1.7.src.tar.xz) = 3ff56e1a61dbace35d8c168ad5c94c5a09d92eb683494bfe1deabcb3640cf79b7422d44903d049d2298d54c2874f9a60c4f13f6795a3949e7eaefd5d42e62621
+Size (cmake-19.1.7.src.tar.xz) = 9300 bytes
+BLAKE2s (llvm-19.1.7.src.tar.xz) = 5a3e1c1d0dfcff66dd537c0c18c05cd968c11541fa5613504102fde25de325fc
+SHA512 (llvm-19.1.7.src.tar.xz) = 140275e35d2046fcbfc38241fed7bae92d34b761c09a5209e298a4241958a91e069dab76454efa32325d2f1205f0f0f25d886518533df55948a78b14e88b41a8
+Size (llvm-19.1.7.src.tar.xz) = 67828200 bytes
+BLAKE2s (runtimes-19.1.7.src.tar.xz) = 196d02c1a9acc62eb19e300df6e2213312b3522a518322dd7eab47559e0884e0
+SHA512 (runtimes-19.1.7.src.tar.xz) = 6b87dafe809b49560c72b9872f4e2795de70c66000af2272ad46fc044e5c88a3415aaa444f80d37946da14127cd4645b2a7420e3e184641215f415b709d801d8
+Size (runtimes-19.1.7.src.tar.xz) = 7224 bytes
SHA1 (patch-CMakeLists.txt) = c53cef61bdaeaf5216b78330992357a632a2b0b2
SHA1 (patch-cmake_config-ix.cmake) = f5cd0c949d35020d1051f95417e7944aa71a3d54
SHA1 (patch-cmake_modules_AddLLVM.cmake) = 4e6668e0c3e13423ce3e19304f4ad60f66d41562
SHA1 (patch-include_llvm-c_DataTypes.h) = ff547cae5bdf90c5a1371b9eb196e7537a03b18d
-SHA1 (patch-include_llvm_ADT_SmallVector.h) = 83c18299bd49dc6953e7a79561d4932eef06f8e9
SHA1 (patch-include_llvm_Analysis_ConstantFolding.h) = 0a8db4d876b749dd492fced6fbc8c4faf3ff2450
-SHA1 (patch-lib_Target_AMDGPU_MCTargetDesc_AMDGPUMCTargetDesc.h) = fe765edea960a134586930c82589831bacc238c3
SHA1 (patch-lib_Target_CSKY_MCTargetDesc_CSKYMCCodeEmitter.cpp) = a769f1533a136f9c50630e3219cafbf005e4e4e1
-SHA1 (patch-lib_Target_X86_MCTargetDesc_X86MCTargetDesc.h) = 8f46d9341741de0c99e307e6fd6c6ad5b7ee9610
SHA1 (patch-tools_llvm-shlib_CMakeLists.txt) = 4f3d0f527735126293519b42d7fd33dc41a910c2
SHA1 (patch-utils_llvm-lit_CMakeLists.txt) = 8b18659fe7189c9077b0409e123d41c01e8c8610
Index: pkgsrc/lang/llvm/version.mk
diff -u pkgsrc/lang/llvm/version.mk:1.17 pkgsrc/lang/llvm/version.mk:1.18
--- pkgsrc/lang/llvm/version.mk:1.17 Sat Jul 6 15:45:06 2024
+++ pkgsrc/lang/llvm/version.mk Fri May 9 05:53:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.17 2024/07/06 15:45:06 adam Exp $
+# $NetBSD: version.mk,v 1.18 2025/05/09 05:53:52 adam Exp $
# used by devel/lld
# used by devel/lldb
# used by devel/polly
@@ -14,7 +14,7 @@
# used by lang/wasi-libcxx
# used by parallel/openmp
-LLVM_VERSION= 18.1.8
+LLVM_VERSION= 19.1.7
MASTER_SITES= ${MASTER_SITE_GITHUB:=llvm/}
GITHUB_PROJECT= llvm-project
GITHUB_RELEASE= llvmorg-${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index