OSDN Git Service

Merging r339883:
[android-x86/external-llvm.git] / examples /
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...
2016-05-25 Eugene ZelenkoFix some Include What You Use warnings in examples...
2016-05-23 Lang Hames[Kaleidoscope] Add an initial "Building an ORC JIT...
2016-05-22 Lang Hames[Kaleidoscope] Fix static global ordering to prevent...
2016-05-19 Eugene ZelenkoFix some Clang-tidy modernize-use-bool-literals and...
2016-05-07 Lang Hames[Orc] Rename OrcArchitectureSupport to OrcABISupport...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-03-25 Lang Hames[Kaleidoscope] Rename Error -> LogError in Chapters...
2016-03-25 Lang Hames[Kaleidoscope] Fix 'Error' name clashes.
2016-03-11 Chandler Carruth[PM] Update Kaleidoscope with the new header file.
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-01-26 Chris BienemanRemove autoconf support
2016-01-11 NAKAMURA TakumiFix examples corresponding to r257302.
2015-12-04 Lang Hames[Orc] Fix Kaleidoscope example for change in r254693.
2015-11-07 Duncan P. N. Exon... examples: Remove implicit ilist iterator conversions...
2015-11-05 Peter CollingbourneFix Kaleidoscope example.
2015-11-03 Lang Hames[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope...
2015-11-03 David BlaikieKaleidoscope-ch2: Remove the dependence on LLVM by...
2015-10-17 Davide Italiano[JIT/Examples] Fix Fibonacci so that it runs again.
2015-10-15 Eric ChristopherUpdate for llvm API change.
2015-10-08 David BlaikieMake the Kaleidoscope Orc examples -Wdeprecated clean...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
next