Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fde17be1ca72e541308d228a5f837e2021ffa942
/
lib
/
CodeGen
/
CGCXXExpr.cpp
fde17be
Fix typo. Thanks Ted.
by Mike Stump
· 15 years ago
ea2c0b5
Add typeid for the builtin types. WIP.
by Mike Stump
· 15 years ago
db519a4
Ensure we peer through () when handling typeid(*p).
by Mike Stump
· 15 years ago
14431c1
Since we always have 2 edges, we don't need to reserve 3 slot for the PHI node.
by Mike Stump
· 15 years ago
8b152b8
Minor CFG refinements for typeid and dynamic_cast.
by Mike Stump
· 15 years ago
2b35baf
Implement dynamic_cast<void*>(E).
by Mike Stump
· 15 years ago
81c2e60
Audit done, all the required casts are already done.
by Mike Stump
· 15 years ago
c849c05
Implement most of dynamic_cast. WIP.
by Mike Stump
· 15 years ago
eaea8c4
Implement two-argument form of delete operator.
by Eli Friedman
· 15 years ago
8055632
Peer through refernces for typeid. WIP.
by Mike Stump
· 15 years ago
f549e89
Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.
by Mike Stump
· 15 years ago
c2e84ae
Implement typeid for class types.
by Mike Stump
· 15 years ago
534ba90
Code gen. For virtual destructor call on array objects (still part of pr5472).
by Fariborz Jahanian
· 15 years ago
6fb98d9
Fixes a code gen. bug for array delete operator call
by Fariborz Jahanian
· 15 years ago
72c2153
Code gen for arrady delete operator. Fixes pr5472.
by Fariborz Jahanian
· 15 years ago
566abee
Add a special BuildVirtualCall that's going to be used for building calls to destructors. This is needed because when compiling:
by Anders Carlsson
· 15 years ago
7f1de45
Fix for PR5454: make sure to use the right block as the predecessor in the
by Eli Friedman
· 15 years ago
d69dd78
Fix a lame regression in IR gen for C++ delete expressions. PR5102
by Douglas Gregor
· 15 years ago
9091656
Handle C++ delete expressions when the overloaded delete operator is a
by Douglas Gregor
· 15 years ago
6ac5fc4
Emit new[] cookie when needed.
by Anders Carlsson
· 15 years ago
a4d4c01
Basic support for new[].
by Anders Carlsson
· 15 years ago
16d81b8
Move codegen of new and delete to CGCXXExpr.cpp
by Anders Carlsson
· 15 years ago