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
/
CGVTables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to
Ken Dyck
2011-04-02
1
-3
/
+3
*
Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No
Ken Dyck
2011-04-02
1
-2
/
+2
*
We were emitting construction v-tables with internal linkage all the time.
John McCall
2011-03-27
1
-1
/
+2
*
Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No
Ken Dyck
2011-03-24
1
-6
/
+7
*
When building with optimizations, emit thunks with available_externally linka...
Anders Carlsson
2011-02-06
1
-2
/
+9
*
Make emitting a VTT a two-step process, much like emitting a VTable. You firs...
Anders Carlsson
2011-01-29
1
-6
/
+9
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-88
/
+1
*
Make sure the VTables for template instantiations are emitted even if the key...
Argyrios Kyrtzidis
2010-10-11
1
-8
/
+3
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
Don't try to emit the vtable for a class just because we're emitting a
John McCall
2010-06-02
1
-5
/
+10
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-7
/
+3
*
Store the entire base subobject in SubVTTIndices.
Anders Carlsson
2010-05-03
1
-6
/
+4
*
Have getSubVTTIndex take a BaseSubobject instead of just a base.
Anders Carlsson
2010-05-02
1
-1
/
+1
*
If a method is virtual and the class key function is in another file, emit th...
Rafael Espindola
2010-04-19
1
-0
/
+9
*
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-17
1
-8
/
+8
*
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-04-08
1
-0
/
+361