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
/
AST
/
CXXABI.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix __has_unique_object_representations implementation
Erich Keane
2017-11-30
1
-3
/
+10
*
Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner
2016-11-23
1
-6
/
+0
*
[AST] Convert MangleNumberingContext to a unique_ptr.
Justin Lebar
2016-10-10
1
-1
/
+2
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
1
-0
/
+12
*
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
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-0
/
+7
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-0
/
+9
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium base
Joerg Sonnenberger
2014-05-13
1
-1
/
+0
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-2
/
+6
*
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
1
-3
/
+3
*
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-12
1
-1
/
+1
*
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-11-25
1
-0
/
+4
*
Add a hook to the CXXABI object to get the default method calling convention.
Charles Davis
2010-10-29
1
-0
/
+5
*
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-21
1
-0
/
+1
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-0
/
+38