aboutsummaryrefslogtreecommitdiff
path: root/test/xray
AgeCommit message (Expand)Author
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner
2019-05-06Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue
2018-11-21Add header <atomic> which is needed to compile with some older library versions.Douglas Yung
2018-11-21[XRay] Add a test for re-initialising FDR mode (NFC)Dean Michael Berris
2018-11-06[XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris
2018-11-06Disable XRay test fork_basic_logging for NetBSDKamil Rytarowski
2018-09-28[XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song
2018-09-27[XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song
2018-09-27[XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris
2018-09-15[XRay] Remove the unused variablePetr Hosek
2018-09-15[XRay] Remove the deprecated __xray_log_init APIPetr Hosek
2018-09-14[XRay][clang] Emit "never-instrument" attributeDean Michael Berris
2018-07-31[XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris
2018-07-25[XRay tests] Don't filter test-critical callsJeremy Morse
2018-07-23Reapply "[XRay] Remove scheduling dependency in fork_basic_logging.cc"Matthew Voss
2018-07-19[XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris
2018-07-19Remove scheduling dependency from XRay :: Posix/fork_basic_logging.ccMatthew Voss
2018-07-18[XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris
2018-07-13[XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris
2018-07-12[XRay][compiler-rt] Fixup: require x86_64 for profiling mode testsDean Michael Berris
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris
2018-06-30[UBsan] Enable subset of unit tests for OpenBSDDavid Carlier
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-19[XRay] rm GLOB || true -> rm -fFangrui Song
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-01[XRay] Fix supposely failing test for FreeBSDDavid Carlier
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-03-07[XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris
2018-02-22Try to fix the syntax in testKamil Rytarowski
2018-02-22Remove empty filesKamil Rytarowski
2018-02-22Xray instrumentation / enabling more testsKamil Rytarowski
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski
2018-02-16Reintroduce FreeBSD support in test/xrayKamil Rytarowski
2018-02-16Revert part of SVN r. 325240 in lit.cfgKamil Rytarowski
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-01-28[xray] Don't try to run XRay unit tests on DarwinKuba Mracek
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