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
/
CGCXXExpr.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
-525
/
+0
*
Use EmitStoreOfScalar when copying the scalar to the space allocated by 'new'.
Anders Carlsson
2009-11-22
1
-2
/
+3
*
Simplify rtti building code a little. Prep for reuse for throw rtti
Mike Stump
2009-11-20
1
-2
/
+2
*
Refactor emitting call to delete operator into common function EmitDeleteCall.
Eli Friedman
2009-11-18
1
-26
/
+29
*
Add rtti support for pointer to data members.
Mike Stump
2009-11-17
1
-3
/
+3
*
Fix typo. Thanks Ted.
Mike Stump
2009-11-17
1
-1
/
+1
*
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
1
-8
/
+7
*
Ensure we peer through () when handling typeid(*p).
Mike Stump
2009-11-17
1
-1
/
+1
*
Since we always have 2 edges, we don't need to reserve 3 slot for the
Mike Stump
2009-11-17
1
-1
/
+1
*
Minor CFG refinements for typeid and dynamic_cast.
Mike Stump
2009-11-17
1
-4
/
+1
*
Implement dynamic_cast<void*>(E).
Mike Stump
2009-11-16
1
-51
/
+64
*
Audit done, all the required casts are already done.
Mike Stump
2009-11-16
1
-2
/
+0
*
Implement most of dynamic_cast. WIP.
Mike Stump
2009-11-16
1
-1
/
+110
*
Implement two-argument form of delete operator.
Eli Friedman
2009-11-16
1
-0
/
+8
*
Peer through refernces for typeid. WIP.
Mike Stump
2009-11-15
1
-0
/
+2
*
Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.
Mike Stump
2009-11-15
1
-2
/
+25
*
Implement typeid for class types.
Mike Stump
2009-11-15
1
-0
/
+36
*
Code gen. For virtual destructor call on array objects
Fariborz Jahanian
2009-11-13
1
-1
/
+0
*
Fixes a code gen. bug for array delete operator call
Fariborz Jahanian
2009-11-13
1
-3
/
+6
*
Code gen for arrady delete operator. Fixes pr5472.
Fariborz Jahanian
2009-11-13
1
-6
/
+28
*
Add a special BuildVirtualCall that's going to be used for building calls to ...
Anders Carlsson
2009-11-13
1
-16
/
+23
*
Fix for PR5454: make sure to use the right block as the predecessor in the
Eli Friedman
2009-11-10
1
-0
/
+1
*
Fix a lame regression in IR gen for C++ delete expressions. PR5102
Douglas Gregor
2009-10-01
1
-0
/
+2
*
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
2009-09-29
1
-3
/
+11
*
Emit new[] cookie when needed.
Anders Carlsson
2009-09-23
1
-6
/
+19
*
Basic support for new[].
Anders Carlsson
2009-09-23
1
-26
/
+104
*
Move codegen of new and delete to CGCXXExpr.cpp
Anders Carlsson
2009-09-22
1
-0
/
+203