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
*
Remove unused variable to fix -Werror build
Reid Kleckner
2014-02-05
1
-3
/
+0
*
MS ABI: Mangle member pointer template arguments
Reid Kleckner
2014-02-05
1
-77
/
+40
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-2
/
+8
*
Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""
David Majnemer
2014-01-17
1
-39
/
+50
*
Revert r199416, "MS ABI: Improve selection of an inheritance model"
NAKAMURA Takumi
2014-01-17
1
-50
/
+39
*
MS ABI: Improve selection of an inheritance model
David Majnemer
2014-01-16
1
-39
/
+50
*
[ms-abi] Remove duplicated vbptr offset code
Reid Kleckner
2014-01-14
1
-39
/
+5
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
2014-01-03
1
-11
/
+20
*
Remove unused variable to fix clang warning
Reid Kleckner
2014-01-03
1
-1
/
+0
*
[ms-cxxabi] Move VBTableBuilder from CodeGen over to AST/VTableBuilder.cpp
Reid Kleckner
2014-01-03
1
-27
/
+118
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-39
/
+47
*
Move C++ destructor emission into CGCXXABI
Reid Kleckner
2013-12-13
1
-0
/
+18
*
[-cxx-abi microsoft] Mangle large integral constants correctly
David Majnemer
2013-12-09
1
-3
/
+3
*
[ms-cxxabi] bitcast to i8* to deref a data member pointer
Reid Kleckner
2013-12-05
1
-0
/
+5
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
[-cxx-abi microsoft] Emit linkonce_odr definitions for declarations of static...
Hans Wennborg
2013-11-21
1
-0
/
+2
*
Remove an unused local from r194827
Alp Toker
2013-11-15
1
-1
/
+0
*
[-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
2013-11-15
1
-7
/
+69
*
No need to use CGM.getCXXABI() from CXXABI
Timur Iskhodzhanov
2013-11-13
1
-4
/
+4
*
Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct f...
Timur Iskhodzhanov
2013-11-07
1
-3
/
+3
*
Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
2013-11-06
1
-2
/
+23
*
Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
2013-11-05
1
-16
/
+18
*
Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...
Timur Iskhodzhanov
2013-10-30
1
-0
/
+64
*
Fix the inconsistent order of parameters in the GetVBaseOffsetFromVBPtr defin...
Timur Iskhodzhanov
2013-10-27
1
-3
/
+3
*
Use GEPs correctly when adjusting this in MicrosoftCXXABI
Timur Iskhodzhanov
2013-10-22
1
-3
/
+12
*
[ms-cxxabi] Error out on virtual function memptrs
Reid Kleckner
2013-10-17
1
-0
/
+1
*
Follow-up to r192822: fix Clang assertion when building with -fexceptions
Timur Iskhodzhanov
2013-10-17
1
-6
/
+13
*
[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destruct...
Timur Iskhodzhanov
2013-10-16
1
-14
/
+69
*
[ms-cxxabi] Fix assert in unspecified inheritance memptr emission
Reid Kleckner
2013-10-15
1
-2
/
+4
*
Initialize vtorDisp in class constructors and destructors
Timur Iskhodzhanov
2013-10-09
1
-0
/
+58
*
Reland 192220 "Abstract out parts of thunk emission code, add support for sim...
Timur Iskhodzhanov
2013-10-09
1
-0
/
+12
*
Revert 192220 as it fails on an assertion
Timur Iskhodzhanov
2013-10-08
1
-12
/
+0
*
Abstract out parts of thunk emission code, add support for simple thunks when...
Timur Iskhodzhanov
2013-10-08
1
-0
/
+12
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-6
/
+10
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-5
/
+139
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-6
/
+87
*
[-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
[next]