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
/
ItaniumCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to the new MingW ABI.
Rafael Espindola
2013-12-12
1
-0
/
+4
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-0
/
+18
*
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
1
-4
/
+9
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-12
1
-1
/
+1
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
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
-1
/
+3
*
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-11-25
1
-0
/
+15
*
Add a hook to the CXXABI object to get the default method calling convention.
Charles Davis
2010-10-29
1
-0
/
+4
*
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-21
1
-0
/
+13
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-0
/
+39