Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Kaleidoscope chapter: Creating object files | Wilfred Hughes | 2016-07-02 | 1 | -5/+1 |
| | | | | | | | | | | | | This new chapter describes compiling LLVM IR to object files. The new chaper is chapter 8, so later chapters have been renumbered. Since this brings us to 10 chapters total, I've also needed to rename the other chapters to use two digit numbering. Differential Revision: http://reviews.llvm.org/D18070 llvm-svn: 274441 | ||||
* | Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure | Lang Hames | 2015-08-27 | 1 | -0/+2 |
| | | | | | | the kaleidoscope 'library' functions aren't dead-stripped in release builds. llvm-svn: 246201 | ||||
* | Revert r246175 to get builder green again. | Lang Hames | 2015-08-27 | 1 | -2/+0 |
| | | | | llvm-svn: 246185 | ||||
* | Add Kaleidoscope regression tests. | Lang Hames | 2015-08-27 | 1 | -0/+2 |
| | | | | | | These will be run if LLVM_BUILD_EXAMPLES is enabled. llvm-svn: 246175 | ||||
* | Kaleidoscope: Prune unused libdeps. | NAKAMURA Takumi | 2015-08-27 | 1 | -2/+0 |
| | | | | llvm-svn: 246126 | ||||
* | Kaleidoscope: Update libdeps corresponding to r246002. | NAKAMURA Takumi | 2015-08-26 | 1 | -0/+1 |
| | | | | llvm-svn: 246025 | ||||
* | [Kaleidoscope] Remove RTTI use from chapters 7 and 8. | Lang Hames | 2015-04-22 | 1 | -4/+0 |
| | | | | llvm-svn: 235541 | ||||
* | Rework r233647, "llvm/examples: Suppress building a few JIT examples." | NAKAMURA Takumi | 2015-03-31 | 1 | -1/+1 |
| | | | | | | It didn't work with "install". llvm-svn: 233708 | ||||
* | llvm/examples: Suppress building a few JIT examples. | NAKAMURA Takumi | 2015-03-31 | 1 | -0/+2 |
| | | | | | | examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/ExceptionDemo.cpp.o:(.data.rel.ro._ZTIN4llvm18MCJITMemoryManagerE[_ZTIN4llvm18MCJITMemoryManagerE]+0x10): undefined reference to `typeinfo for llvm::RuntimeDyld::MemoryManager' llvm-svn: 233647 | ||||
* | llvm/examples: Add RuntimeDyld as libdeps. | NAKAMURA Takumi | 2015-03-31 | 1 | -0/+1 |
| | | | | llvm-svn: 233646 | ||||
* | Reorder. | NAKAMURA Takumi | 2015-01-19 | 1 | -1/+1 |
| | | | | llvm-svn: 226419 | ||||
* | [CMake] examples/Kaleidoscope: Prune redundant libdeps. | NAKAMURA Takumi | 2015-01-19 | 1 | -5/+0 |
| | | | | llvm-svn: 226418 | ||||
* | cmake: Add Kaleidoscope target | Duncan P. N. Exon Smith | 2015-01-06 | 1 | -1/+1 |
| | | | | llvm-svn: 225318 | ||||
* | Once more on the cmake build. nativecodegen->native on the dependencies. | Eric Christopher | 2014-12-08 | 1 | -1/+1 |
| | | | | | | Thanks to Rafael Espindola for testing assistance. llvm-svn: 223678 | ||||
* | Attempt to fix the cmake build by requiring mcjit on the cmake | Eric Christopher | 2014-12-08 | 1 | -0/+1 |
| | | | | | | dependencies for the KS tutorials llvm-svn: 223677 | ||||
* | Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds | Eric Christopher | 2014-12-08 | 1 | -0/+17 |
a description of how to add debug information using DWARF and DIBuilder to the language. Thanks to David Blaikie for his assistance with this tutorial. llvm-svn: 223671 |