summaryrefslogtreecommitdiff
path: root/lib/xray
AgeCommit message (Expand)Author
2017-02-22[XRay] Change the ppc trampoline asm file into a different name, to not colli...Tim Shen
2017-02-18[XRay][compiler-rt] Allow for defining defaults at compile-timeDean Michael Berris
2017-02-15Re-commit r295017, since we have a potential fix of the tests, r295248, landed.Tim Shen
2017-02-15[XRay] Fix gtest error code comparison. NFC.Tim Shen
2017-02-15[Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
2017-02-14Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file t...Tim Shen
2017-02-14Re-commit r294826 and r294781, with a fix on the cmake file to onlyTim Shen
2017-02-11Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka
2017-02-11This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka
2017-02-11Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie
2017-02-10[XRay] Implement powerpc64le xray.Tim Shen
2017-02-10[XRay] Refactor TSC related functions into a single header. NFC.Tim Shen
2017-02-09[XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR log...Dean Michael Berris
2017-02-07[XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functionsDean Michael Berris
2017-02-06[XRay][compiler-rt] Use gettid instead of getpid in FDR mode.Dean Michael Berris
2017-02-02[XRay] Probe for CPU features that XRay needsDean Michael Berris
2017-01-30[XRay][ARM32][AArch64] Fix unstable FDR tests on weak-ordering CPUsSerge Rogatch
2017-01-26[XRay][Arm32] Reduce the portion of the stub and implement more staging for t...Serge Rogatch
2017-01-25[XRay][AArch64] More staging for tail call support in XRay AArch64 - in compi...Serge Rogatch
2017-01-25[compiler-rt] Fix xray compilation errors: errno and size_tKrzysztof Parzyszek
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-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
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-22[compiler-rt] Add missing includes of <errno.h> and <iterator>Krzysztof Parzyszek
2016-12-22[XRay] [compiler-rt] Move machine-dependent code into machine-dependent filesDiana Picus
2016-12-19Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...Diana Picus
2016-12-19[XRay][compiler-rt] Fix missing include of <cerrno>Dean Michael Berris
2016-12-19[XRay][compiler-rt] Post-commit review fixup of XRay refactoring.Dean Michael Berris
2016-12-19[XRay][compiler-rt] Explicitly include <cstdint> for typesDean Michael Berris
2016-12-19[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.Dean Michael Berris
2016-12-19[XRay] [compiler-rt] Fix format string; sanitizers' internal printf() doesn't...Dean Michael Berris
2016-12-15xray: fix assembly macro definitionSaleem Abdulrasool
2016-12-15[XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.Dean Michael Berris
2016-12-13[XRay][compiler-rt] Use explicit comparisons in unit tests.Dean Michael Berris
2016-12-06[XRay][compiler-rt] Explicitly add dependency to pthreadDean Michael Berris
2016-12-06[XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris
2016-12-06[XRay][compiler-rt] Explicitly initialise members.Dean Michael Berris
2016-12-06[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris
2016-12-05[XRay][AArch64] Attempt to fix unstable test XRay-aarch64-linux::patching-unp...Serge Rogatch