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
/
test
/
xray
/
TestCases
/
Linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty files
Kamil Rytarowski
2018-02-22
20
-0
/
+0
*
Xray instrumentation / enabling more tests
Kamil Rytarowski
2018-02-22
20
-906
/
+0
*
[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overhead
Dean Michael Berris
2017-12-14
1
-7
/
+8
*
[XRay][compiler-rt] Implement XRay Basic Mode Filtering
Dean Michael Berris
2017-12-05
1
-0
/
+51
*
[XRay][compiler-rt] Implement logging implementation registration
Dean Michael Berris
2017-12-05
1
-0
/
+59
*
[XRay][compiler-rt] Migrate basic mode logging to the XRay framework
Dean Michael Berris
2017-11-21
2
-4
/
+8
*
[XRay][compiler-rt][x86_64] Align the stack before and after calling handlers
Dean Michael Berris
2017-11-15
1
-0
/
+57
*
Revert "[XRay][darwin] Initial XRay in Darwin Support"
Dean Michael Berris
2017-11-10
1
-9
/
+0
*
[XRay][darwin] Initial XRay in Darwin Support
Dean Michael Berris
2017-11-10
1
-0
/
+9
*
[XRay][compiler-rt][NFC] Clean up xray log files before running test
Dean Michael Berris
2017-10-25
1
-0
/
+1
*
[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue
Dean Michael Berris
2017-10-04
1
-11
/
+37
*
[XRay] [compiler-rt] make sure single threaded programs get traced too
Martin Pelikan
2017-10-04
1
-0
/
+37
*
Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"
Dean Michael Berris
2017-10-03
1
-37
/
+11
*
[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue
Dean Michael Berris
2017-10-03
1
-11
/
+37
*
[XRay] [compiler-rt] FDR logging arg1 handler
Martin Pelikan
2017-09-28
2
-4
/
+15
*
[XRay][compiler-rt] Handle tail-call exits in the XRay runtime
Dean Michael Berris
2017-09-18
2
-9
/
+9
*
[compiler-rt][xray][mips] Mark some tests as unsupported.
Simon Dardis
2017-09-06
7
-0
/
+14
*
[XRay][compiler-rt] Support sled versioning for custom event sleds
Dean Michael Berris
2017-08-23
2
-0
/
+44
*
[XRay][compiler-rt][NFC] Expand the PIC test case for XRay
Dean Michael Berris
2017-08-18
1
-1
/
+2
*
[XRay][compiler-rt] Fix test to not be too strict with output order.
Dean Michael Berris
2017-07-31
1
-1
/
+1
*
[XRay][compiler-rt] Fix typo for REQUIRES.
Dean Michael Berris
2017-07-31
1
-1
/
+1
*
[XRay][compiler-rt] Require build-in-tree and x86_64-linux.
Dean Michael Berris
2017-07-31
1
-0
/
+4
*
[XRay][compiler-rt] Do not print the warning when the binary is not XRay inst...
Dean Michael Berris
2017-07-31
1
-0
/
+22
*
[XRay][compiler-rt] Update test to account for change in logging format.
Dean Michael Berris
2017-07-21
1
-1
/
+1
*
[XRay][compiler-rt][NFC] Move test case into correct directory.
Dean Michael Berris
2017-06-28
1
-0
/
+23
*
[XRay][compiler-rt][NFC] Add a test for both arg1 and arg0 handling in the sa...
Dean Michael Berris
2017-06-19
1
-0
/
+39
*
Add test for logging the implicit "this" argument for C++ member functions.
Dean Michael Berris
2017-06-16
1
-0
/
+31
*
[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)
Dean Michael Berris
2017-05-22
1
-1
/
+1
*
[XRay] Fix __xray_function_address on PPC reguarding local entry points.
Tim Shen
2017-05-17
1
-12
/
+4
*
[XRay][compiler-rt] Only run custom event logging in x86_64-linux
Dean Michael Berris
2017-05-12
1
-1
/
+3
*
[XRay][compiler-rt] Runtime changes to support custom event logging
Dean Michael Berris
2017-05-12
1
-0
/
+38
*
[XRay] Fix XRay PPC return value bug.
Tim Shen
2017-05-10
1
-3
/
+0
*
[XRay] Fix the test func-id-utils.cc on PPC.
Tim Shen
2017-05-10
1
-9
/
+15
*
[XRay][compiler-rt] XFAIL on ppc
Dean Michael Berris
2017-05-08
1
-0
/
+2
*
[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
Bill Seurer
2017-05-05
1
-0
/
+3
*
[XRay][compiler-rt] Remove dependency on FileCheck from function id utilities...
Dean Michael Berris
2017-05-05
1
-18
/
+14
*
[XRay][compiler-rt] Add function id utilities for XRay
Dean Michael Berris
2017-05-05
1
-0
/
+46
*
[XRay][compiler-rt] Support patching/unpatching specific functions
Dean Michael Berris
2017-05-04
1
-0
/
+88
*
[XRay] [compiler-rt] - Fix standalone and non-deterministic test issue
Keith Wyss
2017-04-20
2
-1
/
+4
*
Skip tests that use 'llvm_xray' for standalone builds.
Keith Wyss
2017-04-19
2
-0
/
+3
*
[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.
Dean Michael Berris
2017-04-06
1
-4
/
+11
*
[XRay][compiler-rt] Spell REQUIRES properly for x86_64-linux
Dean Michael Berris
2017-03-30
2
-2
/
+2
*
[XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for now
Dean Michael Berris
2017-03-30
2
-3
/
+4
*
[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vma
Dean Michael Berris
2017-03-30
2
-0
/
+3
*
[XRay][compiler-rt] Use llvm-xray in FDR mode tests
Dean Michael Berris
2017-03-30
2
-3
/
+57
*
[XRay][compiler-rt] Add an end-to-end test for FDR Logging
Dean Michael Berris
2017-03-29
1
-0
/
+62
*
[XRay] [compiler-rt] Mark arg1 logging test as failing on !x86_64.
Dean Michael Berris
2017-03-07
1
-1
/
+1
*
[PowerPC] mark xray test as unsupported on powerpcle in testsuite
Bill Seurer
2017-03-07
1
-0
/
+2
*
[XRay] [compiler-rt] Allow logging the first argument of a function call.
Dean Michael Berris
2017-03-06
1
-0
/
+41
*
[XRay][compiler-rt] Switch default XRay 'patch_premain' to false
Dean Michael Berris
2017-02-28
4
-4
/
+4
[next]