summaryrefslogtreecommitdiff
path: root/test/xray
AgeCommit message (Expand)Author
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris
2017-11-15[XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris
2017-11-10Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris
2017-10-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-04[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-10-04[XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan
2017-10-03Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-09-28[XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan
2017-09-18[XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris
2017-09-06[compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis
2017-08-31[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris
2017-08-23[XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris
2017-08-18[XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris
2017-07-31[XRay][compiler-rt] Fix test to not be too strict with output order.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Fix typo for REQUIRES.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Require build-in-tree and x86_64-linux.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Do not print the warning when the binary is not XRay inst...Dean Michael Berris
2017-07-21[XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris
2017-06-28[XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris
2017-06-28[XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-19[XRay][compiler-rt][NFC] Add a test for both arg1 and arg0 handling in the sa...Dean Michael Berris
2017-06-16Add test for logging the implicit "this" argument for C++ member functions.Dean Michael Berris
2017-05-22[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris
2017-05-17[XRay] Fix __xray_function_address on PPC reguarding local entry points.Tim Shen
2017-05-12[XRay][compiler-rt] Only run custom event logging in x86_64-linuxDean Michael Berris
2017-05-12[XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris
2017-05-10[XRay] Fix XRay PPC return value bug.Tim Shen
2017-05-10[XRay] Fix the test func-id-utils.cc on PPC.Tim Shen
2017-05-08[XRay][compiler-rt] XFAIL on ppcDean Michael Berris
2017-05-05[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64leBill Seurer
2017-05-05[XRay][compiler-rt] Remove dependency on FileCheck from function id utilities...Dean Michael Berris
2017-05-05[XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris
2017-05-04[XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris
2017-04-20[XRay] [compiler-rt] - Fix standalone and non-deterministic test issueKeith Wyss
2017-04-19Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss
2017-04-06[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris
2017-03-30[XRay][compiler-rt] Spell REQUIRES properly for x86_64-linuxDean Michael Berris
2017-03-30[XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for nowDean Michael Berris
2017-03-30[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vmaDean Michael Berris
2017-03-30[XRay][compiler-rt] Use llvm-xray in FDR mode testsDean Michael Berris
2017-03-29[XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris
2017-03-07[XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.Dean Michael Berris
2017-03-07[PowerPC] mark xray test as unsupported on powerpcle in testsuiteBill Seurer