summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/xray to .cppNico Weber2019-08-011-480/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-4/+37
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-051-45/+45
* Remove 'noexcept's that do not match between header and source file.Richard Smith2018-04-241-3/+3
* Implement trampoline and handler for typed xray event tracing.Keith Wyss2018-04-171-6/+53
* [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris2017-12-141-129/+183
* [XRay][compiler-rt] Return the pointer associated with the function instead o...Dean Michael Berris2017-08-281-1/+1
* [XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...)Dean Michael Berris2017-06-191-2/+2
* [XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris2017-05-221-0/+5
* [XRay] Fix __xray_function_address on PPC reguarding local entry points.Tim Shen2017-05-171-1/+8
* [XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris2017-05-121-1/+20
* [XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris2017-05-051-1/+13
* [XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris2017-05-041-33/+96
* [XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris2017-03-271-25/+34
* [XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-1/+20
* Re-commit r295017, since we have a potential fix of the tests, r295248, landed.Tim Shen2017-02-151-0/+2
* [Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+4
* Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file t...Tim Shen2017-02-141-2/+0
* Re-commit r294826 and r294781, with a fix on the cmake file to onlyTim Shen2017-02-141-0/+2
* This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka2017-02-111-2/+0
* [XRay] Implement powerpc64le xray.Tim Shen2017-02-101-0/+2
* [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functionsDean Michael Berris2017-02-071-6/+6
* [XRay][AArch64] Attempt to fix unstable test XRay-aarch64-linux::patching-unp...Serge Rogatch2016-12-051-2/+2
* [XRay][compiler-rt] Add newlines to error messages (NFC).Dean Michael Berris2016-11-231-2/+2
* [XRay] Support AArch64 in compiler-rtDean Michael Berris2016-11-211-0/+2
* [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.Dean Michael Berris2016-11-161-16/+28
* [compiler-rt][XRay] Support tail call sledsDean Michael Berris2016-10-131-0/+3
* [compiler-rt][XRay][NFC] clang-format XRay sourcesDean Michael Berris2016-10-061-9/+10
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-201-111/+30
* Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin2016-09-081-30/+111
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-081-111/+30
* [compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris2016-08-081-13/+38
* [compiler-rt][XRay] Address follow-up comments to initial interface and initi...Dean Michael Berris2016-07-291-4/+40
* Use RAII for ensuring that mprotect calls are undoneDean Michael Berris2016-07-271-8/+38
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-211-0/+179
* Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg2016-07-201-179/+0
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-201-0/+179
OpenPOWER on IntegriCloud