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
*
llvm-undname: Correctly demangle vararg parameters
Nico Weber
2019-06-04
2
-5
/
+10
*
llvm-undname: More coverage-related cleanups
Nico Weber
2019-06-04
1
-11
/
+9
*
llvm-undname: Add test coverage for demangleInitFiniStub()
Nico Weber
2019-06-04
1
-2
/
+2
*
llvm-undname: Yet more coverage for error paths
Nico Weber
2019-06-04
1
-3
/
+8
*
llvm-undname: More no-op changes to increase test coverage
Nico Weber
2019-06-04
1
-6
/
+5
*
llvm-undname: Several behavior-preserving changes to increase coverage
Nico Weber
2019-06-04
2
-16
/
+10
*
llvm-undname; Add more test coverage for demangleFunctionClass()
Nico Weber
2019-06-02
1
-2
/
+2
*
Remove code path that's dead after r358835
Nico Weber
2019-06-02
1
-4
/
+2
*
llvm-undname: Support demangling char8_t
Nico Weber
2019-05-28
2
-0
/
+3
*
llvm-undname: Add support for local static thread guards
Nico Weber
2019-05-28
2
-3
/
+9
*
llvm-undname: Remove unreachable statement
Nico Weber
2019-05-28
1
-1
/
+0
*
llvm-undname: Extract demangleMD5Name() method; no behavior change
Nico Weber
2019-05-27
1
-30
/
+34
*
llvm-undname: Make demangling of MD5 names more robust
Nico Weber
2019-05-27
1
-3
/
+25
*
llvm-undname: Fix an assert-on-invalid, found by oss-fuzz
Nico Weber
2019-05-22
1
-1
/
+3
*
llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz
Nico Weber
2019-04-24
1
-1
/
+4
*
llvm-undname: Support demangling the spaceship operator
Nico Weber
2019-04-23
2
-5
/
+5
*
llvm-undname: Fix an assert-on-invalid, found by oss-fuzz
Nico Weber
2019-04-22
1
-1
/
+1
*
llvm-undname: Fix hex escapes in wchar_t, char16_t, char32_t strings
Nico Weber
2019-04-21
1
-3
/
+3
*
llvm-undname: Fix stack overflow on almost-valid
Nico Weber
2019-04-21
1
-3
/
+3
*
llvm-undname: Fix stack overflow on invalid found by oss-fuzz
Nico Weber
2019-04-21
1
-1
/
+1
*
llvm-undname: Improve string literal demangling with embedded \0 chars
Nico Weber
2019-04-20
1
-2
/
+5
*
llvm-undname: Attempt to fix leak-on-invalid found by oss-fuzz
Nico Weber
2019-04-19
1
-3
/
+6
*
llvm-undname: Fix two more asserts-on-invalid, found by oss-fuzz
Nico Weber
2019-04-18
1
-3
/
+4
*
llvm-undname: Fix two asserts-on-invalid
Nico Weber
2019-04-18
1
-3
/
+5
*
llvm-undname: Consistently use "return nullptr" in functions returning pointers
Nico Weber
2019-04-16
1
-4
/
+4
*
llvm-undname: Fix nullptr deref on invalid structor names in template args
Nico Weber
2019-04-16
1
-3
/
+4
*
llvm-undname: Fix nullptr deref on invalid conversion operator names in templ...
Nico Weber
2019-04-15
1
-1
/
+10
*
llvm-undname: Fix oss-fuzz-foudn crash-on-invalid with incomplete special tab...
Nico Weber
2019-04-14
1
-0
/
+4
*
llvm-undname: Fix another crash-on-invalid found by oss-fuzz
Nico Weber
2019-04-14
1
-1
/
+4
*
llvm-undname: Use UNREACHABLE after exhaustive switch returning everywhere
Nico Weber
2019-04-11
1
-1
/
+1
*
llvm-undname: Name a bool param, no behavior change
Nico Weber
2019-04-11
1
-5
/
+6
*
llvm-undname: Fix out-of-bounds read on invalid intrinsic function code
Nico Weber
2019-04-11
1
-3
/
+9
*
llvm-undname: Don't crash on incomplete enum tag manglings
Nico Weber
2019-04-11
1
-1
/
+1
*
llvm-undname: Fix crash on incomplete virtual this adjusts
Nico Weber
2019-04-11
1
-2
/
+3
*
llvm-undname: Fix crash on invalid name in a template parameter pointer to me...
Nico Weber
2019-04-11
1
-0
/
+2
*
llvm-undname: Fix another crash-on-invalid
Nico Weber
2019-04-10
1
-2
/
+0
*
llvm-undname: Fix more crashes and asserts on invalid inputs
Nico Weber
2019-04-08
1
-24
/
+76
*
llvm-undname: Name a pair. No behavior change.
Nico Weber
2019-04-03
1
-3
/
+5
*
llvm-undname: Fix a crash-on-invalid
Nico Weber
2019-04-03
1
-1
/
+1
*
llvm-undame: Fix an assert-on-invalid
Nico Weber
2019-04-03
1
-1
/
+4
*
llvm-undname: Fix an assert-on-invalid
Nico Weber
2019-04-03
1
-0
/
+5
*
llvm-undname: Fix a crash-on-invalid
Nico Weber
2019-04-03
1
-0
/
+4
*
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
[next]