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
/
test
/
CodeGenCXX
/
vtable-layout.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More fixes. Don't try to emit a virtual base vtable if the virtual base in qu...
Anders Carlsson
2010-02-23
1
-0
/
+29
*
Always emit vcall offset for the primary base, not only if it's virtual. Remo...
Anders Carlsson
2010-02-23
1
-0
/
+59
*
Handle layout of vtables for virtual bases.
Anders Carlsson
2010-02-16
1
-0
/
+27
*
Fix a bug where we would not emit secondary vtables for bases of a primary base.
Anders Carlsson
2010-02-16
1
-0
/
+30
*
Emit vbase offsets.
Anders Carlsson
2010-02-16
1
-0
/
+25
*
Don't compute final overriders or build vtables for bases that don't need a v...
Anders Carlsson
2010-02-14
1
-0
/
+19
*
Improve support for non-virtual 'this' pointer adjustments. With this, it sho...
Anders Carlsson
2010-02-14
1
-1
/
+42
*
Add basic support for simple non-virtual 'this' pointer adjustments.
Anders Carlsson
2010-02-13
1
-9
/
+40
*
Start laying out secondary vtables.
Anders Carlsson
2010-02-13
1
-1
/
+40
*
Don't make return adjustments for pure virtual member functions.
Anders Carlsson
2010-02-13
1
-0
/
+17
*
Handle virtual bases in return adjustment types.
Anders Carlsson
2010-02-13
1
-3
/
+40
*
More work on covariant return types. We now handle non-virtual adjustments fine.
Anders Carlsson
2010-02-13
1
-3
/
+32
*
Keep track of the address points for all primary bases, and add the ability t...
Anders Carlsson
2010-02-12
1
-0
/
+4
*
Fix a bug causing an assertion when a covariant return type differed from
John McCall
2010-02-12
1
-0
/
+10
*
More work on vtable layout. We can now layout vtables with primary bases.
Anders Carlsson
2010-02-12
1
-3
/
+58
*
When dumping vtables, dump whether a virtual member function is pure or not.
Anders Carlsson
2010-02-12
1
-0
/
+18
*
Add virtual operator= example.
Anders Carlsson
2010-02-11
1
-1
/
+3
*
More vtable layout dumper improvements. Handle destructors, dump the complete...
Anders Carlsson
2010-02-11
1
-2
/
+26
*
Keep track of, and dump, vtable address points.
Anders Carlsson
2010-02-11
1
-0
/
+1
*
Check in the beginnings of my new vtable layout builder idea.
Anders Carlsson
2010-02-11
1
-0
/
+15