]> granicus.if.org Git - clang/history - lib/CodeGen/CGCleanup.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CGCleanup.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-06-04 Rafael EspindolaUpdate for llvm api change.
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-01-09 Kostya SerebryanyFix leak in lib/CodeGen/CGException.cpp, PR18318
2013-06-19 Reid Kleckner[CodeGen] Move EHScopeStack into its own header
2013-06-12 Richard SmithReapply r183721, reverted in r183776, with a fix for...
2013-06-11 Richard SmithRevert r183721. It caused cleanups to be delayed too...
2013-06-11 Richard SmithRework IR emission for lifetime-extended temporaries...
2013-06-09 Reid Kleckner[CodeGen] Make CGCleanup.h include what it now uses
2013-06-09 Reid Kleckner[CodeGen] Move EHScopeStack to CGCleanup.h from CodeGen...
2012-06-15 James DennettDocumentation cleanup:
2011-08-11 John McCallSimplify EH control flow by observing that EH scopes...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-01-28 John McCallMove all the cleanups framework code into a single...