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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing include (cstdlib) to Demangle.h
Konstantin Zhuravlyov
2019-01-22
1
-0
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Add __[_[_]]Z demangling to new common demangle function
James Henderson
2019-01-18
1
-1
/
+7
*
NFC: Make the copies of the demangler byte-for-byte identical
Erik Pilkington
2019-01-17
2
-11
/
+11
*
Move demangling function from llvm-objdump to Demangle library
James Henderson
2019-01-17
2
-0
/
+31
*
[llvm-undname] Add support for demangling msvc's noexcept types.
Zachary Turner
2019-01-08
2
-3
/
+9
*
[MS Demangler] Add a flag for dumping types without tag specifier.
Zachary Turner
2019-01-02
1
-8
/
+10
*
Add missing include file.
Zachary Turner
2018-12-17
1
-0
/
+1
*
[MS Demangler] Add a helper function to print a Node as a string.
Zachary Turner
2018-12-17
1
-0
/
+8
*
[MS Demangler] Fail gracefully on invalid pointer types.
Zachary Turner
2018-12-14
1
-6
/
+12
*
Fix a crash in llvm-undname with invalid types.
Zachary Turner
2018-12-14
1
-2
/
+2
*
[Demangle] remove itaniumFindTypesInMangledName
Pavel Labath
2018-11-27
1
-9
/
+0
*
[MS Demangler] Print public:, protected:, private: if set in FunctionClass or...
Nico Weber
2018-11-13
1
-4
/
+15
*
Make initializeOutputStream() return false on error and true on success.
Nico Weber
2018-11-11
2
-10
/
+10
*
[MS demangler] Use a slightly shorter unmangling for mangled strings.
Nico Weber
2018-11-09
1
-5
/
+4
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[MS Demangler] Expose the Demangler AST publicly.
Zachary Turner
2018-11-01
3
-853
/
+13
*
Port libcxxabi r344607 into llvm
Pavel Labath
2018-10-17
1
-1
/
+1
*
NFC: Fix a -Wsign-conversion warning
Erik Pilkington
2018-10-15
1
-5
/
+11
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-5
/
+6
*
Update microsoftDemangle() to work more like itaniumDemangle().
Nico Weber
2018-09-15
2
-29
/
+32
*
Remove some debugging code that was accidentally left in.
Zachary Turner
2018-08-30
1
-11
/
+0
*
[MS Demangler] Add support for $$Z parameter pack separator.
Zachary Turner
2018-08-30
1
-5
/
+32
*
[MS Demangler] Fix several crashes and demangling bugs.
Zachary Turner
2018-08-29
3
-27
/
+63
*
Add support for various C++14 demanglings.
Zachary Turner
2018-08-29
3
-24
/
+54
*
[MS Demangler] Add output flags to all function calls.
Zachary Turner
2018-08-29
3
-138
/
+138
*
Fix this file to have the necessary standard library includes and use
Chandler Carruth
2018-08-27
1
-2
/
+2
*
[MS Demangler] Add virtual destructor.
Zachary Turner
2018-08-27
1
-0
/
+1
*
[MS Demangler] Re-write the Microsoft demangler.
Zachary Turner
2018-08-27
4
-1824
/
+2181
*
Fix -Wunused-function warning. NFCI.
Simon Pilgrim
2018-08-25
1
-9
/
+0
*
[MS Demangler] Print template constructor args.
Zachary Turner
2018-08-21
1
-0
/
+13
*
[MS Demangler] Fix a few more edge cases.
Zachary Turner
2018-08-21
1
-18
/
+69
*
[MS Demangler] Demangle special operator 'dynamic initializer'.
Zachary Turner
2018-08-20
1
-1
/
+18
*
[MS Demangler] Anonymous namespace hashes can be backreferenced.
Zachary Turner
2018-08-20
1
-0
/
+2
*
[MS Demangler] Properly demangle anonymous namespaces.
Zachary Turner
2018-08-20
1
-5
/
+7
*
Add missing include (<functional> for std::ref)
David Blaikie
2018-08-20
1
-0
/
+1
*
Move Itanium demangler implementation into a header file and add visitation s...
Richard Smith
2018-08-20
5
-5262
/
+209
*
[MS Demangler] Demangle member pointer template parameters.
Zachary Turner
2018-08-20
1
-49
/
+144
*
[MS Demangler] Resolve backreferences eagerly, not lazily.
Zachary Turner
2018-08-18
1
-115
/
+91
*
[MS Demangler] Properly print all thunk types.
Zachary Turner
2018-08-17
1
-4
/
+11
*
[MS Demangler] Demangle all remaining types of operators.
Zachary Turner
2018-08-17
1
-123
/
+401
*
[MS Demangler] Rework the way operators are demangled.
Zachary Turner
2018-08-17
1
-221
/
+323
*
Factor Node creation out of the demangler. No functionality change
Richard Smith
2018-08-16
1
-77
/
+99
*
Fix memory leak in demangling of string literals.
Zachary Turner
2018-08-16
1
-0
/
+1
*
Fix -Wmicrosoft-goto warnings.
Zachary Turner
2018-08-16
1
-7
/
+13
*
[MS Demangler] Demangle string literals.
Zachary Turner
2018-08-16
1
-3
/
+398
*
[MS Demangler] Don't fail on MD5-mangled names.
Zachary Turner
2018-08-16
1
-1
/
+14
*
[MS Demangler] Fix some minor formatting bugs.
Zachary Turner
2018-08-14
1
-7
/
+5
*
[itanium demangler] Add llvm::itaniumFindTypesInMangledName()
Erik Pilkington
2018-08-13
1
-1
/
+15
[next]