summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames2016-05-271-1361/+0
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-191-10/+30
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-20/+22
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-1/+1
* Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie2015-10-081-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-6/+4
* Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames2015-09-181-112/+111
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-3/+3
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-6/+5
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-6/+11
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+1
* [Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d...Lang Hames2015-02-251-45/+54
* [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.Lang Hames2015-02-211-0/+2
* [Orc][Kaleidoscope] Update the MainLoop code of the orc/kaleidoscope tutorialsLang Hames2015-02-171-4/+4
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* [Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.Lang Hames2015-02-091-8/+8
* Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and rem...David Blaikie2015-02-081-7/+15
* Constify the Orc Kaleidoscope examples IRGen functions.David Blaikie2015-02-081-22/+22
* [Orc][Kaleidoscope] Remove fixed sized buffers from string conversion code andLang Hames2015-02-081-26/+24
* Add CMake build support for Orc examples (& fix some clang -Werror buildDavid Blaikie2015-02-081-1/+0
* [Orc][Kaleidoscope] Fix method-name think-o. NFC.Lang Hames2015-02-081-3/+3
* [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen.Lang Hames2015-02-061-0/+1322
OpenPOWER on IntegriCloud