summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-3/+3
2016-01-26Remove autoconf supportChris Bieneman1-16/+0
2015-09-18Fix typo and test commitLuke Larson1-1/+1
2015-08-27[CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi1-4/+4
2015-08-14Update ExceptionDemo for exception handling API changes (personality function...David Blaikie1-1/+1
2015-08-14Fix -Wformat warnings in ExceptionDemoDavid Blaikie1-6/+7
2015-08-14Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie1-2/+2
2015-04-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie1-6/+7
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-03-31Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi1-1/+1
2015-03-31llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi1-0/+2
2015-03-31llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi1-0/+1
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner1-1/+1
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-1/+0
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi1-0/+1
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth1-20/+15
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2014-12-03ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.NAKAMURA Takumi1-2/+2
2014-10-31[CMake] llvm/examples: Update libdeps for unoptimized builds.NAKAMURA Takumi1-0/+1
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-1/+1
2014-09-03Fix configure and make build of llvm examples.Iain Sandoe1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-2/+0
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-2/+4
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+2
2014-08-07Nuke the old JIT.Rafael Espindola1-2/+0
2014-07-22Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew1-0/+2
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-1/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+1
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-2/+2
2014-02-19This reverts commit r201625 and r201624.Rafael Espindola1-2/+2
2014-02-19Use PrivateLinkage now that it is safe.Rafael Espindola1-2/+2
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+8
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-5/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+3
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+3
2013-07-29ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]NAKAMURA Takumi1-1/+1
2013-07-21Fix exception demo: Add mcjit to link component.Logan Chien1-1/+1
2013-05-14ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...NAKAMURA Takumi1-2/+2
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola1-1/+0
2013-05-05Port ExceptionDemo to MCJIT.Rafael Espindola2-3/+10
2013-05-01Add support for other typeinfo encodings in the ExceptionDemo.Rafael Espindola1-9/+41
2013-04-26The exception demo needs its symbols exported.Rafael Espindola1-0/+2
2013-01-13Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko1-9/+9
2013-01-02Update the examples for the new header file locations.Chandler Carruth1-6/+6
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-6/+6
2012-11-26Fix gcc's -Wunused-but-set-variable warnings.Rafael Espindola1-5/+0
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow1-1/+1