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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store the address points for constructor vtables directly in the VTT builder,...
Anders Carlsson
2010-01-14
1
-6
/
+25
*
Add a DenseMapInfo specialization for BaseSubobject.
Anders Carlsson
2010-01-14
1
-2
/
+37
*
Add a BaseSubobject class to uniquely identify a base class subobject. Not ye...
Anders Carlsson
2010-01-13
1
-0
/
+25
*
Move address points to CGVtableInfo, no functionality change.
Anders Carlsson
2010-01-02
1
-0
/
+5
*
Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...
Anders Carlsson
2010-01-02
1
-0
/
+14
*
A bunch more thunk fixes from misc testing.
Eli Friedman
2009-12-07
1
-5
/
+9
*
Work-in-progess rewrite of thunks: move thunk generation outside of vtable
Eli Friedman
2009-12-06
1
-0
/
+8
*
Set the correct linkage for VTTs as well.
Anders Carlsson
2009-12-06
1
-1
/
+4
*
More linkage improvements.
Anders Carlsson
2009-12-06
1
-4
/
+6
*
Pass the desired vtable linkage to GenerateVtable directly. Only call MaybeMa...
Anders Carlsson
2009-12-06
1
-7
/
+6
*
Make GenerateVtable a private member function of CGVtableInfo.
Anders Carlsson
2009-12-06
1
-6
/
+12
*
Add a function for getting the vtable address point of a class.
Anders Carlsson
2009-12-05
1
-0
/
+5
*
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-30
1
-4
/
+8
*
Don't build the entire vtable when all we want is the index of a virtual method.
Anders Carlsson
2009-11-27
1
-1
/
+12
*
Remove dead forward declaration. Fix struct/class mismatch. Remove trailing w...
Benjamin Kramer
2009-11-26
1
-19
/
+20
*
Add a CovariantThunkAdjustment struct that represents the adjustments needed ...
Anders Carlsson
2009-11-26
1
-0
/
+13
*
Move the mangler into the CodeGen namespace. Change mangleThunk to take a Thu...
Anders Carlsson
2009-11-26
1
-0
/
+4
*
Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustme...
Anders Carlsson
2009-11-26
1
-0
/
+21
*
Improve instantiation control for rtti data and allow key functions to
Mike Stump
2009-11-19
1
-0
/
+4
*
Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so...
Anders Carlsson
2009-11-13
1
-2
/
+3
*
Push ctor vtable construction down further. WIP.
Mike Stump
2009-11-11
1
-2
/
+3
*
More VTT work. We now track offsets and use the ctor vtable builder
Mike Stump
2009-11-11
1
-1
/
+2
*
Add vtable caching to prevent multiple vtables for the same class from
Mike Stump
2009-11-10
1
-0
/
+4
*
Refine handling for non-virtual bases in return value adjustments for
Mike Stump
2009-10-13
1
-3
/
+5
*
Move the vtable builder to CGVtable.cpp, general cleanup.
Anders Carlsson
2009-10-11
1
-0
/
+59