summaryrefslogtreecommitdiffstats
path: root/llvm/examples
Commit message (Expand)AuthorAgeFilesLines
* [BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames2016-10-191-1/+2
* [BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames2016-10-191-0/+2
* [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames2016-09-192-22/+15
* [ORC] Update examples for header changes in r281171.Lang Hames2016-09-111-2/+2
* Fix singlton -> singleton typo.Eric Christopher2016-08-265-5/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-016-35/+33
* [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames2016-07-153-14/+17
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-024-328/+1552
* [MCJIT] Update MCJIT and get the fibonacci example working again.Lang Hames2016-06-112-0/+3
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-316-8/+8
* [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.Lang Hames2016-05-301-1/+3
* [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames2016-05-307-0/+1789
* [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removedLang Hames2016-05-271-1/+0
* [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames2016-05-2713-5684/+0
* [Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames2016-05-274-0/+1479
* [Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames2016-05-261-4/+0
* [Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames2016-05-261-0/+1
* [Kaleidoscope][BuildingAJIT] Add code for Chapter 3.Lang Hames2016-05-264-0/+1385
* [Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2.Lang Hames2016-05-261-1/+1
* [Kaleidoscope][BuildingAJIT] Make the optimizeModule method for Chapter2Lang Hames2016-05-261-0/+2
* [Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJITLang Hames2016-05-254-0/+1369
* [Kaleidoscope][BuildingAJIT] Delete trailing whitespace.Lang Hames2016-05-251-1/+1
* [Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames2016-05-251-4/+15
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-259-25/+114
* [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames2016-05-235-0/+1321
* [Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames2016-05-225-5/+5
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-1911-96/+245
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-2/+2
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-1418-380/+346
* [Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames2016-03-254-64/+64
* [Kaleidoscope] Fix 'Error' name clashes.Lang Hames2016-03-253-87/+87
* [PM] Update Kaleidoscope with the new header file.Chandler Carruth2016-03-114-0/+4
* Refactor duplicated code for linking with pthread.Rafael Espindola2016-03-011-3/+1
* Remove autoconf supportChris Bieneman2016-01-2630-519/+0
* Fix examples corresponding to r257302.NAKAMURA Takumi2016-01-111-1/+1
* [Orc] Fix Kaleidoscope example for change in r254693.Lang Hames2015-12-041-1/+1
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-078-10/+10
* Fix Kaleidoscope example.Peter Collingbourne2015-11-051-1/+2
* [Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames2015-11-031-6/+3
* Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie2015-11-031-11/+23
* [JIT/Examples] Fix Fibonacci so that it runs again.Davide Italiano2015-10-171-1/+0
* Update for llvm API change.Eric Christopher2015-10-151-2/+1
* Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie2015-10-084-4/+4
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-2915-54/+49
* Fix typo and test commitLuke Larson2015-09-181-1/+1
* Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames2015-09-184-448/+444
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-094-12/+0
* Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi2015-08-285-10/+10
OpenPOWER on IntegriCloud