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