[libFuzzer] remove experimental flag and functionality
[oota-llvm.git] / examples /
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...
2015-04-20 Duncan P. N. Exon... DebugInfo: Fix Kaleidoscope Ch. 8 after r235327
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Add implicit conversion from DISubprogram...
2015-04-14 Aaron BallmanFixing a compile error with MSVC 2013 where there is...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Lang Hames[Orc] Update kaleidoscope tutorial for API change in...
2015-04-02 NAKAMURA Takumillvm/examples/BrainF: Give an explicit pointee type...
2015-03-31 NAKAMURA TakumiRework r233647, "llvm/examples: Suppress building a...
2015-03-31 NAKAMURA Takumillvm/examples: Suppress building a few JIT examples.
2015-03-31 NAKAMURA Takumillvm/examples: Add RuntimeDyld as libdeps.
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Rafael EspindolaFix build.
2015-03-18 Reid KlecknerCMake: Disable ENABLE_EXPORTS for executables with...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 NAKAMURA Takumillvm/examples: Add missing include according to r230907.
2015-02-26 Lang Hames[Orc][Kaleidoscope] More tutorial cleanup, a little...
2015-02-26 Lang Hames[Orc][Kaleidoscope] Fix a missed symbol mangling operat...
2015-02-26 Lang Hames[Orc][Kaleidoscope] More diff-reduction between tutoria...
2015-02-25 Lang Hames[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutor...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-20 Lang Hames[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials...
2015-02-19 David Blaikie[orcjit] Include CMake support for the fully_lazy examp...
2015-02-19 Lang Hames[Orc][Kaleidoscope] Fix typo in tutorial comment.
2015-02-19 Lang Hames[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidosc...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Fix a fixme - no reason we can...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make sure to look for the mangled...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Fix misnumbered steps in comments...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Add an example of extreme-laziness...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Update the MainLoop code of the...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler Carruth[PM] Update the examples to reflect the removal of the
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-08 David BlaikieKaleidoscope-Orc: Reuse the IRGen utility function...
2015-02-08 David BlaikieKaleidoscope-Orc: Extract IRGen work into a utility...
2015-02-08 David BlaikieConstify the Orc Kaleidoscope examples IRGen functions.
2015-02-08 Lang Hames[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Remove fixed sized buffers from...
2015-02-08 NAKAMURA Takumi[CMake] Kaleidoscope-Orc: Update libdeps.
2015-02-08 David BlaikieAdd CMake build support for Orc examples (& fix some...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Fix method-name think-o. NFC.
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope tutorial for Orc demonstrating...
2015-01-19 NAKAMURA TakumiReorder.
2015-01-19 NAKAMURA Takumi[CMake] examples/Kaleidoscope: Prune redundant libdeps.
2015-01-19 NAKAMURA Takumi[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
2015-01-16 Lang Hames[Kaleidoscope] Run clang-format over chapter 4 of kalei...
2015-01-16 Lang Hames[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
2015-01-07 Aaron BallmanManually specify the folder that Kaleidescope should...
2015-01-06 Duncan P. N. Exon... Kaleidoscope: Value => Metadata
2015-01-06 Duncan P. N. Exon... cmake: Add Kaleidoscope target
2015-01-06 Eric ChristopherAdd a subdirectory in CMake for Chapter 8.
2014-12-08 Eric ChristopherOnce more on the cmake build. nativecodegen->native...
2014-12-08 Eric ChristopherAttempt to fix the cmake build by requiring mcjit on...
next