summaryrefslogtreecommitdiff
path: root/test/xray
AgeCommit message (Expand)Author
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
2017-03-06[XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris
2017-02-28[XRay][compiler-rt] Switch default XRay 'patch_premain' to falseDean Michael Berris
2017-02-15[Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
2017-01-25[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2017-01-19[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch
2017-01-18Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing tests"Renato Golin
2017-01-17[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch
2017-01-10[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2017-01-03[XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris
2017-01-03Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris
2017-01-03[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2016-12-23Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-23[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-22Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-22[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-12[XRay][CMake] Check target for XRay Flight Data RecorderPetr Hosek
2016-12-07[XRay][AArch64] Disable the unstable test XRay-aarch64-linux::patching-unpatc...Serge Rogatch
2016-12-06[XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris
2016-12-06[XRay][compiler-rt] CMake fixes for XRay -- take 2.Dean Michael Berris
2016-12-06[XRay][compiler-rt] Fix unit test adding logic.Dean Michael Berris
2016-12-06[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris