Package - llvm-21-examples
Primary informations
Download package: http://deb.debian.org/debian/pool/main/l/llvm-toolchain-21/llvm-21-examples_21.1.6-3_all.deb (Size: 283.5KiB)| Property | Value |
|---|---|
| Package | llvm-21-examples |
| Source | llvm-toolchain-21 |
| Version | 1:21.1.6-3 |
| Architecture | all |
| Maintainer | LLVM Packaging Team |
| Installed-Size | 476 |
| Depends | llvm-21-dev (>= 1:21.1.6-3), llvm-21-dev (<< 1:21.1.6-3+c~) |
| Homepage | https://www.llvm.org/ |
| Priority | optional |
| Section | doc |
| Filename | pool/main/l/llvm-toolchain-21/llvm-21-examples_21.1.6-3_all.deb |
| Size | 290340 |
| SHA256 | c77616276ff8b22a83d452f9d27848f6413b3c3cde6be0676b8965a6fdf05eb9 |
| SHA1 | 4c2dca606a9a2018c3465b38ea25bf85a4e20b70 |
| MD5sum | 763e3d07b5b7d073fcad7f689ab50940 |
| Description | Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. |
| Description-md5 |
Files in package
- /usr/share/doc/llvm-21-examples/NEWS.Debian.gz
- /usr/share/doc/llvm-21-examples/changelog.Debian.gz
- /usr/share/doc/llvm-21-examples/copyright
- /usr/share/doc/llvm-21-examples/examples/BrainF/BrainF.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/BrainF/BrainF.h
- /usr/share/doc/llvm-21-examples/examples/BrainF/BrainFDriver.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/BrainF/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Bye/Bye.cpp
- /usr/share/doc/llvm-21-examples/examples/Bye/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/ExceptionDemo/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/ExceptionDemo/ExceptionDemo.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Fibonacci/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Fibonacci/fibonacci.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/HowToUseJIT/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/HowToUseJIT/HowToUseJIT.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/HowToUseLLJIT/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
- /usr/share/doc/llvm-21-examples/examples/IRTransforms/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/IRTransforms/SimplifyCFG.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter4/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter2/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter2/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter3/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter3/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter4/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter4/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter5/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter5/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter6/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter6/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter7/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter7/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter8/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter8/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter9/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/Chapter9/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/README.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/cached/README.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/cached/genk-timing.py.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/cached/split-lib.py
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/cached/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/complete/README.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/complete/genk-timing.py.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/complete/split-lib.py.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/complete/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/initial/README.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/initial/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/lazy/README.txt
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/MCJIT/lazy/toy.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/Kaleidoscope/include/KaleidoscopeJIT.h
- /usr/share/doc/llvm-21-examples/examples/ModuleMaker/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/ModuleMaker/ModuleMaker.cpp
- /usr/share/doc/llvm-21-examples/examples/ModuleMaker/README.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/ExampleModules.h
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITRemovableCode/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITRemovableCode/LLJITRemovableCode.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithExecutorProcessControl/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithInitializers/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithInitializers/LLJITWithInitializers.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/OrcV2CBindingsAddObjectFile.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/OrcV2CBindingsDumpObjects.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsLazy/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/OrcV2CBindingsMCJITLikeMemoryManager.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/OrcV2CBindingsRemovableCode.c.gz
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c.gz
- /usr/share/doc/llvm-21-examples/examples/ParallelJIT/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/ParallelJIT/ParallelJIT.cpp.gz
- /usr/share/doc/llvm-21-examples/examples/SpeculativeJIT/CMakeLists.txt
- /usr/share/doc/llvm-21-examples/examples/SpeculativeJIT/SpeculativeJIT.cpp.gz