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
/
MicrosoftMangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SEH] Re-land r234532, but use internal linkage for all SEH helpers
Reid Kleckner
2015-04-10
1
-0
/
+14
*
Revert r234532 for a bit, it very likely caused http://crbug.com/475768
Nico Weber
2015-04-10
1
-14
/
+0
*
[SEH] Outline finally blocks using the new variable capture support
Reid Kleckner
2015-04-09
1
-0
/
+14
*
[MS ABI] Rework .xdata HandlerType emission
David Majnemer
2015-03-29
1
-14
/
+7
*
MS ABI: Empty pack expansions had their mangling changed in 2013->2015
David Majnemer
2015-03-18
1
-1
/
+5
*
MS ABI: Fix a couple of -Winconsistent-missing-override warnings
Justin Bogner
2015-03-17
1
-1
/
+1
*
MS ABI: Emit HandlerMap entries for C++ catch
David Majnemer
2015-03-17
1
-0
/
+18
*
MS ABI: Mangle virtual member pointer thunks with the correct CC
David Majnemer
2015-03-14
1
-1
/
+1
*
MS ABI: Generate default constructor closures
David Majnemer
2015-03-13
1
-1
/
+2
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-18
/
+71
*
MS ABI: Mangle the location of the catchable type into it's name
David Majnemer
2015-03-10
1
-2
/
+17
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-8
/
+20
*
MS ABI: Implement support for throwing a C++ exception
David Majnemer
2015-03-05
1
-0
/
+39
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-0
/
+7
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-0
/
+14
*
MS ABI: Make the string mangling code more concise
David Majnemer
2014-12-22
1
-36
/
+10
*
MS ABI: Fix mangling of unsigned int template params
Will Wilson
2014-12-11
1
-1
/
+3
*
Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteral
David Majnemer
2014-11-22
1
-2
/
+1
*
MS ABI: Mangle u8 string literals
David Majnemer
2014-11-21
1
-1
/
+2
*
MS ABI: Mangle char16_t and char32_t string literals
David Majnemer
2014-11-21
1
-10
/
+7
*
MS ABI: Mangle char16_t and char32_t types
David Majnemer
2014-11-21
1
-2
/
+2
*
MS ABI: Correctly mangle CV qualifiers from typedefs
Will Wilson
2014-11-05
1
-1
/
+1
*
Add frontend support for __vectorcall
Reid Kleckner
2014-10-24
1
-0
/
+2
*
Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity
David Blaikie
2014-10-17
1
-1
/
+1
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-1
/
+1
*
MS ABI: Make comment more accurate
David Majnemer
2014-10-05
1
-1
/
+1
*
MS ABI: Use '1' (instead of '0') relative scope discriminators
David Majnemer
2014-10-05
1
-1
/
+1
*
MS ABI: Avoid hashing back reference keys in mangler
David Majnemer
2014-09-25
1
-17
/
+8
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-0
/
+2
*
MS ABI: Update alias template mangling for VC "14" CTP 3
David Majnemer
2014-08-19
1
-3
/
+2
*
MS ABI: Mangle this qualifiers on function types
David Majnemer
2014-08-12
1
-9
/
+14
*
MS ABI: Mangle lambdas which are given the same mangling number
David Majnemer
2014-08-06
1
-4
/
+1
*
MS ABI: Mangle empty type parameter packs compatibly
David Majnemer
2014-08-05
1
-5
/
+18
*
MS ABI: Make the alias template mangling more correct
David Majnemer
2014-08-05
1
-1
/
+1
*
MS ABI: Mangle alias templates used as template-template arguments
David Majnemer
2014-07-30
1
-3
/
+13
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
1
-2
/
+2
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
Avoid extra back reference key lookup in msmangler
Reid Kleckner
2014-06-26
1
-19
/
+17
*
Don't go through the TypeSourceInfo when getting the SourceRange.
Zachary Turner
2014-06-25
1
-3
/
+3
*
MS ABI: Only class templates get complex nullptr pointer-to-member-functions
David Majnemer
2014-06-11
1
-4
/
+7
*
MS ABI: Mangle null pointer-to-member-functions compatibly
David Majnemer
2014-06-11
1
-24
/
+25
*
Fix mangling of __uuidof after two levels of template instantiation
Reid Kleckner
2014-06-10
1
-0
/
+3
*
MS ABI: Simplify microsoft mangling of template instantiations
David Majnemer
2014-06-08
1
-28
/
+18
*
MS-ABI: Mangle empty template parameter packs correctly
David Majnemer
2014-06-04
1
-4
/
+9
*
MS-ABI: Implement user defined literals
David Majnemer
2014-06-04
1
-5
/
+2
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-5
/
+5
*
MS ABI: Tighten RTTI mangling
David Majnemer
2014-05-13
1
-21
/
+21
*
MS ABI: Preliminary RTTI mangling
David Majnemer
2014-05-13
1
-14
/
+69
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-11
/
+13
*
Make DiagnosticsEngine non-copyable
Alp Toker
2014-05-11
1
-2
/
+2
[next]