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] Remove cl::sub from alias options
Shoaib Meenai
2020-01-09
6
-78
/
+41
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
1
-1
/
+1
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-1
/
+1
*
Revert "[llvm-objdump] Re-commit r367284."
Michael Pozulp
2019-08-05
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
5
-6
/
+6
*
[llvm-objdump] Re-commit r367284.
Michael Pozulp
2019-08-04
1
-1
/
+1
*
Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-5
/
+6
*
[xray] Remove usage of procid_t
Alexandre Ganea
2019-06-26
2
-12
/
+3
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-4
/
+2
*
Symbolize: Replace the Options constructor with in-class initialization. NFCI.
Peter Collingbourne
2019-06-11
5
-15
/
+5
*
Break false dependencies on target libraries
Daniel Sanders
2019-05-23
1
-1
/
+0
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-2
/
+12
*
[XRay][tools] Revert "Use Support/JSON.h in llvm-xray convert"
Roman Lebedev
2019-02-25
1
-48
/
+61
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
[XRay] Add a helper function sortByKey to simplify code
Fangrui Song
2018-12-11
1
-68
/
+31
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[XRay] Update XRayRecord to support Custom/Typed Events
Dean Michael Berris
2018-11-06
4
-18
/
+46
*
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
[next]