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
/
test
/
CodeGenCXX
/
microsoft-abi-vtables-virtual-inheritance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-56
/
+56
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-1
/
+1
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-1
/
+1
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-1
/
+1
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-8
/
+8
*
[MS ABI] Fix a crash in vptr path calculation
David Majnemer
2015-05-04
1
-1
/
+1
*
[MS ABI] NV bases may indirectly contain covariant thunks from V Bases
David Majnemer
2015-05-01
1
-2
/
+2
*
[MS ABI] Correctly make paths through covariant virtual bases
David Majnemer
2015-04-30
1
-1
/
+1
*
[MS ABI] Use 'continue' instead of 'return false' where intended
Reid Kleckner
2015-04-27
1
-0
/
+38
*
MS ABI: Move test from virtual-inheritance to single-inheritance
David Majnemer
2014-10-03
1
-13
/
+1
*
MS ABI: Add a vftable test for pure virtual methods
David Majnemer
2014-10-03
1
-0
/
+10
*
MS ABI: Clean up test to not use dllexport, check vftable entries
David Majnemer
2014-10-03
1
-1
/
+5
*
Fix a vftable mangling bug
Reid Kleckner
2014-09-22
1
-6
/
+39
*
MS ABI: The latest VC "14" CTP implements deleted virtual functions
David Majnemer
2014-09-12
1
-1
/
+9
*
Fix PR20479 -- missing vftable slots in case of virtual inheritance vs return...
Timur Iskhodzhanov
2014-08-09
1
-6
/
+6
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
1
-1
/
+1
*
Follow-up to r206457 -- fix static adjustments for some subtle virtual inheri...
Timur Iskhodzhanov
2014-04-17
1
-0
/
+67
*
Fix PR19066 - 0-sized vftable in the presence of virtual inheritance
Timur Iskhodzhanov
2014-03-26
1
-0
/
+15
*
MS ABI: Mark direct virtual bases as visted when building vtable paths
Reid Kleckner
2014-03-25
1
-0
/
+23
*
Simplify test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp by for...
Timur Iskhodzhanov
2014-03-23
1
-253
/
+250
*
Fix PR19172 - wrong this adjustment calculated for virtual destructor in a cl...
Timur Iskhodzhanov
2014-03-20
1
-0
/
+25
*
Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...
Timur Iskhodzhanov
2014-03-07
1
-8
/
+43
*
Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping code
Timur Iskhodzhanov
2014-03-05
1
-28
/
+28
*
MS ABI: Fix vftable mangling by using the vbtable name algorithm
Reid Kleckner
2014-02-27
1
-17
/
+26
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-1
/
+1
*
Add a test case for the PR17748 crash
Timur Iskhodzhanov
2013-12-12
1
-0
/
+20
*
Make -fdump-vtable-layouts print to stdout, not stderr
Reid Kleckner
2013-11-08
1
-2
/
+2
*
Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...
Timur Iskhodzhanov
2013-10-30
1
-8
/
+27
*
Fix an assertion when handling a custom case of virtual inheritance; also red...
Timur Iskhodzhanov
2013-10-29
1
-9
/
+25
*
Add a missing lit-test expectation (forgotten to write initially?)
Timur Iskhodzhanov
2013-10-29
1
-0
/
+1
*
[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...
Timur Iskhodzhanov
2013-10-16
1
-0
/
+85
*
Remove a workaround for PR16406 from the vtables-virtual-inheritance test
Timur Iskhodzhanov
2013-10-16
1
-11
/
+8
*
Reland 192220 "Abstract out parts of thunk emission code, add support for sim...
Timur Iskhodzhanov
2013-10-09
1
-0
/
+3
*
Revert 192220 as it fails on an assertion
Timur Iskhodzhanov
2013-10-08
1
-3
/
+0
*
Abstract out parts of thunk emission code, add support for simple thunks when...
Timur Iskhodzhanov
2013-10-08
1
-0
/
+3
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-2
/
+65
*
Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
2013-07-30
1
-0
/
+391