Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
clang
/
test
/
CodeGenCXX
/
vtable-pointer-initialization.cpp
d900dd0
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
by Sean Fertile
· 7 years ago
cc7e747
[CodeGenCXX] Treat 'this' as noalias in constructors
by Anton Bikineev
· 7 years ago
25a2b70
CodeGen: Start using inrange annotations on vtable getelementptr.
by Peter Collingbourne
· 9 years ago
2849c4e
CodeGen: New vtable group representation: struct of vtable arrays.
by Peter Collingbourne
· 9 years ago
4e6a540
CodeGen: Use 32-bit gep offsets to address vtable address points.
by Peter Collingbourne
· 10 years ago
bdf40a6
Test case updates for explicit type parameter to the gep operator
by David Blaikie
· 11 years ago
e5df59f
Emit DeferredDeclsToEmit in a DFS order.
by Rafael Espindola
· 11 years ago
11bb53b
Don't assume variable name.
by Rafael Espindola
· 11 years ago
3a0e228
Make the test a bit stricter. NFC.
by Rafael Espindola
· 11 years ago
8d58513
Cast vtable address points to i32 (...)** to enable more globalopt
by Reid Kleckner
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
a5f58b0
clang side to match the LLVM IR type system rewrite patch.
by Chris Lattner
· 14 years ago
05842da
Move unnamed_addr after the function arguments on Sabre's request.
by Rafael Espindola
· 15 years ago
0ee986c1f
Add unnamed_addr to constructors and destructors.
by Rafael Espindola
· 15 years ago
91baecf
Back out r101911 and see if it makes the bots happy.
by Anders Carlsson
· 15 years ago
6a0227d
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
e90954d
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
· 16 years ago
b35ea55
More vtable work; preparations for moving over to the new vtable layout code (finally).
by Anders Carlsson
· 16 years ago
f8ff7b9
Perform two more constructor/destructor code-size optimizations:
by John McCall
· 16 years ago
d432414
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
by John McCall
· 16 years ago
334ce7c
Revert the ctor/dtor alias optimization for now; the buildbots can detect
by John McCall
· 16 years ago
67cea74
Emit complete constructors and destructors as aliases to base constructors
by John McCall
· 16 years ago
ff8cce4
Make sure to set vtable pointers in the destructors as well.
by Anders Carlsson
· 16 years ago