llvm IR

자이 2017.05.19 20:18 조회 수 : 1138

Beyond being implemented as a language, LLVM IR is actually defined in three isomorphic forms: the textual format above, an in-memory data structure inspected and modified by optimizations themselves, and an efficient and dense on-disk binary "bitcode" format. The LLVM Project also provides tools to convert the on-disk format from text to binary: llvm-as assembles the textual .ll file into a .bc file containing the bitcode goop and llvm-dis turns a .bc file into a .ll file.

번호 제목 글쓴이 날짜 조회 수
공지 [공지] 컴파일러 및 가상머신 스터디 관련 Q&A 게시판 입니다. woos 2016.04.09 273
67 simplify 에 대해 ChatGPT에게 물어봤습니다. [2] marcII 2023.03.19 519
66 혹시 이 책 보신분 계신지 궁금합니다. [1] marc 2023.02.22 263
65 [컴파일러] 170721 스터디 내용 pororo 2017.07.23 364
64 [컴파일러/VM] 170707 스터디 내용 pororo 2017.07.10 145
63 [컴파일러/VM] 170623 오늘 모임은 취소되었습니다. [3] pororo 2017.06.23 159
62 2017년 06/16일 스터디 컴파일러 VM스터디 [1] June 2017.06.16 129
61 [컴파일러/가상머신] 170602 진도 [3] pororo 2017.06.03 143
60 [컴파일러/가상머신] 170526 진도 [4] pororo 2017.05.27 150
59 [컴파일러/가상머신] 2회차 진행내용 공유 [8] spike 2017.05.20 203
» llvm IR 자이 2017.05.19 1138
57 https://www.slideshare.net/Hybrid0/llvm-28276305 woos 2017.05.19 18363
56 이번 컴파일러 스터디와 관련해서 LLVM에 대해 찾아보았습니다 [1] 자이 2017.05.19 692
55 05/12 컴파일러 스터디 진도 pororo 2017.05.13 172
54 조언 구합니다. 백창우씨 외 많은 선배님들께 [5] 슈민 2016.06.06 849
53 스터디 장소 슈민 2016.04.30 111
52 Compiler (LLVM) 교재 선정 [7] 슈민 2016.04.27 885
51 스터디 공간 정리 [3] Kyoo 2016.04.24 251
50 스터디 교재 관련 의견 취합 [23] 남현우 2016.04.24 1098
49 pthread를 사용할 때 static link만 하면 segfault 발생한 경험. 강명권. 2013.08.02 3308
XE Login