1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/docs/tutorial
Lang Hames 5449ba39f7 [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.
Returning the error to clients provides an opportunity to introduce readers to
the Expected and Error APIs and makes the tutorial more useful as a starting
point for a real JIT class, while only slightly complicating the code.

llvm-svn: 344720
2018-10-18 00:51:38 +00:00
..
BuildingAJIT1.rst [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients. 2018-10-18 00:51:38 +00:00
BuildingAJIT2.rst [docs] Fix a typo in KaleidoscopeJIT tutorial 2018-05-08 18:43:27 +00:00
BuildingAJIT3.rst [docs] Add out-of-date warnings to the BuildingAJIT tutorial text. 2018-02-06 21:25:20 +00:00
BuildingAJIT4.rst [ORC][Kaleidoscope] Update ORCJit tutorial. 2017-09-17 00:24:43 +00:00
BuildingAJIT5.rst [ORC][Kaleidoscope] Update ORCJit tutorial. 2017-09-17 00:24:43 +00:00
index.rst [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial 2016-05-25 23:34:19 +00:00
LangImpl01.rst New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
LangImpl02.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl03.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl04.rst s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
LangImpl05-cfg.png New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
LangImpl05.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl06.rst [Kaleidoscope] Tiny typo fixes 2018-03-29 12:31:06 +00:00
LangImpl07.rst Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
LangImpl08.rst [NFC] fix trivial typos in comments and documents 2018-01-29 05:17:03 +00:00
LangImpl09.rst PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00
LangImpl10.rst New Kaleidoscope chapter: Creating object files 2016-07-02 17:01:59 +00:00
OCamlLangImpl1.rst [NFC] fix trivial typos in comments and documents 2018-01-26 08:15:29 +00:00
OCamlLangImpl2.rst
OCamlLangImpl3.rst
OCamlLangImpl4.rst
OCamlLangImpl5.rst [docs] NFC: Fix links in the tutorial 2017-07-10 09:07:23 +00:00
OCamlLangImpl6.rst Fix some typos in the doc 2016-08-28 20:29:18 +00:00
OCamlLangImpl7.rst Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
OCamlLangImpl8.rst