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
/
CGVTT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-4
/
+5
*
Better solution: calculate the visibility of functions and variables
John McCall
2010-10-30
1
-1
/
+1
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-1
/
+2
*
The global variable for the VTT might not have external linkage; allow
Douglas Gregor
2010-05-06
1
-1
/
+1
*
Store the entire base subobject in SubVTTIndices.
Anders Carlsson
2010-05-03
1
-10
/
+9
*
Have getSubVTTIndex take a BaseSubobject instead of just a base.
Anders Carlsson
2010-05-02
1
-2
/
+2
*
Clarify an assertion.
Anders Carlsson
2010-04-11
1
-1
/
+2
*
Remove the old vtable layout code.
Anders Carlsson
2010-03-30
1
-3
/
+0
*
Use the newly added function in the VTT builder.
Anders Carlsson
2010-03-29
1
-3
/
+2
*
Fix thinko.
Anders Carlsson
2010-03-29
1
-1
/
+1
*
Two bug fixes, we weren't updating the thunk index when creating the vtable i...
Anders Carlsson
2010-03-29
1
-0
/
+7
*
Add and implement CodeGenVTables::getSecondaryVirtualPointerIndex (not used y...
Anders Carlsson
2010-03-26
1
-9
/
+50
*
More cleanup.
Anders Carlsson
2010-03-26
1
-178
/
+47
*
Way more VTT builder cleanup.
Anders Carlsson
2010-03-26
1
-28
/
+193
*
More VTT builder cleanup.
Anders Carlsson
2010-03-26
1
-22
/
+31
*
More VTT cleanup.
Anders Carlsson
2010-03-26
1
-22
/
+43
*
Start cleaning up the VTT builder to make it work more like the VTable builder.
Anders Carlsson
2010-03-26
1
-51
/
+66
*
Remove some VTT builder arguments that were always zero.
Anders Carlsson
2010-03-26
1
-20
/
+13
*
More address point map shuffling.
Anders Carlsson
2010-03-25
1
-1
/
+1
*
Shuffle some code around; this will make it easier to use the new layout code...
Anders Carlsson
2010-03-25
1
-32
/
+4
*
Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host).
Anders Carlsson
2010-03-24
1
-1
/
+1
*
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-03-24
1
-1
/
+1
*
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-03-23
1
-17
/
+15
*
Pass information about whether a base is virtual or not down to getCtorVtable...
Anders Carlsson
2010-02-28
1
-9
/
+12
*
Move the VTT related code into its own file, CGVTT.cpp
Anders Carlsson
2010-01-21
1
-0
/
+398
[prev]