index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
MicrosoftCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Make the CXXABIs respect the target's default calling convention.
Erich Keane
2019-07-26
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Fix __has_unique_object_representations implementation
Erich Keane
2017-11-30
1
-11
/
+14
*
Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner
2016-11-23
1
-12
/
+0
*
[AST] Convert MangleNumberingContext to a unique_ptr.
Justin Lebar
2016-10-10
1
-2
/
+3
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[MS ABI] Mangle static anonymous unions
David Majnemer
2015-10-22
1
-11
/
+1
*
[MS ABI] Cleanup get*ForUnnamedTagDecl
David Majnemer
2015-09-01
1
-4
/
+4
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-0
/
+33
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-06-12
1
-2
/
+3
*
[MS ABI] Make sure we number thread_local statics seperately
David Majnemer
2015-05-07
1
-1
/
+4
*
Cleanup some MS-ABI specific code
David Majnemer
2015-04-24
1
-8
/
+7
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-0
/
+12
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-4
/
+19
*
Adds 'override' to overriding methods. NFC.
Fariborz Jahanian
2014-10-01
1
-1
/
+1
*
MS ABI: Don't use the Itanium scheme for numbering lambdas
David Majnemer
2014-08-22
1
-0
/
+21
*
MS ABI: Fix inheritance model calculation in CRTP
David Majnemer
2014-06-13
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-8
/
+8
*
AST: Remove layering violation with Sema
David Majnemer
2014-03-05
1
-4
/
+6
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-7
/
+5
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
2014-02-12
1
-0
/
+6
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-8
/
+0
*
MS ABI: Mangle member pointer template arguments
Reid Kleckner
2014-02-05
1
-35
/
+15
*
[ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32
Reid Kleckner
2014-01-31
1
-2
/
+14
*
Sema: Diagnose improper application of inheritance keywords
David Majnemer
2014-01-29
1
-20
/
+6
*
Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""
David Majnemer
2014-01-17
1
-32
/
+50
*
Revert r199416, "MS ABI: Improve selection of an inheritance model"
NAKAMURA Takumi
2014-01-17
1
-50
/
+32
*
MS ABI: Improve selection of an inheritance model
David Majnemer
2014-01-16
1
-32
/
+50
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Refactor the Microsoft inheritance attribute handling so that it no longer ha...
Aaron Ballman
2013-12-18
1
-10
/
+12
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-0
/
+21
*
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-11
1
-8
/
+12
*
Make helpers static & 80 cols.
Benjamin Kramer
2013-04-04
1
-11
/
+12
*
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
Reid Kleckner
2013-04-02
1
-17
/
+15
*
[ms-cxxabi] Remove unused variable
Reid Kleckner
2013-04-02
1
-1
/
+0
*
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
2013-04-02
1
-37
/
+83
*
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
1
-12
/
+74
*
Revert r163078 per chandlerc's request.
Joao Matos
2012-09-04
1
-10
/
+0
*
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...
Joao Matos
2012-09-02
1
-0
/
+10
*
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-12
1
-2
/
+2
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-2
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
2011-02-01
1
-2
/
+4
*
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-11-25
1
-2
/
+15
[next]