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
/
MicrosoftCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument ty...
Timur Iskhodzhanov
2013-08-27
1
-6
/
+6
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-7
/
+115
*
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...
Timur Iskhodzhanov
2013-08-04
1
-0
/
+7
*
Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
2013-07-30
1
-18
/
+1
*
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
2013-07-22
1
-1
/
+47
*
Simplify the CodeGenFunction::Build*Virtual*Call family of functions
Timur Iskhodzhanov
2013-07-19
1
-1
/
+2
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-37
/
+35
*
[ms-cxxabi] Destroy temporary record arguments in the callee
Reid Kleckner
2013-06-21
1
-1
/
+1
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-35
/
+37
*
Corrections to r184205 ('this'-return optimization) due to the wrong version ...
Stephen Lin
2013-06-19
1
-33
/
+26
*
[ms-cxxabi] Emit and install appropriately mangled vbtables
Reid Kleckner
2013-06-19
1
-6
/
+69
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-29
/
+34
*
[ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbase
Reid Kleckner
2013-06-05
1
-6
/
+2
*
[ms-cxxabi] Factor out some loops into helpers for readability
Reid Kleckner
2013-06-04
1
-29
/
+33
*
[ms-cxxabi] Implement MSVC virtual base adjustment
Reid Kleckner
2013-05-29
1
-14
/
+112
*
[ms-cxxabi] Implement member pointer conversions
Reid Kleckner
2013-05-09
1
-19
/
+285
*
[ms-cxxabi] Emit non-virtual member function pointers
Reid Kleckner
2013-05-03
1
-18
/
+87
*
[ms-cxxabi] Implement member pointer comparisons
Reid Kleckner
2013-04-30
1
-0
/
+72
*
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
1
-0
/
+11
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-0
/
+3
*
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-11
1
-52
/
+281
*
[ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
2013-03-22
1
-0
/
+116
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
1
-2
/
+3
*
revert r177211 due to its potential issues
Manman Ren
2013-03-16
1
-3
/
+2
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
1
-2
/
+3
*
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
1
-3
/
+83
*
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-02-15
1
-0
/
+31
*
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-13
1
-4
/
+41
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-7
/
+0
*
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
2013-01-21
1
-1
/
+1
*
Cleanup some clang code to use new type functions instead of using cast<>.
Micah Villmow
2012-10-25
1
-2
/
+2
*
PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.
David Blaikie
2012-10-16
1
-0
/
+3
*
When performing a ::delete of an object with a virtual destructor,
John McCall
2012-09-25
1
-0
/
+11
*
In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.
John McCall
2012-09-25
1
-12
/
+35
*
[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...
Joao Matos
2012-07-17
1
-0
/
+2
*
IRGen: Factor v-table generation into the CGCXXABI object.
Charles Davis
2012-06-23
1
-0
/
+6
*
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
1
-0
/
+16
*
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-05-01
1
-7
/
+67
*
ErrorUnsupported on array cookies in the MS C++ ABI code;
John McCall
2012-04-04
1
-0
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Notes on dynamic array cookies in MSVC.
John McCall
2011-01-27
1
-0
/
+23
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-1157
/
+1
*
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-12-25
1
-1
/
+2
*
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-20
1
-0
/
+4
*
Use the right calling convention when mangling names in the Microsoft C++
Charles Davis
2010-11-09
1
-4
/
+8
*
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-08
1
-6
/
+0
*
Add symantic support for the Pascal calling convention via
Dawn Perchik
2010-09-03
1
-0
/
+1
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-0
/
+28
*
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
1
-1
/
+1
[next]