summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2016-12-08Prune unused libdeps.NAKAMURA Takumi
2016-11-20ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool
2016-11-20ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko
2016-11-11[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.Lang Hames
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-11-11Fix examples files to reflect header split in r286566.Teresa Johnson
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-19[BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames
2016-10-19[BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames
2016-09-19[Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames
2016-09-11[ORC] Update examples for header changes in r281171.Lang Hames
2016-08-26Fix singlton -> singleton typo.Eric Christopher
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-07-15[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames
2016-07-02New Kaleidoscope chapter: Creating object filesWilfred Hughes
2016-06-11[MCJIT] Update MCJIT and get the fibonacci example working again.Lang Hames
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-30[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.Lang Hames
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