Use report_fatal_error instead of unreachable for -fast-isel-abort
[oota-llvm.git] / examples /
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...
2014-12-08 Eric ChristopherFix KS tutorial build failure.
2014-12-08 Eric ChristopherAdd Chapter 8 to the Kaleidoscope tutorial. This chapte...
2014-12-08 Eric ChristopherFix the JIT code for the Kaleidoscope tutorial.
2014-12-03 NAKAMURA TakumiExceptionDemo: Let setMCJITMemoryManager() take unique_...
2014-10-31 NAKAMURA Takumi[CMake] llvm/examples: Update libdeps for unoptimized...
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-03 Iain SandoeFix configure and make build of llvm examples.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-22 Dan LiewAdded LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-03-06 Ahmed CharlesFix warnings about an variable only used in asserts.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Rafael EspindolaThis reverts commit r201625 and r201624.
2014-02-19 Rafael EspindolaUse PrivateLinkage now that it is safe.
2014-02-12 Rafael EspindolaDon't try to build ExceptionDemo on ARM.
2014-01-13 Chandler Carruth[cleanup] Re-sort the examples #include lines with...
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-07-29 NAKAMURA TakumiExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
2013-07-22 Andrew KaylorAdding example source to support MCJIT/Kaleidoscope...
2013-07-21 Rafael EspindolaRemove unused fields.
2013-07-21 Logan ChienFix exception demo: Add mcjit to link component.
2013-07-16 Rafael EspindolaUpdate the examples for an API change.
2013-05-14 NAKAMURA TakumiExceptionDemo: Corresponding to r181820, SectionMemoryM...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-05 Rafael EspindolaPort ExceptionDemo to MCJIT.
2013-05-01 Rafael EspindolaAdd support for other typeinfo encodings in the Excepti...
2013-04-26 Rafael EspindolaThe exception demo needs its symbols exported.
2013-01-13 Dmitri GribenkoUpdate links to "Itanium C++ ABI: Exception Handling...
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-11-26 Rafael EspindolaFix gcc's -Wunused-but-set-variable warnings.
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-23 Quentin ColombetTest commit access
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Use Function::setDoesNotReturn(...
2012-10-12 NAKAMURA TakumiExceptionDemo.cpp: Whitespace.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-21 Arnaud A. de Grand... Remove trailing whitespaces
next