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
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-0
/
+3
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-1
/
+1
*
[OpenCL] Add LangAS::opencl_private to represent private address space in AST
Yaxun Liu
2017-10-13
1
-4
/
+7
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-8
/
+36
*
DR1113: anonymous namespaces formally give their contents internal linkage.
Richard Smith
2017-09-22
1
-1
/
+7
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2017-09-22
1
-2
/
+1
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
1
-1
/
+7
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-0
/
+3
*
Revert "Give external linkage and mangling to lambdas inside inline variables...
Vitaly Buka
2017-09-21
1
-7
/
+1
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
1
-1
/
+7
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-3
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+3
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-3
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+3
*
Fix broken links to the Itanium CXX ABI
Vlad Tsyrklevich
2017-09-12
1
-1
/
+1
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+4
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-4
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+4
*
Fix off-by-one error in block mangling.
Richard Smith
2017-09-07
1
-0
/
+4
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-10
/
+59
*
Fix mangling for dependent "type { expr-list }" expressions, and add mangling...
Richard Smith
2017-08-23
1
-1
/
+31
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+1
*
Fix for Itanium mangler issue with templates
Dmitry Polukhin
2017-06-14
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Mangle __unaligned in Itanium ABI
Roger Ferrer Ibanez
2017-06-02
1
-6
/
+16
*
Avoid assert when a non-static member function is qualified with __unaligned
Roger Ferrer Ibanez
2017-04-19
1
-1
/
+3
*
[APInt] Remove references to integerPartWidth and integerPart outside of APFl...
Craig Topper
2017-03-30
1
-3
/
+2
*
[OpenCL] Fix type compatibility check and generic AS mangling.
Anastasia Stulova
2017-03-10
1
-1
/
+3
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+6
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-3
/
+0
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+6
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+11
*
Fix actually-reachable llvm_unreachable.
Richard Smith
2017-01-20
1
-2
/
+1
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
1
-0
/
+2
*
Update manglings for C++17 noexcept function types to match Jason Merrill's
Richard Smith
2016-11-03
1
-3
/
+3
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-1
/
+19
*
Implement name mangling proposal for exception specifications from cxx-abi-de...
Richard Smith
2016-10-26
1
-0
/
+34
*
Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed
Richard Smith
2016-10-24
1
-25
/
+31
*
Fix mangling of implicit calls to operator-> to only include a single "pt",
Richard Smith
2016-10-24
1
-1
/
+4
*
Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
Alex Lorenz
2016-10-06
1
-4
/
+4
*
PR30401: Fix substitutions for functions with abi_tag
Dmitry Polukhin
2016-09-21
1
-2
/
+18
*
ObjectiveC generics: Add ObjCTypeParamType in the type system.
Manman Ren
2016-09-13
1
-0
/
+1
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
1
-11
/
+14
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-2
/
+18
*
Fix some minor issues found by Coverity.
Richard Smith
2016-07-18
1
-1
/
+1
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+1
*
[ItaniumMangle] Correctly mangle BuiltinTemplateDecls
David Majnemer
2016-07-12
1
-1
/
+6
[next]