summaryrefslogtreecommitdiff
path: root/lib/xray
AgeCommit message (Expand)Author
2018-07-20[Xray] fix c99 warning build about flexible array semanticsDavid Carlier
2018-07-19[XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris
2018-07-19[XRay][compiler-rt] FDR Mode: Add extents metadata to bufferDean Michael Berris
2018-07-19[Xray] Fix allocator build, MAP_NORESERVE flag is not always supportedDavid Carlier
2018-07-18[XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris
2018-07-18[XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris
2018-07-18[XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris
2018-07-16[CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek
2018-07-16Test commitHenry Zhu
2018-07-16[XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit testsDean 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[CMake] Remove unnecesary list of source files for Xray unit tests.Dan Liew
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris
2018-07-10Try to fix broken build due to r336663.Dan Liew
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-10[XRay][compiler-rt] Fixup build breakageDean Michael Berris
2018-07-10[XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris
2018-07-01[asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song
2018-06-19[XRay] Fix error message. NFCFangrui Song
2018-06-17[sanitizer] Use const char* in internal_simple_strtollVitaly Buka
2018-06-13[XRay] Set an explicit dependency on libc++ when neededPetr Hosek
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] logging forgotten headerDavid Carlier
2018-06-08[XRay][compiler-rt] Cleanup some internal XRay utilitiesDean Michael Berris
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-06[XRay][compiler-rt] Refactor recursion guard for Basic and FDR ModeDean Michael Berris
2018-06-05[XRay][compiler-rt] Use DCHECK instead of assert(...) (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Use static instead of inline (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove __xray:: in some places (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove namespace __xray_fdr_internal (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Merge XRay FDR mode into a single file (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueueDean Michael Berris
2018-06-04[XRay][compiler-rt] Remove RTTI requirement from XRay BuildsDean Michael Berris
2018-05-31Fix GCC 4.8.5 build by avoiding braced default member initializerReid Kleckner
2018-05-31Missing includeStephan Bergmann
2018-05-31[XRay] Fixup: Remove unnecessary type aliasDean Michael Berris
2018-05-31[XRay] Fixup: Explicitly call std::make_tuple(...)Dean Michael Berris
2018-05-31[XRay] Fixup: Address some warnings breaking buildDean Michael Berris
2018-05-31[XRay][profiler] Part 3: Profile Collector ServiceDean Michael Berris
2018-05-15[XRay][profiler] Part 2: XRay Function Call TrieDean Michael Berris
2018-05-14[XRay][compiler-rt] Relocate a DCHECK to the correct location.Dean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Use proper string comparison for DCHECKDean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64Dean Michael Berris
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-08[XRay][compiler-rt] Add llvm-mca assembler annotations for XRay (NFC)Dean 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