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
/
CGExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression I introduced when dynamic_cast-ing to a reference type.
Anders Carlsson
2009-12-18
1
-1
/
+1
*
Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak...
Anders Carlsson
2009-12-17
1
-34
/
+31
*
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...
Anders Carlsson
2009-12-16
1
-4
/
+4
*
Don't use a cookie if the global placement new function is used.
Anders Carlsson
2009-12-13
1
-1
/
+13
*
Fix regression in my last commit - if a struct has a trivial destructor but n...
Anders Carlsson
2009-12-13
1
-9
/
+17
*
More array cookie improvements.
Anders Carlsson
2009-12-13
1
-61
/
+95
*
If the usual array deallocation function of a class takes two arguments, we n...
Anders Carlsson
2009-12-13
1
-27
/
+46
*
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
1
-12
/
+4
*
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
1
-7
/
+7
*
Handle cases where we're constructing an array of objects and the constructor...
Anders Carlsson
2009-11-24
1
-26
/
+28
*
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson
2009-11-24
1
-0
/
+525