summaryrefslogtreecommitdiffstats
path: root/llvm/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Re-sort the #include lines in bindings and examples which I managed toChandler Carruth2015-02-131-2/+2
* [Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.Lang Hames2015-02-093-26/+26
* Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and rem...David Blaikie2015-02-083-20/+40
* Kaleidoscope-Orc: Extract IRGen work into a utility function.David Blaikie2015-02-081-7/+15
* Constify the Orc Kaleidoscope examples IRGen functions.David Blaikie2015-02-083-66/+66
* [Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings.Lang Hames2015-02-083-3/+3
* [Orc][Kaleidoscope] Remove fixed sized buffers from string conversion code andLang Hames2015-02-083-77/+71
* [CMake] Kaleidoscope-Orc: Update libdeps.NAKAMURA Takumi2015-02-083-3/+6
* Add CMake build support for Orc examples (& fix some clang -Werror buildDavid Blaikie2015-02-088-3/+38
* [Orc][Kaleidoscope] Fix method-name think-o. NFC.Lang Hames2015-02-083-10/+10
* [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen.Lang Hames2015-02-063-0/+1366
* [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen.Lang Hames2015-02-063-0/+1344
* [Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.Lang Hames2015-02-063-0/+1341
* Reorder.NAKAMURA Takumi2015-01-195-5/+5
* [CMake] examples/Kaleidoscope: Prune redundant libdeps.NAKAMURA Takumi2015-01-195-9/+0
* [CMake] Update libdeps in examples/Kaleidoscope/Chapter4.NAKAMURA Takumi2015-01-191-0/+1
* [Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope.Lang Hames2015-01-161-44/+38
* [Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeatLang Hames2015-01-161-55/+253
* Manually specify the folder that Kaleidescope should reside in for CMake-prod...Aaron Ballman2015-01-071-0/+1
* Kaleidoscope: Value => MetadataDuncan P. N. Exon Smith2015-01-061-1/+1
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-068-7/+14
* Add a subdirectory in CMake for Chapter 8.Eric Christopher2015-01-061-0/+1
* Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher2014-12-085-5/+5
* Attempt to fix the cmake build by requiring mcjit on the cmakeEric Christopher2014-12-085-0/+5
* Fix KS tutorial build failure.Eric Christopher2014-12-085-775/+1059
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-084-1/+1527
* Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher2014-12-084-8/+36
* ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.NAKAMURA Takumi2014-12-031-2/+2
* [CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi2014-10-312-0/+2
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-105-5/+5
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-039-9/+9
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0223-145/+9
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-3/+2
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-199-24/+37
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0723-9/+145
* Nuke the old JIT.Rafael Espindola2014-08-0723-145/+9
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-0/+2
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-147-0/+7
* Try to fix the msvc build.Benjamin Kramer2014-04-291-0/+1
* Fix warnings about an variable only used in asserts.Ahmed Charles2014-03-061-0/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-063-3/+3
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-255-5/+10
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-255-5/+5
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-2/+2
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-191-2/+2
* Use PrivateLinkage now that it is safe.Rafael Espindola2014-02-191-2/+2
* Don't try to build ExceptionDemo on ARM.Rafael Espindola2014-02-121-1/+1
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-1311-14/+14
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-1314-14/+14
OpenPOWER on IntegriCloud