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