summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2016-05-30[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames
2016-05-27[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removedLang Hames
2016-05-27[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames
2016-05-27[Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Make the optimizeModule method for Chapter2Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJITLang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames
2016-05-25Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko
2016-05-23[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames
2016-05-22[Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames
2016-05-19Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko
2016-05-07[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-25[Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames
2016-03-25[Kaleidoscope] Fix 'Error' name clashes.Lang Hames
2016-03-11[PM] Update Kaleidoscope with the new header file.Chandler Carruth
2016-03-01Refactor duplicated code for linking with pthread.Rafael Espindola
2016-01-26Remove autoconf supportChris Bieneman
2016-01-11Fix examples corresponding to r257302.NAKAMURA Takumi
2015-12-04[Orc] Fix Kaleidoscope example for change in r254693.Lang Hames
2015-11-07examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-11-05Fix Kaleidoscope example.Peter Collingbourne
2015-11-03[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames
2015-11-03Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie
2015-10-17[JIT/Examples] Fix Fibonacci so that it runs again.Davide Italiano
2015-10-15Update for llvm API change.Eric Christopher
2015-10-08Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg
2015-09-18Fix typo and test commitLuke Larson
2015-09-18Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-28Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-27[CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi
2015-08-27Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi
2015-08-26Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi
2015-08-26Big Kaleidoscope tutorial update.Lang Hames
2015-08-19[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.NAKAMURA Takumi
2015-08-19[Kaleidoscope] More inter-chapter diff reduction.Lang Hames
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames
2015-08-14Update ExceptionDemo for exception handling API changes (personality function...David Blaikie
2015-08-14Fix -Wformat warnings in ExceptionDemoDavid Blaikie