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
/
llvm
/
lib
/
Demangle
/
ItaniumDemangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ItaniumDemangle] Fix a exponential string copying bug
Erik Pilkington
2017-05-28
1
-0
/
+3
*
[Demangler] copy changes made in libcxxabi's r303718 to ItaniumDemangle
Erik Pilkington
2017-05-27
1
-21
/
+28
*
Demangler: Fix constructor cv qualifier handling
Tamas Berghammer
2017-05-24
1
-0
/
+2
*
Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
Rui Ueyama
2017-05-18
1
-1
/
+1
*
LLVM_FALLTHROUGH instead of fall-through comment.
Galina Kistanova
2017-05-18
1
-1
/
+1
*
Reduce gcc-7 warnings by fall-through comments.
Galina Kistanova
2017-05-18
1
-1
/
+1
*
Add support for demangling C++11 thread_local variables.
David Bozier
2017-01-31
1
-0
/
+23
*
Fix ASAN failure in cxa_demangle
Mehdi Amini
2017-01-27
1
-1
/
+2
*
Demangle: correct demangling for CV-qualified functions
Saleem Abdulrasool
2017-01-24
1
-6
/
+9
*
Demangle: use named values for CV qualifiers
Saleem Abdulrasool
2017-01-24
1
-12
/
+18
*
Demangle: avoid butchering parameter type
Saleem Abdulrasool
2017-01-24
1
-2
/
+2
*
Revert "Demangle: only demangle mangled symbols"
Saleem Abdulrasool
2017-01-20
1
-10
/
+1
*
Demangle: remove references to allocator for default allocator
Saleem Abdulrasool
2016-11-20
1
-50
/
+29
*
Demangle: remove unnecessary typedef for std::vector
Saleem Abdulrasool
2016-11-20
1
-5
/
+3
*
Demangle: replace custom typedef for std::string with std::string
Saleem Abdulrasool
2016-11-20
1
-41
/
+37
*
Demangle: use direct member initialization (NFC)
Saleem Abdulrasool
2016-11-20
1
-14
/
+7
*
Demangle: only demangle mangled symbols
Saleem Abdulrasool
2016-11-14
1
-1
/
+10
*
Avoid using alignas and constexpr.
Rafael Espindola
2016-09-06
1
-136
/
+5
*
Fix ItaniumDemangle.cpp build with MSVC 2013
Reid Kleckner
2016-09-06
1
-18
/
+19
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
1
-0
/
+4431