OSDN Git Service

android: add soong building rules
[android-x86/external-llvm.git] / examples / Kaleidoscope /
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-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-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-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-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-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-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-26 NAKAMURA TakumiChapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused...
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-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-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-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-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-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...
2015-09-18 Lang HamesRemove trailing whitespace from the old Orc Kaleidoscop...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 NAKAMURA TakumiKaleidoscope: Prune __attribute__((used)). Some compile...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-27 NAKAMURA TakumiKaleidoscope: Prune unused libdeps.
2015-08-26 NAKAMURA TakumiKaleidoscope: Update libdeps corresponding to r246002.
2015-08-26 Lang HamesBig Kaleidoscope tutorial update.
2015-08-19 NAKAMURA Takumi[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-privat...
2015-08-19 Lang Hames[Kaleidoscope] More inter-chapter diff reduction.
2015-08-19 Lang Hames[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
2015-08-18 Lang Hames[Kaleidoscope] Start C++11'ifying the kaleidoscope...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
next