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
...
*
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
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+3
*
MS ABI: Implement mangling for ref-qualifiers on methods
David Majnemer
2014-04-23
1
-0
/
+20
*
MS ABI: Use range-based for loops in the mangler
David Majnemer
2014-04-23
1
-16
/
+9
*
MS ABI: Cleanup some egregious style violations
David Majnemer
2014-04-23
1
-39
/
+33
*
Mangle the vbptr offset into pointers to member functions
Reid Kleckner
2014-04-07
1
-6
/
+7
*
MS ABI: Support mangling of return-types deducing to local types
David Majnemer
2014-04-01
1
-3
/
+12
*
MS ABI: Simplify MangleByte further
David Majnemer
2014-04-01
1
-6
/
+3
*
MS ABI: Simplify endian swapping code
David Majnemer
2014-03-31
1
-20
/
+4
*
MS ABI: mangleStringLiteral shouldn't rely on the host's endianness
David Majnemer
2014-03-31
1
-16
/
+38
*
MS ABI: Document the '\xc1' to '\xda' manglings
David Majnemer
2014-03-31
1
-0
/
+1
*
MS ABI: Correct typo in mangleStringLiteral
David Majnemer
2014-03-30
1
-1
/
+1
*
MS ABI: Simplify mangleTemplateArgs
David Majnemer
2014-03-30
1
-7
/
+3
*
MS ABI: Simplify MangleByte
David Majnemer
2014-03-30
1
-3
/
+2
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-0
/
+174
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-174
/
+0
*
MS ABI: Add tests, other cleanups for r204562
David Majnemer
2014-03-24
1
-55
/
+60
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-0
/
+169
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-5
/
+2
[prev]
[next]