summaryrefslogtreecommitdiff
path: root/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
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-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
2015-09-18Fix typo and test commitLuke Larson
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-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-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola
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-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-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-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-01-13Update links to "Itanium C++ ABI: Exception Handling" documentDmitri Gribenko
2013-01-02Update the examples for the new header file locations.Chandler Carruth