index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
xray
/
xray_inmemory_log.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XRay][compiler-rt] Support string-based config for Basic mode.
Dean Michael Berris
2018-05-04
1
-465
/
+0
*
Implement trampoline and handler for typed xray event tracing.
Keith Wyss
2018-04-17
1
-0
/
+1
*
Add Xray instrumentation support to FreeBSD
Kamil Rytarowski
2018-02-15
1
-1
/
+1
*
[XRay] [compiler-rt] fix heap overflow by computing record pointers correctly
Martin Pelikan
2018-01-19
1
-22
/
+15
*
[XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()
Dean Michael Berris
2017-12-05
1
-1
/
+1
*
[XRay][compiler-rt] Implement XRay Basic Mode Filtering
Dean Michael Berris
2017-12-05
1
-54
/
+161
*
[XRay][compiler-rt] Implement logging implementation registration
Dean Michael Berris
2017-12-05
1
-7
/
+13
*
[XRay][compiler-rt] Migrate basic mode logging to the XRay framework
Dean Michael Berris
2017-11-21
1
-84
/
+175
*
[XRay][compiler-rt] Write out arg1 payload in naive mode logging
Dean Michael Berris
2017-10-05
1
-14
/
+106
*
[XRay][compiler-rt] Handle tail-call exits in the XRay runtime
Dean Michael Berris
2017-09-18
1
-1
/
+10
*
[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...
Dean Michael Berris
2017-08-02
1
-5
/
+5
*
[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...
Douglas Yung
2017-04-18
1
-3
/
+7
*
[XRay][compiler-rt] Support TSC emulation even for x86_64
Dean Michael Berris
2017-03-15
1
-11
/
+32
*
[XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.
Dean Michael Berris
2017-02-28
1
-1
/
+1
*
Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.
Vitaly Buka
2017-02-11
1
-2
/
+1
*
This reverts commits r294826 and r294781 as they break linking on powerpc.
Vitaly Buka
2017-02-11
1
-1
/
+2
*
Fix -Wsign-compare - this might not be quite right, but preserves behavior
David Blaikie
2017-02-11
1
-2
/
+1
*
[XRay] Refactor TSC related functions into a single header. NFC.
Tim Shen
2017-02-10
1
-10
/
+3
*
[XRay] Probe for CPU features that XRay needs
Dean Michael Berris
2017-02-02
1
-0
/
+5
*
[XRay][compiler-rt] XRay Flight Data Recorder Mode
Dean Michael Berris
2017-01-25
1
-58
/
+8
*
[XRay] [compiler-rt] Include argv[0] in the log file name.
Dean Michael Berris
2017-01-03
1
-6
/
+15
*
Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"
Dean Michael Berris
2017-01-03
1
-23
/
+66
*
[XRay][compiler-rt] XRay Flight Data Recorder Mode
Dean Michael Berris
2017-01-03
1
-66
/
+23
*
[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files
Diana Picus
2016-12-22
1
-139
/
+46
*
Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...
Diana Picus
2016-12-19
1
-46
/
+139
*
[XRay][compiler-rt] Explicitly include <cstdint> for types
Dean Michael Berris
2016-12-19
1
-2
/
+2
*
[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.
Dean Michael Berris
2016-12-19
1
-139
/
+46
*
[XRay][compiler-rt] Add newlines to error messages (NFC).
Dean Michael Berris
2016-11-23
1
-6
/
+6
*
[XRay] Support AArch64 in compiler-rt
Dean Michael Berris
2016-11-21
1
-3
/
+3
*
[XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.
Dean Michael Berris
2016-11-16
1
-10
/
+20
*
[compiler-rt][XRay][NFC] clang-format XRay sources
Dean Michael Berris
2016-10-06
1
-7
/
+6
*
[XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris
2016-09-20
1
-4
/
+48
*
Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"
Renato Golin
2016-09-08
1
-48
/
+4
*
[XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris
2016-09-08
1
-4
/
+48
*
Add #include <cstdio> to unbreak build (missing definition of stderr)
Krzysztof Parzyszek
2016-09-06
1
-0
/
+1
*
[compiler-rt][XRay] Remove unnecessary assertion.
Dean Michael Berris
2016-08-26
1
-3
/
+0
*
[compiler-rt][XRay] Initial per-thread inmemory logging implementation
Dean Michael Berris
2016-08-26
1
-0
/
+227