llvm-project/llvm/examples/Kaleidoscope
Lang Hames 079df9ab2c [ORC] Rename ORC layers to make the "new" ORC layers the default.
This commit adds a 'Legacy' prefix to old ORC layers and utilities, and removes
the '2' suffix from the new ORC layers. If you wish to continue using the old
ORC layers you will need to add a 'Legacy' prefix to your classes. If you were
already using the new ORC layers you will need to drop the '2' suffix.

The legacy layers will remain in-tree until the new layers reach feature
parity with them. This will involve adding support for removing code from the
new layers, and ensuring that performance is comperable.

llvm-svn: 344572
2018-10-15 22:56:10 +00:00
..
BuildingAJIT [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
Chapter2 Update Kaleidoscope tutorial and improve Windows support 2017-02-11 21:26:52 +00:00
Chapter3 Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Chapter4 s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
Chapter5 s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
Chapter6 s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
Chapter7 s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
Chapter8 Unbreak kaleidoscope example. 2018-05-21 22:09:45 +00:00
Chapter9 s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
MCJIT Test Commit Access - Removed Whitespace 2018-05-29 10:12:27 +00:00
include [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
CMakeLists.txt PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00