summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/EHScopeStack.h
Commit message (Expand)AuthorAgeFilesLines
* 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