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
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-67
/
+64
*
[Xray] llvm-xray fix possible segfault
David Carlier
2018-09-18
1
-2
/
+5
*
[XRay] Add the `llvm-xray fdr-dump` implementation
Dean Michael Berris
2018-09-11
2
-0
/
+120
*
[XRay][tools] Use Support/JSON.h in llvm-xray convert
Dean Michael Berris
2018-08-03
1
-61
/
+48
*
llvm-xray: Broken chrome trace event format output
Dean Michael Berris
2018-07-24
1
-0
/
+3
*
[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...
Dean Michael Berris
2018-07-13
2
-18
/
+34
*
Clean up some code in Program.
Zachary Turner
2018-06-08
2
-6
/
+4
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-1
/
+1
*
Inline contents of LLVM_XRAY_TOOLS variable into its only use.
Nico Weber
2018-05-09
1
-8
/
+4
*
use LLVM's standard CMakeLists.txt layout for llvm-xray
Nico Weber
2018-05-03
1
-3
/
+8
*
[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)
Dean Michael Berris
2018-05-02
11
-19
/
+19
*
Don't list a source file twice.
Nico Weber
2018-04-25
1
-1
/
+0
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-67
/
+67
*
[XRay] cache symbolized function names for a repeatedly queried function ID
Martin Pelikan
2018-03-01
2
-1
/
+9
*
[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
[next]