| Commit message (Expand) | Author | Age | Files | Lines |
| * | [docs] Fix broken links in Kaleidoscope chapter 3 | Brian Gesiak | 2019-11-17 | 1 | -4/+4 |
| * | [Docs] Remove stray :doc: directive. | kristina | 2019-11-16 | 1 | -1/+1 |
| * | [Docs] Fix sphinx warning. | kristina | 2019-11-16 | 1 | -1/+1 |
| * | [Docs] Try fixing the tutorial toctree | kristina | 2019-11-16 | 12 | -27/+21 |
| * | [Docs] Fix relative links in tutorial. | kristina | 2019-11-16 | 5 | -22/+22 |
| * | Move CodeGenFileType enum to Support/CodeGen.h | Reid Kleckner | 2019-11-13 | 1 | -1/+1 |
| * | Fix a few spellos in docs. | Nico Weber | 2019-09-13 | 2 | -2/+2 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 8 | -31/+31 |
| * | [docs] Fix sphinx doc generation errors | Jordan Rupprecht | 2019-08-14 | 1 | -3/+4 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | [Docs] Fix sphinx warning in OCamlLangImpl5.rst | Francis Visoiu Mistrih | 2019-07-30 | 1 | -1/+1 |
| * | unbreak links | Chris Lattner | 2019-07-19 | 11 | -11/+11 |
| * | replace the old kaleidoscope tutorial files with orphaned pages that forward ... | Chris Lattner | 2019-07-19 | 13 | -5638/+47 |
| * | Point to the dusted off version of the kaleidoscope tutorial. | Chris Lattner | 2019-07-19 | 2 | -2/+4 |
| * | Fix missing arguments in tutorial | Hans Wennborg | 2019-04-12 | 1 | -1/+1 |
| * | try to fix the sphinx build some more | Hans Wennborg | 2019-04-11 | 11 | -0/+22 |
| * | Try to fix the shpinx build | Hans Wennborg | 2019-04-11 | 9 | -9/+9 |
| * | last changes for now | Chris Lattner | 2019-04-07 | 1 | -2/+2 |
| * | various improvements in wording, also unbreak the bot | Chris Lattner | 2019-04-07 | 3 | -42/+44 |
| * | make a bunch of cleanups in wording and tone | Chris Lattner | 2019-04-07 | 1 | -75/+52 |
| * | remove some unhelpful language from the tutorial | Chris Lattner | 2019-04-07 | 2 | -7/+106 |
| * | Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various t... | Chris Lattner | 2019-04-07 | 11 | -0/+5560 |
| * | [Docs] Add note about legacy PM to Ch4 of tutorial | Kristina Brooks | 2019-03-12 | 1 | -0/+8 |
| * | Fixed code snippet in Kaleidoscope tutorial to reflect final full code listing | Wilfred Hughes | 2019-02-16 | 1 | -1/+1 |
| * | [BuildingAJIT] Clang-format chapters 1 and 2. | Lang Hames | 2018-11-13 | 1 | -2/+2 |
| * | [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs. | Lang Hames | 2018-11-13 | 1 | -202/+145 |
| * | [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients. | Lang Hames | 2018-10-18 | 1 | -80/+84 |
| * | [BuildingAJIT] Simplify a tutorial example and fix a syntax error. | Lang Hames | 2018-10-17 | 1 | -3/+2 |
| * | [BuildingAJIT] Fix a function signature in the documentation. | Lang Hames | 2018-10-17 | 1 | -2/+2 |
| * | [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs. | Lang Hames | 2018-10-17 | 1 | -239/+156 |
| * | [docs] Fix a typo in KaleidoscopeJIT tutorial | Stephane Sezer | 2018-05-08 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | [Kaleidoscope] Tiny typo fixes | Sjoerd Meijer | 2018-03-29 | 5 | -14/+14 |
| * | [Kaleidoscope] doc fix | Sjoerd Meijer | 2018-03-20 | 1 | -5/+5 |
| * | [docs] Add out-of-date warnings to the BuildingAJIT tutorial text. | Lang Hames | 2018-02-06 | 3 | -0/+15 |
| * | [NFC] fix trivial typos in comments and documents | Hiroshi Inoue | 2018-01-29 | 1 | -1/+1 |
| * | [NFC] fix trivial typos in comments and documents | Hiroshi Inoue | 2018-01-26 | 1 | -1/+1 |
| * | [NFC] fix trivial typos in documents | Hiroshi Inoue | 2018-01-16 | 1 | -1/+1 |
| * | PR35705: Fix Chapter 9 example code for API changes to DIBuilder | David Blaikie | 2017-12-20 | 1 | -2/+3 |
| * | [ORC][Kaleidoscope] Update ORCJit tutorial. | Don Hinton | 2017-09-17 | 5 | -102/+101 |
| * | [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORC | Lang Hames | 2017-08-15 | 1 | -77/+100 |
| * | [docs] NFC: Fix links in the tutorial | Kirill Bobyrev | 2017-07-10 | 8 | -16/+16 |
| * | Remove redundant code block and update comment. | Sylvestre Ledru | 2017-03-04 | 1 | -13/+1 |
| * | Update Kaleidoscope tutorial and improve Windows support | Mehdi Amini | 2017-02-11 | 8 | -169/+237 |
| * | Use print() instead of dump() in code | Matthias Braun | 2017-01-28 | 1 | -2/+4 |
| * | [Docs] Fix a broken link in the Kaleidoscope tutorial. | Davide Italiano | 2016-09-13 | 1 | -1/+1 |
| * | Fix some typos in the doc | Sylvestre Ledru | 2016-08-28 | 2 | -2/+2 |
| * | [BuildingAJIT] Fix a couple of typos in the Chapter 3 draft. | Lang Hames | 2016-08-08 | 1 | -6/+6 |
| * | [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. | Lang Hames | 2016-08-01 | 3 | -32/+32 |
| * | [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3. | Lang Hames | 2016-07-19 | 1 | -33/+46 |