aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/ExceptionDemo
AgeCommit message (Expand)AuthorFilesLines
2025-01-23[ExceptionDemo] Transition example from MCJIT to ORC and fix errors (#92504)epitavy2-111/+76
2024-08-31[NFC] Fix typos (#106817)c8ef1-2/+1
2024-08-12Clean up pointer casts etc after opaque pointers transition. NFC (#102631)Bjorn Pettersson1-6/+3
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu1-2/+2
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu1-2/+2
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu1-2/+2
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu1-1/+1
2024-05-15Revert "[ExceptionDemo] Correct and update example ExceptionDemo" (#92257)Kamlesh Kumar2-77/+108
2024-05-15[ExceptionDemo] Correct and update example ExceptionDemo (#69485)epitavy2-108/+77
2023-11-27[unittest,examples] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song1-14/+14
2020-07-11[examples] fix ExceptionDemoStephen Neuendorffer1-1/+3
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich1-8/+8
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-2/+2
2016-11-20ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool1-14/+17
2016-11-20ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool1-63/+9
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
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