OSDN Git Service

[NewGVN] Remove unneeded newline and format assertions. NFCI.
[android-x86/external-llvm.git] / examples /
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...
2015-09-18 Luke LarsonFix typo and test commit
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 Takumi[CMake] Let ExceptionDemo buildable with ENABLE_EH.
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-14 David BlaikieUpdate ExceptionDemo for exception handling API changes...
2015-08-14 David BlaikieFix -Wformat warnings in ExceptionDemo
2015-08-14 David BlaikieFix up the ExceptionDemo for some API changes over...
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...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-16 Mehdi AminiFix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-05-19 NAKAMURA TakumiBrainF.cpp: Update CreateCall() according to r237624.
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-22 Lang Hames[Kaleidoscope] Fix incorrect use of reinterpret_cast.
2015-04-22 Lang Hames[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
2015-04-22 David BlaikieFix up Exception demo from recent opaque pointer type...
next