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
*
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