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
/
lib
/
CodeGen
/
CGVtable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
It is common for vtables to contain pointers to functions that have either in...
Anders Carlsson
2009-11-24
1
-4
/
+1
*
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
Daniel Dunbar
2009-11-21
1
-7
/
+5
*
Sink free mangle* methods into MangleContext.
Daniel Dunbar
2009-11-21
1
-3
/
+3
*
Fixup address point computations. WIP.
Mike Stump
2009-11-19
1
-18
/
+26
*
Refine vtable, rtti and rtti name instantiation so that they follow
Mike Stump
2009-11-19
1
-24
/
+78
*
Improve instantiation control for rtti data and allow key functions to
Mike Stump
2009-11-19
1
-0
/
+6
*
Refine linkage on thunks. WIP.
Mike Stump
2009-11-19
1
-2
/
+1
*
Set up vtable visibility appropriately.
Mike Stump
2009-11-18
1
-7
/
+12
*
Finisgh off rest of class_type_info rtti generation.
Mike Stump
2009-11-14
1
-1
/
+2
*
Handle descructor printing better.
Mike Stump
2009-11-13
1
-6
/
+7
*
Also track address points for primaries bases.
Mike Stump
2009-11-13
1
-4
/
+27
*
Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so...
Anders Carlsson
2009-11-13
1
-58
/
+94
*
Include header for printf.
Zhongxing Xu
2009-11-13
1
-0
/
+1
*
Refine construction vtables; they don't include bits that don't have
Mike Stump
2009-11-13
1
-0
/
+5
*
Refine the construction vtables with respect to offsets. WIP.
Mike Stump
2009-11-13
1
-15
/
+15
*
Allow the tracking of address points for construction vtables as well.
Mike Stump
2009-11-13
1
-26
/
+43
*
Refine which vtbl is refernced in VTTs.
Mike Stump
2009-11-12
1
-6
/
+12
*
Refine offsets into vtables for the VTT.
Mike Stump
2009-11-12
1
-1
/
+1
*
Refine vtable pointers for secondary vtables inside VTTs to point to
Mike Stump
2009-11-12
1
-19
/
+32
*
Fix the offset calculations for non-virtual bases with overrides.
Mike Stump
2009-11-12
1
-25
/
+83
*
Fix ctor vtable name. WIP.
Mike Stump
2009-11-11
1
-1
/
+1
*
Push ctor vtable construction down further. WIP.
Mike Stump
2009-11-11
1
-8
/
+16
*
More VTT work. We now track offsets and use the ctor vtable builder
Mike Stump
2009-11-11
1
-10
/
+25
*
Stub out most of the VTT building code. WIP.
Mike Stump
2009-11-11
1
-2
/
+83
*
Only generate a VTT for classes that need a VTT.
Mike Stump
2009-11-10
1
-0
/
+4
*
Add vtable caching to prevent multiple vtables for the same class from
Mike Stump
2009-11-10
1
-17
/
+30
*
Be sure to clear out VCall when we clear out VCalls.
Mike Stump
2009-11-10
1
-0
/
+39
*
Refine the non-virtual this adjustment. Optimize out virtual this
Mike Stump
2009-11-06
1
-43
/
+57
*
Refine the vcall for a function that is defined in a virtual base
Mike Stump
2009-11-06
1
-6
/
+13
*
Refine codegen for covariant thunks that return references.
Mike Stump
2009-11-03
1
-4
/
+4
*
Refine vcall/vbase ordering with vtable construction.
Mike Stump
2009-10-31
1
-47
/
+91
*
Refactor a bit.
Mike Stump
2009-10-28
1
-9
/
+1
*
Finish off pure virtual function handling.
Mike Stump
2009-10-28
1
-5
/
+18
*
Prep work for putting ___cxa_pure_virtual in the vtables for pure functions.
Mike Stump
2009-10-27
1
-0
/
+13
*
Refactor code a little.
Mike Stump
2009-10-27
1
-25
/
+15
*
Switch vtable to linkeonce_odr. Patch by nlewycky.
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Refine non-virtual part of the this adjustment for thunks. Refine
Mike Stump
2009-10-15
1
-15
/
+56
*
Track the offset to the current virtual base in CurrentVBaseOffset.
Mike Stump
2009-10-15
1
-21
/
+35
*
Shift the vcall slots for non-virtual bases of a virtual base, up into
Mike Stump
2009-10-14
1
-6
/
+34
*
Refine handling for non-virtual bases in return value adjustments for
Mike Stump
2009-10-13
1
-11
/
+25
*
Ensure we sign extend.
Mike Stump
2009-10-13
1
-2
/
+2
*
Remove FIXME. We construct VBIndex very early, before any calls to OverrideM...
Mike Stump
2009-10-13
1
-1
/
+0
*
Refine handling for return value conversions with respect to virtual
Mike Stump
2009-10-13
1
-12
/
+22
*
Remove dead variable.
Benjamin Kramer
2009-10-11
1
-1
/
+1
*
Move the vtable builder to CGVtable.cpp, general cleanup.
Anders Carlsson
2009-10-11
1
-0
/
+534