summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/EHScopeStack.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-3/+3
* [Temporary, Lifetime] Add lifetime marks for temporariesTim Shen2016-07-011-1/+4
* [CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka2016-04-011-3/+1
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-4/+0
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-4/+0
* [SEH] Use cleanupendpad so that WinEHPrepare gets the coloring rightReid Kleckner2015-09-101-2/+2
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-5/+5
* Fix for MSVCDavid Blaikie2015-08-181-1/+1
* Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are ...David Blaikie2015-08-181-0/+5
* [MS ABI] Hook clang up to the new EH instructionsDavid Majnemer2015-07-311-0/+4
* Hopefully fix android i386 build after r242554.James Y Knight2015-07-171-1/+2
* Fix alignment issues in Clang.James Y Knight2015-07-171-0/+9
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-0/+4
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-4/+0
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-0/+4
* Disambiguate call for GCC.Benjamin Kramer2015-03-121-1/+1
* CodeGen: Base the conditional cleanup machinery on variadic templatesBenjamin Kramer2015-03-121-70/+23
* Add comments for two CleanupKinds.Nico Weber2015-02-251-0/+6
* Remove comment addressed by d0k in r229327.Nico Weber2015-02-231-2/+0
* Unbreak the build.Benjamin Kramer2015-02-151-1/+1
* Make pushCleanup a variadic template. NFC.Benjamin Kramer2015-02-151-46/+5
* Silence a warning from MSVC "14" by making an enum unsignedReid Kleckner2014-10-311-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-4/+4
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-3/+3
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* [CodeGen] Move EHScopeStack into its own headerReid Kleckner2013-06-191-0/+489