[PATCH] D21447: Comprehensive static instrumentation (3/3): Runtime and tests
Tyler Denniston via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 12:55:38 PDT 2016
tdenniston created this revision.
tdenniston added reviewers: kcc, zhaoqin, bruening.
tdenniston added subscribers: llvm-commits, eugenis, pcc, vitalybuka, aizatsky.
tdenniston set the repository for this revision to rL LLVM.
tdenniston added a project: Comprehensive Static Instrumentation.
This diff encompasses runtime support for CSI in compiler-rt as well as some initial tests.
Repository:
rL LLVM
http://reviews.llvm.org/D21447
Files:
cmake/config-ix.cmake
lib/CMakeLists.txt
lib/csi/CMakeLists.txt
lib/csi/csi.h
lib/csi/csirt.c
test/CMakeLists.txt
test/csi/CMakeLists.txt
test/csi/fed-test.c
test/csi/function-call-count.c
test/csi/lit.cfg
test/csi/lit.site.cfg.in
test/csi/load-property-test.c
test/csi/multiple-units-function-call-count.c
test/csi/shobj-function-call-count.c
test/csi/support/a.c
test/csi/support/a.h
test/csi/support/b.c
test/csi/support/b.h
test/csi/support/libtest.c
test/csi/support/libtest.h
test/csi/tools/fed-test-tool.c
test/csi/tools/function-call-count-tool.c
test/csi/tools/load-property-test-tool.c
test/csi/tools/null-tool.c
test/csi/tools/unknown-function-call-count-tool.c
test/csi/unknown-function-call-count.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21447.61013.patch
Type: text/x-patch
Size: 27713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160616/51f62513/attachment.bin>
More information about the llvm-commits
mailing list