summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
AgeCommit message (Expand)Author
2016-11-20ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool
2016-11-20ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-01-26Remove autoconf supportChris Bieneman
2015-09-18Fix typo and test commitLuke Larson
2015-08-27[CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi
2015-08-14Update ExceptionDemo for exception handling API changes (personality function...David Blaikie
2015-08-14Fix -Wformat warnings in ExceptionDemoDavid Blaikie
2015-08-14Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie
2015-04-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-31Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi
2015-03-31llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi
2015-03-31llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-12-03ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.NAKAMURA Takumi
2014-10-31[CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola
2014-09-03Fix configure and make build of llvm examples.Iain Sandoe
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-07-22Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19This reverts commit r201625 and r201624.Rafael Espindola
2014-02-19Use PrivateLinkage now that it is safe.Rafael Espindola
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-07-29ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]NAKAMURA Takumi
2013-07-21Fix exception demo: Add mcjit to link component.Logan Chien
2013-05-14ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-05Port ExceptionDemo to MCJIT.Rafael Espindola
2013-05-01Add support for other typeinfo encodings in the ExceptionDemo.Rafael Espindola
2013-04-26The exception demo needs its symbols exported.Rafael Espindola
2013-01-13Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko
2013-01-02Update the examples for the new header file locations.Chandler Carruth