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
*
Fix typo.
Nico Weber
2014-11-29
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-8
/
+9
*
Minor readability tweaks to VFTableBuilder.cpp
Timur Iskhodzhanov
2014-11-17
1
-12
/
+14
*
Add a couple more examples illustrating why we need vtordisps and how they work
Timur Iskhodzhanov
2014-11-17
1
-1
/
+98
*
Replace weird whitespace symbols with good old spaces
Timur Iskhodzhanov
2014-11-14
1
-4
/
+4
*
Add one illustrative class hierarchy as an example in a comment to the VFTabl...
Timur Iskhodzhanov
2014-11-14
1
-0
/
+58
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+1
*
MS ABI: Assert that vftables should have a non-RTTI entry
David Majnemer
2014-09-26
1
-1
/
+2
*
Fix a vftable mangling bug
Reid Kleckner
2014-09-22
1
-13
/
+56
*
MS ABI: Remove a FIXME that has been fixed
David Majnemer
2014-09-22
1
-4
/
+3
*
MS ABI: The latest VC "14" CTP implements deleted virtual functions
David Majnemer
2014-09-12
1
-10
/
+1
*
Fix some cases were ArrayRefs were being passed by reference.
Craig Topper
2014-08-27
1
-1
/
+1
*
Fix PR20444 -- wrong number of vftable slots created when return adjustment t...
Timur Iskhodzhanov
2014-08-10
1
-30
/
+28
*
Fix PR20479 -- missing vftable slots in case of virtual inheritance vs return...
Timur Iskhodzhanov
2014-08-09
1
-2
/
+9
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-1
/
+1
*
AST: Small simplification in VTableBuilder
David Majnemer
2014-07-01
1
-4
/
+8
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-1
/
+8
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-3
/
+2
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-18
/
+19
*
MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522.
Nico Weber
2014-04-24
1
-0
/
+2
*
Fix PR19487, PR19505 and PR19506 -- redundant vtordisp thunks when the final ...
Timur Iskhodzhanov
2014-04-22
1
-17
/
+13
*
MS ABI: Don't append to vbtables that we shouldn't extend
Reid Kleckner
2014-04-17
1
-9
/
+9
*
Follow-up to r206457 -- fix static adjustments for some subtle virtual inheri...
Timur Iskhodzhanov
2014-04-17
1
-27
/
+15
*
Fix PR19408 - Missing static this adjustment in a vtordisp thunk
Timur Iskhodzhanov
2014-04-17
1
-10
/
+28
*
Slightly improve the readability of MicrosoftVTableContext::computeVTablePath...
Timur Iskhodzhanov
2014-03-31
1
-3
/
+3
*
Make the 'for (auto ...)' names more readable
Timur Iskhodzhanov
2014-03-26
1
-34
/
+35
*
Fix PR19066 - 0-sized vftable in the presence of virtual inheritance
Timur Iskhodzhanov
2014-03-26
1
-1
/
+10
*
MS ABI: Mark direct virtual bases as visted when building vtable paths
Reid Kleckner
2014-03-25
1
-0
/
+2
*
Fix PR19172 - wrong this adjustment calculated for virtual destructor in a cl...
Timur Iskhodzhanov
2014-03-20
1
-8
/
+14
*
Flust stdout after each vftable dumped to simplify debugging
Timur Iskhodzhanov
2014-03-20
1
-0
/
+4
*
[C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...
Aaron Ballman
2014-03-13
1
-21
/
+6
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-8
/
+4
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-36
/
+26
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-5
/
+4
*
Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...
Timur Iskhodzhanov
2014-03-07
1
-91
/
+37
*
Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping code
Timur Iskhodzhanov
2014-03-05
1
-2
/
+4
*
First step towards fixing PR18967 - simplify the ComputeThisOffset interface
Timur Iskhodzhanov
2014-03-04
1
-15
/
+11
*
[C++11] Simplify compare operators with std::tie.
Benjamin Kramer
2014-03-03
1
-7
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-45
/
+20
*
Fix leak in MicrosoftVTableContext
Reid Kleckner
2014-02-28
1
-0
/
+1
*
MS ABI: Attempt to fix DenseMap entry reference invalidation
Reid Kleckner
2014-02-27
1
-4
/
+5
*
MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
2014-02-27
1
-162
/
+60
*
[MS ABI] Error instead of generating bad vftables for certain virtual hierarc...
Hans Wennborg
2014-02-27
1
-0
/
+37
*
MS ABI: Let non-virtual method overloads participate in vftable ordering
Reid Kleckner
2014-02-19
1
-5
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+5
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+3
*
Make helper function static.
Benjamin Kramer
2014-01-11
1
-1
/
+1
*
[ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
2014-01-03
1
-162
/
+101
*
Removed one of the string versions of getQualifiedNameAsString, and switched ...
Aaron Ballman
2014-01-03
1
-18
/
+33
[next]