Xcode目前內建的compiler即為LLVM, 對於LLVM要有進一步了解可以看一下這篇->http://cppdepend.wordpress.com/2012/10/06/clang-rocks/
「llvm compiler」的推薦目錄:
- 關於llvm compiler 在 軟體開發學習資訊分享 Facebook 的精選貼文
- 關於llvm compiler 在 紀老師程式教學網 Facebook 的最讚貼文
- 關於llvm compiler 在 LLVM in 100 Seconds - YouTube 的評價
- 關於llvm compiler 在 The LLVM Compiler Infrastructure - GitHub 的評價
- 關於llvm compiler 在 LLVM compiler – Related Work – Interesting papers 的評價
- 關於llvm compiler 在 OS X choose llvm gcc compiler - c++ - Stack Overflow 的評價
llvm compiler 在 紀老師程式教學網 Facebook 的最讚貼文
Xcode 4.3.3 在 AppStore 上架了!新功能包括:
1. 可以用自己的 Developer ID 對 App 做電子簽章。
2. 新的「Open Developer Tool」選項,可以啟動 Instrument、檔案合併...等功能。
3. 提供 ARC (Automatic Referencing Counting) 升級功能,可以把舊的、使用 retain/release 的程式碼,修改成符合 ARC 的樣子。
4. 全新的 OpenGL ES 除錯器,可直接在 IDE 內分析你的 OpenGL ES 程式碼
5. LLVM 編譯器(Xcode 內建的編譯器(Compiler))支援最新的 C++ 11 (2011)規格。
6. 開放開發者下載舊的 iOS 模擬器(如: iOS 4.x, iOS 3.x...)。
7. Interface Builder (IB) 支援對 UI 元件自動排版(Auto Layout)。
更詳細的內容請看:
http://itunes.apple.com/tw/app/xcode/id497799835?l=zh&mt=12
llvm compiler 在 The LLVM Compiler Infrastructure - GitHub 的推薦與評價
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments. The LLVM ... ... <看更多>
llvm compiler 在 LLVM compiler – Related Work – Interesting papers 的推薦與評價
todo: Notes related to LLVM compiler. Binary lifter, BinRec binary lifter, Capstone disassembler, Dagger binary lifter, KLEE verifier, LLVM-MCtoLL binary ... ... <看更多>
llvm compiler 在 LLVM in 100 Seconds - YouTube 的推薦與評價
Want to build your own programming language? LLVM is a tool for building and optimizing compilers and forms the backbone of many languages ... ... <看更多>