summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray/TestCases/Linux
Commit message (Expand)AuthorAgeFilesLines
* Remove empty filesKamil Rytarowski2018-02-2220-0/+0
* Xray instrumentation / enabling more testsKamil Rytarowski2018-02-2220-906/+0
* [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris2017-12-141-7/+8
* [XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris2017-12-051-0/+51
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-051-0/+59
* [XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2017-11-212-4/+8
* [XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris2017-11-151-0/+57
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-101-9/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-101-0/+9
* [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-041-11/+37
* [XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan2017-10-041-0/+37
* Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris2017-10-031-37/+11
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-031-11/+37
* [XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan2017-09-282-4/+15
* [XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris2017-09-182-9/+9
* [compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis2017-09-067-0/+14
* [XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris2017-08-232-0/+44
* [XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris2017-08-181-1/+2
* [XRay][compiler-rt] Fix test to not be too strict with output order.Dean Michael Berris2017-07-311-1/+1
* [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-311-0/+22
* [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/+23
* [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-202-1/+4
* Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss2017-04-192-0/+3
* [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-291-0/+62
* [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
OpenPOWER on IntegriCloud