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
/
libcxxabi
/
src
/
demangle
/
ItaniumDemangle.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[demangle] Copy back some NFC commits from LLVM
Erik Pilkington
2020-01-09
1
-4
/
+4
*
[demangle] NFC: get rid of NodeOrString
Erik Pilkington
2019-11-04
1
-55
/
+19
*
Fix incorrect demangling of call operator of lambda with explicit
Richard Smith
2019-09-09
1
-4
/
+0
*
Simplify demangler rule for lambda-expressions to match discussion on
Richard Smith
2019-09-09
1
-44
/
+16
*
Synchronize LLVM's copy of libc++abi's demangler with the libc++abi
Richard Smith
2019-09-07
1
-1
/
+2
*
Implement demangling support for C++20 lambda expression extensions.
Richard Smith
2019-09-06
1
-29
/
+407
*
[demangle] Support for C++2a char8_t
Erik Pilkington
2019-06-28
1
-0
/
+4
*
[demangle] Special case clang's creative mangling of __uuidof expressions.
Erik Pilkington
2019-06-18
1
-0
/
+31
*
[demangle] Vendor extended types shouldn't be considered substitution candidates
Erik Pilkington
2019-06-10
1
-1
/
+5
*
llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtors
Nico Weber
2019-04-03
1
-7
/
+10
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[demangler] Support for block literals.
Erik Pilkington
2019-01-17
1
-0
/
+6
*
[demangler] Ignore leading underscores if present
Erik Pilkington
2019-01-17
1
-2
/
+2
*
NFC: Make the copies of the demangler byte-for-byte identical
Erik Pilkington
2019-01-17
1
-16
/
+14
*
[Demangle] remove itaniumFindTypesInMangledName
Pavel Labath
2018-11-27
1
-6
/
+0
*
Use C++11 fallthrough attribute syntax when available and add a break
Reid Kleckner
2018-11-01
1
-0
/
+1
*
cxa_demangle: make demangler's parsing functions overridable
Pavel Labath
2018-10-16
1
-302
/
+362
*
Port llvm r342166 to libcxxabi demangler
Pavel Labath
2018-10-10
1
-19
/
+16
*
Port my recent changes from LLVM copy of the demangler:
Richard Smith
2018-08-24
1
-24
/
+74
*
Port LLVM r340203 (and r340205) to libcxxabi.
Richard Smith
2018-08-20
1
-0
/
+5087