aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXXTemp.cpp
AgeCommit message (Expand)Author
2009-11-24Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson
2009-11-20Fix lifetime of conditional temporaries. Patch by Victor Zverovich!Anders Carlsson
2009-09-14If a function call returns a reference, don't bind it to a temporary.Anders Carlsson
2009-09-14Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-16Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries...Anders Carlsson
2009-08-13Update for LLVM API change.Owen Anderson
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-21Update for LLVM API change.Owen Anderson
2009-07-21Update for LLVM API change.Owen Anderson
2009-06-16Handle temporaries in default arguments.Anders Carlsson
2009-06-05Fix -Asserts build warnings.Daniel Dunbar
2009-06-04Make PushCXXTemporary and PopCXXTemporary handle conditional temporaries.Anders Carlsson
2009-06-04Add PushConditionalTempDestruction/PopConditionalTempDestruction.Anders Carlsson
2009-06-04Make sure to push a cleanup block.Anders Carlsson
2009-06-03More temporary work.Anders Carlsson
2009-06-03Store more information about live temporaries. No functionality change for now.Anders Carlsson
2009-06-03Move code generation of C++ temporaries into a new file.Anders Carlsson