코딩Coding/LLVM_Compiler_Infrastructure
-
프로그래밍 언어 개발의 감초” LLVM의 이해와 활용 방법코딩Coding/LLVM_Compiler_Infrastructure 2023. 8. 26. 11:44
프로그래밍 언어 개발의 감초” LLVM의 이해와 활용 방법 원문보기: https://www.itworld.co.kr/tags/81113/LLVM/304285#csidx1d12b1f7bdc97b59a112918d1d7e008 https://www.itworld.co.kr/tags/81113/LLVM/304285 “프로그래밍 언어 개발의 감초” LLVM의 이해와 활용 방법현재 개발 환경 분야에서는 매일 새로운 언어와 기존 언어에 대한 개선이 쏟아지고 있다. 모질라의 러스트, 애플의 스위프트, 젯브레인스의 코틀린,www.itworld.co.kr
-
RFC: Enforcing Bounds Safety in C (-fbounds-safety)코딩Coding/LLVM_Compiler_Infrastructure 2023. 6. 26. 14:19
RFC: Enforcing Bounds Safety in C (-fbounds-safety) https://discourse.llvm.org/t/rfc-enforcing-bounds-safety-in-c-fbounds-safety/70854 RFC: Enforcing Bounds Safety in C (-fbounds-safety)Summary We propose -fbounds-safety, a C extension to enforce bounds safety to prevent out-of-bounds (OOB) memory accesses, which remain a major source of security vulnerabilities in C. -fbounds-safety aims to eli..
-
[RFC] Adding HLSL and DirectX support to Clang & LLVM코딩Coding/LLVM_Compiler_Infrastructure 2022. 3. 10. 14:20
https://discourse.llvm.org/t/rfc-adding-hlsl-and-directx-support-to-clang-llvm/60783 [RFC] Adding HLSL and DirectX support to Clang & LLVM Hello all, The HLSL compiler community is interested in contributing HLSL, DirectX and Vulkan graphics support to Clang and LLVM. Why do we want to do this? The existing HLSL compiler, the DirectX Shader Compiler (DXC), is a fork of LLVM/Clang 3.7 and is d di..
-
LLVM_ 개요(LLVM_Compiler_Infrastructure코딩Coding/LLVM_Compiler_Infrastructure 2022. 2. 28. 17:14
https://blog.naver.com/sssang97/221485210315 [LLVM-IR] 개요(번역) https://llvm.org/docs/LangRef.html#abstract 이 문서는 llvm 어셈블리 언어를 위한 레퍼런스 메뉴얼입... blog.naver.com 공식 홈페이지 - 문서 https://llvm.org/docs/index.html About — LLVM 15.0.0git documentation About Warning If you are using a released version of LLVM, see the download page to find your documentation. The LLVM compiler infrastructure supports a wide ..