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
*
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
*
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Kevin Qin
2014-02-24
1
-3
/
+3
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+3
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
AST: Update URL for Itanium ABI spec
David Majnemer
2013-12-13
1
-1
/
+1
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+1
*
Test commit for the user "kromanova" to verify commit access. I removed "UNSU...
Ekaterina Romanova
2013-11-21
1
-1
/
+1
*
Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
2013-11-19
1
-0
/
+5
*
Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a m...
Hao Liu
2013-11-17
1
-3
/
+3
*
Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft
Timur Iskhodzhanov
2013-11-06
1
-3
/
+4
*
Sema: Do not allow overloading between methods based on restrict
David Majnemer
2013-11-03
1
-1
/
+6
*
Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...
Timur Iskhodzhanov
2013-10-30
1
-2
/
+2
*
AST: Mangle fields in anonymous structs/unions
David Majnemer
2013-10-23
1
-0
/
+2
*
On 32 bit windows, mangle stdcall and fastcall decls in clang.
Rafael Espindola
2013-10-16
1
-34
/
+5
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-73
/
+50
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-0
/
+11
*
AST: Handle qualified array types in typeid() expressions
David Majnemer
2013-09-27
1
-1
/
+1
[next]