summaryrefslogtreecommitdiff
path: root/llvm/examples/ExceptionDemo
AgeCommit message (Expand)Author
2025-01-23[ExceptionDemo] Transition example from MCJIT to ORC and fix errors (#92504)epitavy
2024-08-31[NFC] Fix typos (#106817)c8ef
2024-08-12Clean up pointer casts etc after opaque pointers transition. NFC (#102631)Bjorn Pettersson
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu
2024-05-15Revert "[ExceptionDemo] Correct and update example ExceptionDemo" (#92257)Kamlesh Kumar
2024-05-15[ExceptionDemo] Correct and update example ExceptionDemo (#69485)epitavy
2023-11-27[unittest,examples] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2020-07-11[examples] fix ExceptionDemoStephen Neuendorffer
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
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