summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay][compiler-rt] Fix typo for REQUIRES.Dean Michael Berris2017-07-311-1/+1
* [XRay][compiler-rt] Require build-in-tree and x86_64-linux.Dean Michael Berris2017-07-311-0/+4
* [XRay][compiler-rt] Do not print the warning when the binary is not XRay inst...Dean Michael Berris2017-07-312-0/+27
* [XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris2017-07-211-1/+1
* [XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris2017-06-281-0/+0
* [XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris2017-06-281-0/+2
* [XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris2017-06-281-0/+21
* [XRay][compiler-rt][NFC] Add a test for both arg1 and arg0 handling in the sa...Dean Michael Berris2017-06-191-0/+39
* Add test for logging the implicit "this" argument for C++ member functions.Dean Michael Berris2017-06-161-0/+31
* [XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris2017-05-221-1/+1
* [XRay] Fix __xray_function_address on PPC reguarding local entry points.Tim Shen2017-05-171-12/+4
* [XRay][compiler-rt] Only run custom event logging in x86_64-linuxDean Michael Berris2017-05-121-1/+3
* [XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris2017-05-121-0/+38
* [XRay] Fix XRay PPC return value bug.Tim Shen2017-05-101-3/+0
* [XRay] Fix the test func-id-utils.cc on PPC.Tim Shen2017-05-101-9/+15
* [XRay][compiler-rt] XFAIL on ppcDean Michael Berris2017-05-081-0/+2
* [powerpc] Mark coverage-sample.cc as XFAIL on powerpc64leBill Seurer2017-05-051-0/+3
* [XRay][compiler-rt] Remove dependency on FileCheck from function id utilities...Dean Michael Berris2017-05-051-18/+14
* [XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris2017-05-051-0/+46
* [XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris2017-05-041-0/+88
* [XRay] [compiler-rt] - Fix standalone and non-deterministic test issueKeith Wyss2017-04-203-2/+8
* Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss2017-04-193-0/+7
* [XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris2017-04-061-4/+11
* [XRay][compiler-rt] Spell REQUIRES properly for x86_64-linuxDean Michael Berris2017-03-302-2/+2
* [XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for nowDean Michael Berris2017-03-302-3/+4
* [XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vmaDean Michael Berris2017-03-302-0/+3
* [XRay][compiler-rt] Use llvm-xray in FDR mode testsDean Michael Berris2017-03-302-3/+57
* [XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris2017-03-292-0/+67
* [XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.Dean Michael Berris2017-03-071-1/+1
* [PowerPC] mark xray test as unsupported on powerpcle in testsuiteBill Seurer2017-03-071-0/+2
* [XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+41
* [XRay][compiler-rt] Switch default XRay 'patch_premain' to falseDean Michael Berris2017-02-284-4/+4
* [Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+33
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-252-6/+4
* [XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch2017-01-191-1/+7
* Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix the failing tests"Renato Golin2017-01-181-3/+1
* [XRay][Arm] Enable back XRay testing on Arm32 and fix the failing testsSerge Rogatch2017-01-171-1/+3
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2017-01-101-1/+0
* [XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris2017-01-031-0/+14
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-032-4/+6
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-032-6/+4
* Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin2016-12-231-0/+1
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2016-12-231-1/+0
* Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin2016-12-221-0/+1
* [XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch2016-12-221-1/+0
* [XRay][CMake] Check target for XRay Flight Data RecorderPetr Hosek2016-12-121-0/+8
* [XRay][AArch64] Disable the unstable test XRay-aarch64-linux::patching-unpatc...Serge Rogatch2016-12-072-0/+6
* [XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris2016-12-061-7/+5
* [XRay][compiler-rt] CMake fixes for XRay -- take 2.Dean Michael Berris2016-12-061-3/+5
* [XRay][compiler-rt] Fix unit test adding logic.Dean Michael Berris2016-12-061-1/+1
OpenPOWER on IntegriCloud