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