Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Kaleidoscope: Value => Metadata | Duncan P. N. Exon Smith | 2015-01-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 225320 | |||||
* | 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 | |||||
* | Fix KS tutorial build failure. | Eric Christopher | 2014-12-08 | 1 | -4/+5 | |
| | | | | | | | make all doesn't build the examples and it was uniquified since last build. llvm-svn: 223675 | |||||
* | Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds | Eric Christopher | 2014-12-08 | 3 | -0/+1526 | |
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 |