DDavid Blaikie[Kaleidoscope] Remove unused function argument
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[examples][BuildingAJIT] Use the right layer when adding code in Chapter 3. We were incorrectly using the OptimizeLayer and bypassing the COD layer. | 4 年前 | |
Update Kaleidoscope: Change headers Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D88141 | 5 年前 | |
[examples] Fix Kaleidoscope-Ch3, which was broken by ad92f16ccc5. | 5 年前 | |
[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2. This patch updates the Kaleidoscope and BuildingAJIT tutorial series (chapter 1-4) to OrcV2. Chapter 5 of the BuildingAJIT series is removed -- it will be re-instated once we have in-tree support for out-of-process JITing. This patch only updates the tutorial code, not the text. Patches welcome for that, otherwise I will try to update it in a few weeks. | 5 年前 | |
[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2. This patch updates the Kaleidoscope and BuildingAJIT tutorial series (chapter 1-4) to OrcV2. Chapter 5 of the BuildingAJIT series is removed -- it will be re-instated once we have in-tree support for out-of-process JITing. This patch only updates the tutorial code, not the text. Patches welcome for that, otherwise I will try to update it in a few weeks. | 5 年前 | |
[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2. This patch updates the Kaleidoscope and BuildingAJIT tutorial series (chapter 1-4) to OrcV2. Chapter 5 of the BuildingAJIT series is removed -- it will be re-instated once we have in-tree support for out-of-process JITing. This patch only updates the tutorial code, not the text. Patches welcome for that, otherwise I will try to update it in a few weeks. | 5 年前 | |
Fix use of deprecated IRBuilder::CreateLoad in Kaleidoscope | 5 年前 | |
Move TargetRegistry.(h|cpp) from Support to MC This moves the registry higher in the LLVM library dependency stack. Every client of the target registry needs to link against MC anyway to actually use the target, so we might as well move this out of Support. This allows us to ensure that Support doesn't have includes from MC/*. Differential Revision: https://reviews.llvm.org/D111454 | 4 年前 | |
[Kaleidoscope] Remove unused function argument Removes an unused function argument from a code listing in the Kaleidoscope turorial in step 9. Reviewed By: dblaikie, MaskRay Differential Revision: https://reviews.llvm.org/D128628 | 4 年前 | |
[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT | 5 年前 | |
[examples] Fix Kaleidoscope for Windows This fixes "Resolving symbol with incorrect flags" errors when running the Kaleidoscope tutorials on Windows. Reviewed By: lhames Differential Revision: https://reviews.llvm.org/D108348 | 4 年前 | |
PR35705: Fix Chapter 9 example code for API changes to DIBuilder llvm-svn: 321214 | 8 年前 |