summaryrefslogtreecommitdiffstats
path: root/llvm/examples/ExceptionDemo
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix broken links to the Itanium CXX ABIVlad Tsyrklevich2017-09-121-8/+8
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool2016-11-201-14/+17
* ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool2016-11-201-63/+9
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+3
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Fix typo and test commitLuke Larson2015-09-181-1/+1
* [CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi2015-08-271-4/+4
* Update ExceptionDemo for exception handling API changes (personality function...David Blaikie2015-08-141-1/+1
* Fix -Wformat warnings in ExceptionDemoDavid Blaikie2015-08-141-6/+7
* Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie2015-08-141-2/+2
* Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie2015-04-221-6/+7
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi2015-03-311-1/+1
* llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi2015-03-311-0/+2
* llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi2015-03-311-0/+1
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Fix the build of the gold-plugin and examples.Rafael Espindola2015-03-041-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+0
* llvm/examples: Add missing include according to r230907.NAKAMURA Takumi2015-03-021-0/+1
* [PM] Update the examples to reflect the removal of theChandler Carruth2015-02-131-20/+15
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.NAKAMURA Takumi2014-12-031-2/+2
* [CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi2014-10-311-0/+1
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-031-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+0
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-2/+4
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+0
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-0/+2
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-1/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-2/+2
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-191-2/+2
* Use PrivateLinkage now that it is safe.Rafael Espindola2014-02-191-2/+2
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+8
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-5/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+3
* ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]NAKAMURA Takumi2013-07-291-1/+1
* Fix exception demo: Add mcjit to link component.Logan Chien2013-07-211-1/+1
* ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi2013-05-141-2/+2
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-1/+0
* Port ExceptionDemo to MCJIT.Rafael Espindola2013-05-052-3/+10
OpenPOWER on IntegriCloud