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
/
llvm
/
tools
/
llvm-xray
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XRay] fix 99th percentile lookups by sorting the array correctly
Martin Pelikan
2018-01-30
1
-2
/
+5
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
4
-15
/
+0
*
xray-record-yaml.h: Remove unused file
David Blaikie
2017-11-21
1
-102
/
+0
*
[XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format.
Keith Wyss
2017-11-07
4
-113
/
+375
*
Removing default case statement from covered switch.
Keith Wyss
2017-10-13
1
-8
/
+0
*
[XRay][tools] Updated stacks tool with flamegraph output.
Keith Wyss
2017-10-12
1
-19
/
+217
*
[XRay] fix the -Werror build by handling all enum cases in switches
Martin Pelikan
2017-09-27
2
-1
/
+5
*
[XRay] convert FDR arg1 log entries
Martin Pelikan
2017-09-27
3
-3
/
+6
*
[XRay][tools] Support tail-call exits before we write them in the runtime
Dean Michael Berris
2017-09-18
4
-3
/
+12
*
Don't call exit from cl::PrintHelpMessage.
Rafael Espindola
2017-09-07
1
-0
/
+1
*
[XRay][tools] Function call stack based analysis tooling for XRay traces
Keith Wyss
2017-09-07
3
-1
/
+636
*
Revert "[XRay][tools] Function call stack based analysis tooling for XRay tra...
Keith Wyss
2017-09-03
3
-636
/
+1
*
[XRay][tools] Function call stack based analysis tooling for XRay traces
Keith Wyss
2017-09-03
3
-1
/
+636
*
[XRay][tools] Fix an accounting bug in llvm-xray account
Dean Michael Berris
2017-08-31
1
-3
/
+31
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[XRay][tools] Remove wayward semicolon (NFC)
Dean Michael Berris
2017-04-26
1
-1
/
+1
*
[XRay][tools] Fixup definition for stat division.
Dean Michael Berris
2017-04-26
1
-3
/
+3
*
[XRay][tools] Fixup for pedantic and permissive errors/warnings
Dean Michael Berris
2017-04-24
2
-3
/
+3
*
[XRay] A tool for Comparing xray function call graphs
Dean Michael Berris
2017-04-24
7
-132
/
+786
*
[XRay][tools] Add option to llvm-xray extract to symbolize functions
Dean Michael Berris
2017-04-18
1
-3
/
+20
*
[XRay][tools] Remove some assertions in llvm-xray graph
Dean Michael Berris
2017-03-31
1
-6
/
+1
*
[XRay][tools] Handle "no subcommand" case for llvm-xray
Dean Michael Berris
2017-03-29
1
-1
/
+9
*
[XRAY] A Color Choosing helper for XRay Graph
Dean Michael Berris
2017-02-25
5
-60
/
+292
*
[XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace i...
Dean Michael Berris
2017-02-17
1
-1
/
+3
*
Disable wrapping llvm-xray YAML output
Dimitry Andric
2017-02-14
2
-2
/
+2
*
[XRay] A graph Class for the llvm-xray graph
Dean Michael Berris
2017-02-10
2
-96
/
+104
*
Revert "[XRay] A graph Class for the llvm-xray graph"
Dean Michael Berris
2017-02-10
2
-105
/
+96
*
[XRay] A graph Class for the llvm-xray graph
Dean Michael Berris
2017-02-10
2
-96
/
+105
*
[XRay] Use std::errc::invalid_argument instead of std::errc::bad_message
Dean Michael Berris
2017-02-01
1
-1
/
+1
*
[XRay] Define the InstrumentationMap type
Dean Michael Berris
2017-02-01
6
-448
/
+114
*
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...
Sylvestre Ledru
2017-01-28
1
-1
/
+0
*
Implemented color coding and Vertex labels in XRay Graph
Dean Michael Berris
2017-01-25
2
-89
/
+345
*
Remove pid_t usage from llvm-xray
Pavel Labath
2017-01-17
1
-1
/
+3
*
Add missing header to see if that clears up the build
David Blaikie
2017-01-16
1
-0
/
+1
*
Attempt to fix the MSVC build by using llvm::errc instead of std::errc
David Blaikie
2017-01-16
1
-4
/
+4
*
[XRay] Implement the `llvm-xray graph` subcommand
David Blaikie
2017-01-16
3
-0
/
+495
*
[llvm-xray] Fix android build
Pavel Labath
2017-01-16
1
-1
/
+2
*
xray-account: Avoid std::errc::bad_message to appease mingw.
NAKAMURA Takumi
2017-01-13
1
-1
/
+1
*
Avoid std::errc::protocol_* to appease mingw
Hans Wennborg
2017-01-12
2
-2
/
+2
*
Fix windows buildbots building llvm-xray
Simon Pilgrim
2017-01-12
2
-8
/
+13
*
[XRay] Include <numeric> for std::accumulate.
Dean Michael Berris
2017-01-12
1
-0
/
+1
*
[XRay] Implement the `llvm-xray account` subcommand
Dean Michael Berris
2017-01-12
4
-0
/
+691
*
[XRay] Define the library for XRay trace logs
Dean Michael Berris
2017-01-11
7
-422
/
+26
*
tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.
NAKAMURA Takumi
2017-01-11
3
-3
/
+3
*
[XRay] Fixup includes for modules build
Dean Michael Berris
2017-01-10
1
-2
/
+0
*
[XRay] Don't include <unistd.h> unnecessarily
Dean Michael Berris
2017-01-10
1
-1
/
+0
*
[XRay] Implement `llvm-xray convert` -- trace file conversion
Dean Michael Berris
2017-01-10
10
-7
/
+813
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-2
/
+2
*
xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.
NAKAMURA Takumi
2016-10-27
1
-2
/
+2
*
[XRay] Remove unnecessary include of <unistd.h>
Dean Michael Berris
2016-10-26
1
-1
/
+0
[next]