Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b0d06e2e6b340c198892fa0389fde906903a47ec
/
test
/
CodeGenCXX
/
vtable-pointer-initialization.cpp
9cbe4f0
clang side to match the LLVM IR type system rewrite patch.
by Chris Lattner
· 13 years ago
0691a5c
Move unnamed_addr after the function arguments on Sabre's request.
by Rafael Espindola
· 14 years ago
c5f657f
Add unnamed_addr to constructors and destructors.
by Rafael Espindola
· 14 years ago
3e79c30
Back out r101911 and see if it makes the bots happy.
by Anders Carlsson
· 15 years ago
36fd6be
Fix a bug which triggered the assertion I added yesterday. Basically, when we initialize the vtable pointer for a virtual base, and there was another path from the most derived class to another base with the same class type, we would use the wrong base.
by Anders Carlsson
· 15 years ago
ccd83d7
More vtable improvements. We now compute and keep track of all vtable related information which avoids computing the same vtable layout over and over.
by Anders Carlsson
· 15 years ago
5c6c1d9
More vtable work; preparations for moving over to the new vtable layout code (finally).
by Anders Carlsson
· 15 years ago
c0bf462
Perform two more constructor/destructor code-size optimizations:
by John McCall
· 15 years ago
d46f985
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
by John McCall
· 15 years ago
8e51a1f
Revert the ctor/dtor alias optimization for now; the buildbots can detect
by John McCall
· 15 years ago
92ac9ff
Emit complete constructors and destructors as aliases to base constructors
by John McCall
· 15 years ago
1851a12
Make sure to set vtable pointers in the destructors as well.
by Anders Carlsson
· 15 years ago