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
...
*
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
[prev]