1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/tools/llvm-xray
David Carlier 3947adc7f0 [Xray] llvm-xray fix possible segfault
top argument when superior to the instrumentated code list capacity can lead to a segfault.

Reviewers: dberris

Reviewed By: dberris

Differential Revision: https://reviews.llvm.org/D52224

llvm-svn: 342461
2018-09-18 10:31:10 +00:00
..
CMakeLists.txt [XRay] Add the llvm-xray fdr-dump implementation 2018-09-11 00:22:53 +00:00
func-id-helper.cpp
func-id-helper.h
llvm-xray.cpp
trie-node.h
xray-account.cpp [Xray] llvm-xray fix possible segfault 2018-09-18 10:31:10 +00:00
xray-account.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-color-helper.cpp
xray-color-helper.h
xray-converter.cpp [XRay][tools] Use Support/JSON.h in llvm-xray convert 2018-08-03 09:21:31 +00:00
xray-converter.h
xray-extract.cpp
xray-fdr-dump.cpp [XRay] Add the llvm-xray fdr-dump implementation 2018-09-11 00:22:53 +00:00
xray-graph-diff.cpp
xray-graph-diff.h
xray-graph.cpp
xray-graph.h Clean up some code in Program. 2018-06-08 15:16:25 +00:00
xray-registry.cpp
xray-registry.h
xray-stacks.cpp