summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames2015-08-2710-20/+30
* Revert r246175 to get builder green again.Lang Hames2015-08-2710-20/+10
* Add Kaleidoscope regression tests.Lang Hames2015-08-2710-10/+20
* [CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi2015-08-272-5/+5
* Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi2015-08-275-8/+0
* Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi2015-08-265-0/+5
* Big Kaleidoscope tutorial update.Lang Hames2015-08-268-987/+760
* [CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.NAKAMURA Takumi2015-08-191-2/+6
* [Kaleidoscope] More inter-chapter diff reduction.Lang Hames2015-08-194-4/+9
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-199-466/+594
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-187-850/+887
* Update ExceptionDemo for exception handling API changes (personality function...David Blaikie2015-08-141-1/+1
* Fix -Wformat warnings in ExceptionDemoDavid Blaikie2015-08-141-6/+7
* Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie2015-08-141-2/+2
* [PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth2015-08-064-0/+4