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
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Move VTable builder to AST
Peter Collingbourne
2011-09-26
1
-327
/
+1
*
Have CodeGenVTables::GenerateConstructionVTable use VTableLayout
Peter Collingbourne
2011-09-26
1
-0
/
+4
*
Implement VTableContext::createConstructionVTableLayout
Peter Collingbourne
2011-09-26
1
-0
/
+6
*
Move all vtable layout data into new VTableLayout class
Peter Collingbourne
2011-09-26
1
-53
/
+76
*
Move VTableComponent to header file
Peter Collingbourne
2011-09-26
1
-0
/
+167
*
Move vtable component accessors to VTableContext
Peter Collingbourne
2011-09-26
1
-52
/
+85
*
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
1
-9
/
+5
*
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
1
-27
/
+40
*
Move BaseSubobject class to AST
Peter Collingbourne
2011-09-26
1
-66
/
+1
*
Make the VTTBuilder class independent of LLVM core
Peter Collingbourne
2011-09-26
1
-0
/
+1
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-2
/
+2
*
Move GlobalDecl to AST
Peter Collingbourne
2011-06-14
1
-1
/
+1
*
[Reapply r128776, modified so that it does not break debug info.]
Ken Dyck
2011-04-07
1
-3
/
+3
*
[Reapply r128773. This is not the source of the issues Devang was seeing
Ken Dyck
2011-04-07
1
-2
/
+2
*
Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.
Devang Patel
2011-04-04
1
-5
/
+5
*
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