高通LLVM编译器工具链Linux
2021-06-20 14:02:11 291.32MB 嵌入式
1
LLVM计划提供了越来越多的可以使用、编译器以外的其他工具。例如代码静态检查工具 LLVM/Clang Static Analyzer,是一个 Clang 的子项目,能够使用同样的 Makefile 生成 HTML 格式的分析报告;而对关注编译技术的开发人员来说,LLVM提供了很多优点:现代化的设计:LLVM的设计是高度模块化的,使得其代码更为清晰和便于排查问题所在。
2021-06-10 21:32:35 245.4MB LLVM clang VSCODE
1
安德森 LLVM 的 Andersen 别名分析
2021-06-10 20:03:48 18MB C++
1
1.用于高通骁龙xbl.elf镜像的编译 2.UEFI编译lk
2021-06-10 16:00:43 220.87MB 编译工具
1
免费下载 llvm-8.0.1.src.tar.xz_FreeDownload.zip 文件后,解压此文件即可得到 llvm-8.0.1.src.tar.xz 源文件。
2021-06-09 13:00:35 29.07MB llvm-8.0.1
1
Clang是一个由Apple主导编写,基于LLVM的C/C++/Objective-C编译器.快速编译和较少内存占用 ;有诊断功能;兼容GCC; https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win64.exe
2021-06-09 09:05:08 182.19MB clang llvm clang-format clangFormat
1
氖 霓虹灯是一种实验性编程语言。它具有类似C的语法,并且可以轻松地与C / C ++互操作。 特征 变数 声明新变量: int i = 0 写变量: i = 5 读取变量: i = i + 5 可变范围 范围内定义的变量无法从该范围外访问 范围内被覆盖的变量在该范围之后再次可用 功能 声明函数: fun hello(float f) int { … } 调用函数: hello(3.14) 资料类型 整数(64位): int i = 0 浮点数(64位): float f = 0.0 布尔值(1位): bool b = true 大批支持以下原始数据类型的一维数组: int[5] a float[5] a bool[5] a 字符串string s = "Hello World!"字符串类型是托管的,这意味着字符串的长度与数据一起保存 链接外部目标文件 可以将目标文件与用Neon编写的
2021-06-01 21:56:25 120KB programming-language parser llvm lexer
1
Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler About This Book Learn to use the LLVM libraries to emit intermediate representation (IR) from high-level language Build your own optimization pass for better code generation Understand AST generation and use it in a meaningful way Who This Book Is For This book is intended for those who already know some of the concepts of compilers and want to quickly get familiar with the LLVM infrastructure and the rich set of libraries that it p
2021-05-25 10:02:21 1.12MB LLVM compiler
1
LLVM+obf集成包
2021-05-22 22:00:11 90.42MB ollvm
1
流程代码
2021-05-22 22:00:10 66KB LLVM
1