aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXXTemp.cpp
AgeCommit message (Expand)Author
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