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-multiple-nonvirtual-inheritance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-20
/
+20
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-8
/
+8
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-8
/
+8
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-8
/
+8
*
IRGen: Move vtable load after argument evaluation.
Peter Collingbourne
2018-02-05
1
-3
/
+2
*
Reland "[CodeGen] Fix crash when a function taking transparent union is redec...
Volodymyr Sapsai
2018-01-22
1
-2
/
+8
*
Revert "[CodeGen] Fix crash when a function taking transparent union is redec...
Volodymyr Sapsai
2017-12-21
1
-8
/
+2
*
[CodeGen] Fix crash when a function taking transparent union is redeclared.
Volodymyr Sapsai
2017-12-21
1
-2
/
+8
*
[MS] Apply adjustments after storing 'this'
Reid Kleckner
2017-11-16
1
-19
/
+24
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-6
/
+6
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-13
/
+13
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-11
/
+11
*
Cast vtable address points to i32 (...)** to enable more globalopt
Reid Kleckner
2014-12-03
1
-10
/
+10
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-1
/
+1
*
Add -mconstructor aliases to some tests.
Rafael Espindola
2013-11-09
1
-1
/
+1
*
Use GEPs correctly when adjusting this in MicrosoftCXXABI
Timur Iskhodzhanov
2013-10-22
1
-4
/
+4
*
[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...
Timur Iskhodzhanov
2013-10-16
1
-0
/
+18
*
Quick-fix the test for no-asserts build
Timur Iskhodzhanov
2013-09-27
1
-2
/
+2
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-0
/
+36
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-0
/
+147