summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGException.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-121-4/+1
* Updated the signature for some stack related intrinsics (CLANG)Christudasan Devadasan2019-07-221-1/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-4/+4
* [WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn2019-03-161-1/+3
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-30/+30
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-6/+6
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SEH] Pass the frame pointer from SEH finally to finally functionsSanjin Sijaric2019-01-161-2/+10
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpEli Friedman2019-01-161-1/+1
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-1/+1
* Use the correct address space when bitcasting func pointer to int pointerDylan McKay2018-11-091-1/+5
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-3/+3
* [TI removal] Make `getTerminator()` return a generic `Instruction`.Chandler Carruth2018-10-151-1/+1
* [CodeGen] Revert commit https://reviews.llvm.org/rL342717Calixte Denizet2018-09-241-2/+1
* [CodeGen] Add to emitted DebugLoc information about coverage when it's requiredCalixte Denizet2018-09-211-1/+2
* Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall2018-08-101-1/+6
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* [CodeGen] Always use MSVC personality for windows-msvc targetsShoaib Meenai2018-06-081-6/+10
* Remove llvm::Triple argument from get***Personality() functions. NFC.Heejin Ahn2018-06-041-17/+18
* [WebAssembly] Hide new Wasm EH behind its feature flagHeejin Ahn2018-06-011-8/+14
* [WebAssembly] Use Windows EH instructions for Wasm EHHeejin Ahn2018-05-311-3/+168
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-9/+5
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-1/+1
* CodeGen: simplify and validate exception personalitiesSaleem Abdulrasool2018-03-091-19/+13
* [WinEH] Allow for multiple terminatepadsReid Kleckner2018-01-021-14/+41
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+1
* [EH] Use __CxxFrameHandler3 for C++ EH in MS environmentsReid Kleckner2017-11-291-4/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-9/+7
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-7/+9
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-9/+7
* CodeGen: simplify EH personality selection (NFC)Saleem Abdulrasool2017-11-021-8/+9
* [SEH] Use the SEH personality on frontend-outlined funcletsReid Kleckner2017-10-131-1/+6
* Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall2017-08-151-1/+3
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-6/+7
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-7/+6
* [ObjC++] Use the correct EH personality in GNU modeBenjamin Kramer2017-04-011-2/+2
* Update Clang for LLVM rename AttributeSet -> AttributeListReid Kleckner2017-03-211-1/+1
* stop using associative comdats for SEH filter functionsBob Haarman2017-02-221-11/+0
* Use the correct ObjC EH personalityBenjamin Kramer2017-01-081-0/+8
* CodeGen: fix runtime function dll storageSaleem Abdulrasool2016-12-151-4/+3
* Refactor call emission to package the function pointer together withJohn McCall2016-10-261-1/+2
* [CUDA] Mark device functions as nounwind.Justin Lebar2016-10-041-0/+4
* [SEH] Remove nounwind/noinline from outlined finally funcletsReid Kleckner2016-03-111-6/+0
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-7/+3
* Reword a misleading comment discussing landingpads and SEHReid Kleckner2016-03-011-2/+4
* [MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer2016-03-011-5/+5
* [WinEH] Make sure terminate handlers have funclet operandsDavid Majnemer2016-02-241-1/+3
OpenPOWER on IntegriCloud