index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGTemporaries.cpp
Age
Commit message (
Expand
)
Author
2011-11-27
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-10
Enter the cleanups for a block outside the enclosing
John McCall
2011-07-12
Generalize Cleanup::Emit's "isForEH" parameter into a set
John McCall
2011-07-12
Do full-expression cleanups in a much more sensible way that still lets
John McCall
2011-01-26
Fix some obvious bugs in the conditional-cleanup code and then make the
John McCall
2011-01-26
Better framework for conditional cleanups; untested as yet.
John McCall
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-09-15
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-07-21
Rename LazyCleanup -> Cleanup. No functionality change for these last three
John McCall
2010-07-21
Code simplification.
John McCall
2010-07-21
Switch the main possibly-conditional temporary cleanup over to being lazy.
John McCall
2010-07-06
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-05-02
Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.
Anders Carlsson
2010-04-22
Call PerformCopyInitialization to properly initialize the exception temporary
John McCall
2010-03-30
Introduce a CXXTemporariesCleanupScope RAII object and use it to cleanup the ...
Anders Carlsson
2009-12-24
Fix double-destruction assertion to account for temporaries in conditionals
Douglas Gregor
2009-12-24
Assert that we aren't trying to push the same C++ temporary onto the live tem...
Douglas Gregor
2009-12-17
Ensure we run cleanups for CXXTemporaries on the exceptional edge. WIP.
Mike Stump
2009-12-15
ShouldDestroyTemporaries? I don't think so.
Anders Carlsson
2009-11-24
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson