OSDN Git Service

android: shared_llvm.mk: add libLLVMOrcJIT to llvm_device_static_libraries
[android-x86/external-llvm.git] / examples /
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-10 Lang Hames[ORC] Add custom IR compiler configuration to LLJITBuil...
2019-05-22 Lang HamesAdd a HowToUseLLJIT example project.
2019-04-20 Lang Hames[JITLink] Update BuildingAJIT tutorials to account...
2019-02-21 Lang Hames[Kaleidoscope] Fix symbol resolver to search in reverse...
2019-02-01 James Y KnightFix compilation of examples after 13680223b9d8 / r352827
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-27 Alexandre GaneaFix some warnings on MSVC
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-03 Serge GueltonPython compat - print statement
2018-11-19 Paul RobinsonFix build break from r347239
2018-11-13 Simon PilgrimAdd bracket that was lost in rL346727 and has been...
2018-11-13 George Karpenkov[BuildingAJIT] Fixing the build by inserting a forgotte...
2018-11-13 Lang Hames[BuildingAJIT] Clang-format chapters 1 and 2.
2018-11-13 Lang Hames[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
2018-10-18 Lang Hames[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class...
2018-10-17 Lang Hames[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-09-26 Lang Hames[ORC] Fix BuildingAJIT tutorial examples that were...
2018-05-30 Lang Hames[ORC] Update JITCompileCallbackManager to support multi...
2018-05-29 Luke GeesonTest Commit Access - Removed Whitespace
2018-05-21 Peter CollingbourneUnbreak kaleidoscope example.
2018-05-16 Lang Hames[ORC] Rewrite the VSO symbol table yet again. Update...
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-04-24 David BlaikieFix build breaks in examples due to moving stuff from...
2018-04-24 David BlaikieInstCombine: Fix layering by not including Scalar.h...
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-03-28 David BlaikieTransforms: Introduce Transforms/Utils.h rather than...
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Rafael EspindolaUpdate examples for API change. NFC.
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-06 Lang HamesAdd OrcJIT dependency for Kaleidoscope Chapter 9.
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2017-12-20 David BlaikiePR35705: Fix Chapter 9 example code for API changes...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-09-12 Vlad TsyrklevichFix broken links to the Itanium CXX ABI
2017-09-04 Lang Hames[ORC] Refactor OrcRemoteTarget code to expose its RPC...
2017-09-03 Lang Hames[ORC] Add an Error return to the JITCompileCallbackMana...
2017-08-15 Lang Hames[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT...
2017-07-19 Hans WennborgDefeat another -Wunused-but-set-variable warning
2017-07-13 Hiroshi Inouefix typos in comments and error messges; NFC
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-26 Eugene Zelenko[Examples] Fix some Clang-tidy modernize-use-using...
2017-05-07 Peter Szecsi[Kaleidoscope] toy.cpp use after move fix
2017-04-11 Serge GueltonModule::getOrInsertFunction is using C-style vararg...
2017-02-20 NAKAMURA Takumillvm/examples/Kaleidoscope/BuildingAJIT: More fixup...
2017-02-20 NAKAMURA Takumillvm/examples/Kaleidoscope/include/KaleidoscopeJIT...
2017-02-12 NAKAMURA TakumiKaleidoscope-Ch7: Add TranformUtils for llvm::createPro...
2017-02-11 Mehdi AminiUpdate Kaleidoscope tutorial and improve Windows support
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-26 NAKAMURA TakumiChapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused...
2017-01-17 Boris UlasevichBrainF example: fixing output buffering issue
2016-12-15 Boris UlasevichBrainF example: fixing segfault caused by outdated...
2016-12-08 NAKAMURA TakumiPrune unused libdeps.
2016-11-20 Saleem AbdulrasoolExceptionDemo: remove some undefined behaviour
2016-11-20 Saleem AbdulrasoolExceptionDemo: prefer headers over redeclarations
2016-11-18 Eugene Zelenko[Examples] Fix some Clang-tidy modernize-use-default...
2016-11-11 Lang Hames[Orc] Update the BuildingAJIT Chapter 5 server class...
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Teresa JohnsonFix examples files to reflect header split in r286566.
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-19 Lang Hames[BuildingAJIT] Use the remote target triple to construc...
2016-10-19 Lang Hames[BuildingAJIT] Make the chapter 5 server export symbols.
2016-09-19 Lang Hames[Kaleidoscope] Make Chapter 2 use llvm::make_unique...
2016-09-11 Lang Hames[ORC] Update examples for header changes in r281171.
2016-08-26 Eric ChristopherFix singlton -> singleton typo.
2016-08-17 Justin BognerReplace a few more "fall through" comments with LLVM_FA...
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-08-01 Lang Hames[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld:...
2016-07-15 Lang Hames[Kaleidoscope][BuildingAJIT] Start filling in text...
2016-07-02 Wilfred HughesNew Kaleidoscope chapter: Creating object files
2016-06-11 Lang Hames[MCJIT] Update MCJIT and get the fibonacci example...
2016-05-31 Lang Hames[Orc] Add conversion to/from RuntimeDyld::SymbolInfo...
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Don't build Chapter 5...
2016-05-30 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for Chapter 5...
2016-05-27 Lang Hames[Kaleidoscope][Orc] Remove the reference to the Orc...
2016-05-27 Lang Hames[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial...
2016-05-27 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for chapter 4.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Remove leftover debugging...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add explicit dependence...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Make the optimizeModule...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapt...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Add a description of the...
next