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
/
ItaniumMangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CXXNameMangler::mangleUnresolvedPrefix(): Prune an obsolete \param, according...
NAKAMURA Takumi
2015-02-19
1
-2
/
+0
*
Itanium ABI: Don't pass nullptr to a bool argument
David Majnemer
2015-02-19
1
-1
/
+1
*
Itanium ABI: Properly qualify the destructor-name
David Majnemer
2015-02-19
1
-206
/
+169
*
Itanium ABI: Write a character instead of a string literal
David Majnemer
2015-02-18
1
-1
/
+1
*
Itanium ABI: Properly mangle extern "C" template arguments
David Majnemer
2015-02-18
1
-0
/
+8
*
Itanium ABI: Mangle <mangled-name> according to the ABI
David Majnemer
2015-02-18
1
-12
/
+6
*
Itanium ABI: Improve our mangling of <destructor-name>
David Majnemer
2015-02-18
1
-42
/
+90
*
ItaniumMangle: Correctly mangle <base-unresolved-name>
David Majnemer
2015-02-14
1
-25
/
+63
*
PR22465: when performing list-initialization for a class type C, if we see an
Richard Smith
2015-02-05
1
-3
/
+13
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-15
/
+56
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-0
/
+12
*
Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):
Evgeny Astigeevich
2014-12-12
1
-24
/
+9
*
AST: Consider pseudo-struct builtin types as substitutable
David Majnemer
2014-11-28
1
-1
/
+14
*
When mangling member-expressions, skip implicit accesses of anonymous union
Richard Smith
2014-11-20
1
-0
/
+12
*
Update fold-expression mangling to match cxx-abi-dev discussion.
Richard Smith
2014-11-10
1
-5
/
+3
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-2
/
+25
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Itanium ABI: Template template parameters are usable as substitutions
David Majnemer
2014-10-24
1
-10
/
+7
*
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-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+6
*
Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ...
Fariborz Jahanian
2014-09-24
1
-1
/
+14
*
AST: Mangle cast expression encoding more accurately
David Majnemer
2014-09-23
1
-6
/
+23
*
Add support for putting constructors and destructos in explicit comdats.
Rafael Espindola
2014-09-16
1
-3
/
+21
*
AST: Fix the mangling for unqualified-blocks
David Majnemer
2014-08-04
1
-2
/
+2
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-3
/
+1
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-4
/
+2
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
1
-2
/
+2
*
Remove old proposal notices
Alp Toker
2014-06-05
1
-3
/
+0
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-4
/
+4
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-25
/
+27
*
AST: Update reference temporary mangling
David Majnemer
2014-05-06
1
-24
/
+26
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+6
*
[ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...
James Molloy
2014-04-30
1
-0
/
+1
*
Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...
Nick Lewycky
2014-04-26
1
-0
/
+19
*
AST: Elaborated type specifier mangling occurs before nested-name
David Majnemer
2014-04-15
1
-2
/
+2
*
Replace llvm::array_endof with C++11's std::end.
Benjamin Kramer
2014-04-12
1
-4
/
+2
*
Remove Unicode introduced in r205943
David Majnemer
2014-04-10
1
-4
/
+4
*
AST: Implement proposal for dependent elaborated type specifiers
David Majnemer
2014-04-10
1
-1
/
+28
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-4
/
+18
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-24
1
-0
/
+10
*
Revert r204562,204566,204586,204587 as they broke ASan on Windows
Timur Iskhodzhanov
2014-03-24
1
-10
/
+0
*
MS ABI: Eliminate Duplicate Strings
David Majnemer
2014-03-23
1
-0
/
+10
*
[C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-25
/
+22
*
Tab to spaces. No functionality change.
Nick Lewycky
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+2
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-21
/
+12
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-25
1
-2
/
+4
[prev]
[next]