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
/
AST
/
VTableBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-2
/
+2
*
Simplify getting CXXRecordDecl from a base iterator
Timur Iskhodzhanov
2013-07-02
1
-21
/
+11
*
Fix a trivial typo, add a FIXME to have more test coverage for VTableBuilder
Timur Iskhodzhanov
2013-06-28
1
-1
/
+3
*
Delete dead code.
Eli Friedman
2013-06-27
1
-10
/
+1
*
Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndice...
Timur Iskhodzhanov
2013-06-05
1
-159
/
+96
*
Revert r183298 and r183300 as the former broke the virtual function lookup in...
Timur Iskhodzhanov
2013-06-05
1
-96
/
+159
*
Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -...
David Blaikie
2013-06-05
1
-15
/
+0
*
Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp
Timur Iskhodzhanov
2013-06-05
1
-3
/
+1
*
Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::get...
Timur Iskhodzhanov
2013-06-05
1
-144
/
+96
*
Fix one FIXME in VTableBuilder
Timur Iskhodzhanov
2013-05-08
1
-8
/
+8
*
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-13
1
-14
/
+13
*
CodeGen: Remove unnecessary const_casts. No functionality change.
Benjamin Kramer
2013-02-03
1
-7
/
+3
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-1
/
+2
*
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
2013-01-21
1
-29
/
+86
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Note deleted functions when dumping vtables.
David Blaikie
2012-10-16
1
-0
/
+3
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
1
-7
/
+8
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-5
/
+5
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-5
/
+5
*
Replace manual delete[] with OwningArrayPtr.
Benjamin Kramer
2012-04-14
1
-6
/
+4
*
Don't leak vtable thunks.
Benjamin Kramer
2012-04-14
1
-0
/
+1
*
For the annals of subtle but terrible bugs: fix a longstanding bug
John McCall
2012-03-21
1
-5
/
+5
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-2
/
+2
*
Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-10
1
-1
/
+2
*
Make format string 64 bit safe.
Benjamin Kramer
2011-11-06
1
-1
/
+1
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-1
/
+1
*
Move VTable builder to AST
Peter Collingbourne
2011-09-26
1
-0
/
+2404
[prev]