LLVM Cookbook 源码,由于上传文件大小限制,删除了原来zip包里的部分二进制文件 -The files in this bundle are the essential files mentioned in the chapters, please make sure you are reffering these files for complete refference as the code shown in the book are specific snippets of the actual code.
2022-05-04 21:01:54 11.47MB LLVM Cookbook
1
kaleidoscope, Haskell LLVM编译器教程 用LLVM构建小型编程语言的简短指南。 作者声明: 。 Haskell 联机阅读:的HTMLPDF源代码压缩代码设置你需要 GHC 7.8或者更高版本以及 LLVM 4.0. 有关在你的选择平台上安装L
2022-05-02 13:33:29 341KB 开源
1
msys2-mingw-w64-x86_64-gcc-6.3.0-clang-llvm-3.9.1-windows-x86-64.zip.zip.003
2022-04-29 16:16:14 100MB msys2 mingw
1
LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM,LLVM
2022-04-16 17:01:25 2.75MB LLVM
1
Mesa项目最初作为 OpenGL规范的开源实现。现在扩展为兼容更多的 graphics APIS:including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API, XvMC and Vulkan。 同时,各种显示设备的驱动程序开始允许Mesa库兼容,包括软件仿真到先进gpu的硬件加速。 Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. The llvmpipe software renderer allows running of OpenGL applications without any hardware / driver support. llvm(low level virtual machine) Windows 编译好的llvm版本
2022-04-06 16:00:54 106.54MB 3d mesa
1
LLVM is one of the very hot topics in recent times. It is an open source project with an ever-increasing number of contributors. Every programmer comes across a compiler at some point or the other while programming. Simply speaking, a compiler converts a highlevel language to machine-executable code
2022-03-22 19:48:23 1.43MB LLVM
1
在任意目录下编写并且编译调用自己的Pass示例,已经编译成功,可直接opt调用,也可以重新在build目录下执行 cmake ../ 再执行 make
2022-03-17 19:56:33 55KB LLVM,Pass
1
全书共14章,第1章简要介绍了本书所基于的环境与工具;第2~6章针对编译的不同阶段,展开实践方面的相关阐述,并结合GCC和LLVM这两款具体的编译器进行论述;第7章介绍了多样化编译方面的实践;第8~13章从反编译的不同阶段介绍与反编译相关的可执行程序格式、程序解码和反汇编、中间表示生成、数据类型和控制流的恢复、过程定义恢复等内容;第14章简要介绍了反编译在信息安全方面的应用。
2022-03-11 02:22:59 64.78MB LLVM GCC 反编译 代码混淆
1
巴生 基于antlr4和LLVM构建的过程编程语言 设置 请参阅
2022-03-07 14:15:47 48KB cmake cpp llvm antlr
1
2020年2月13日,好像是晴天也好像是阴天,管他什么天反正也没出门。晚上下楼扔垃圾,久违的微风拂面,恍然想起如今已经立春了,是春的温柔啊。啊,跑题了… 想要安装LLVM都需要准备些什么呢?需要安装:虚拟机、centos、gcc/g++、cmake。这里是我的安装步骤以及一些比较有参考性的文章。 准备步骤: 1) 虚拟机的安装: 这个简单直接点点点就好没几步,装好后没有密钥的上网搜一个用就好,可以参考https://www.52pojie.cn/thread-804891-1-1.html 2) centos的安装: 参考https://blog.csdn.net/u013168176/art
2022-03-05 20:28:51 311KB clang gcc install
1