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
/
lib
/
XRay
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Object] Rename getRelrRelocationType to getRelativeRelocationType
Fangrui Song
2018-12-14
1
-6
/
+6
*
[llvm-xray] Use correct variable name
Petr Hosek
2018-12-14
1
-2
/
+2
*
[llvm-xray] Store offset pointers in temporaries
Petr Hosek
2018-12-14
1
-2
/
+4
*
[llvm-xray] Support for PIE
Petr Hosek
2018-12-14
1
-2
/
+41
*
[XRay] Improve FDR trace handling and error messaging
Dean Michael Berris
2018-11-09
4
-23
/
+188
*
[XRay] Clean up more std::copy(...)'s
Dean Michael Berris
2018-11-07
1
-4
/
+2
*
[XRay] Use explicit string conversion
Dean Michael Berris
2018-11-07
1
-2
/
+1
*
[XRay] Use TSC delta encoding for custom/typed events
Dean Michael Berris
2018-11-07
11
-12
/
+233
*
[XRay] Update XRayRecord to support Custom/Typed Events
Dean Michael Berris
2018-11-06
4
-7
/
+28
*
[XRay] Update delta computations in runtime
Dean Michael Berris
2018-11-02
1
-4
/
+4
*
[XRay] Fix TSC and atomic custom/typed event accounting
Dean Michael Berris
2018-11-01
1
-0
/
+6
*
[XRay] Add CPU ID in Custom Event FDR Records
Dean Michael Berris
2018-11-01
5
-14
/
+27
*
[XRay] Use std::errc::invalid_argument instead of std::errc::bad_message
Yi Kong
2018-10-26
1
-14
/
+14
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-1
/
+1
*
[XRay] Clean up XRay build configuration
Dean Michael Berris
2018-09-24
1
-0
/
+23
*
[XRay] Bug fixes for FDR custom event and arg-logging
Dean Michael Berris
2018-09-13
2
-21
/
+7
*
[XRay] Ensure lambda outlives llvm::function_ref
Dean Michael Berris
2018-09-11
1
-2
/
+2
*
[XRay] Write the TSC along with CPUID
Dean Michael Berris
2018-09-11
1
-1
/
+1
*
[XRay] Use FDR Records+Visitors for Trace Loading
Dean Michael Berris
2018-09-11
4
-545
/
+167
*
[XRay] Add TSC to NewCPUId Records
Dean Michael Berris
2018-09-11
2
-2
/
+9
*
[XRay] Add the `llvm-xray fdr-dump` implementation
Dean Michael Berris
2018-09-11
2
-0
/
+97
*
[Xray] tooling allow MachO format support
David Carlier
2018-09-10
1
-4
/
+4
*
[XRay] Remove unused reference
Dean Michael Berris
2018-09-10
1
-2
/
+2
*
[XRay] Add a BlockVerifier visitor for FDR Records
Dean Michael Berris
2018-09-10
2
-0
/
+188
*
Revert "[XRay] Add a BlockVerifier visitor for FDR Records"
Dean Michael Berris
2018-09-07
2
-183
/
+0
*
[XRay] Add a BlockVerifier visitor for FDR Records
Dean Michael Berris
2018-09-07
2
-0
/
+183
*
Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.
Simon Pilgrim
2018-09-06
1
-1
/
+1
*
[XRay] Add a BlockIndexer visitor for FDR Records.
Dean Michael Berris
2018-09-06
2
-0
/
+98
*
[XRay] Add a RecordPrinter visitor for FDR Records
Dean Michael Berris
2018-09-05
2
-0
/
+90
*
[XRay] Update RecordInitializer for PIDRecord
Dean Michael Berris
2018-08-31
1
-1
/
+1
*
[XRay] Use correct type for PID records
Dean Michael Berris
2018-08-31
1
-1
/
+1
*
[XRay] Use correct type for thread ID parsing
Dean Michael Berris
2018-08-31
1
-3
/
+3
*
[XRay] Change function record reader to be endian-aware
Dean Michael Berris
2018-08-31
1
-12
/
+13
*
[XRay] Fix FunctionRecord serialization
Dean Michael Berris
2018-08-31
1
-30
/
+9
*
[XRay] Make Trace loading endian-aware
Dean Michael Berris
2018-08-31
1
-12
/
+21
*
[XRay] Make the FDRTraceWriter Endian-aware
Dean Michael Berris
2018-08-31
1
-25
/
+34
*
[XRay] Remove array for Metadata Record Types
Dean Michael Berris
2018-08-31
1
-40
/
+28
*
[XRay] Attempt to fix failure on Windows
Dean Michael Berris
2018-08-31
1
-6
/
+4
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2018-08-31
1
-0
/
+1
*
[XRay] FDR Record Producer/Consumer Implementation
Dean Michael Berris
2018-08-31
3
-0
/
+165
*
[XRay] Help gcc disambiguate names
Dean Michael Berris
2018-08-30
1
-3
/
+4
*
[XRay] Move out template and use perfect forwarding
Dean Michael Berris
2018-08-30
1
-2
/
+3
*
[XRay] Remove attribute packed
Dean Michael Berris
2018-08-30
1
-2
/
+2
*
[XRay] FDRTraceWriter and FDR Trace Loading
Dean Michael Berris
2018-08-30
4
-1
/
+427
*
[XRay][llvm] Load XRay Profiles
Dean Michael Berris
2018-08-30
2
-0
/
+398
*
[XRay] Refactor loadTraceFile(...) into two (NFC)
Dean Michael Berris
2018-08-24
1
-5
/
+8
*
[XRay] Refactor file header reading (NFC)
Dean Michael Berris
2018-08-22
3
-64
/
+86
*
[XRay] Improve error reporting when loading traces
Dean Michael Berris
2018-08-07
1
-152
/
+364
*
Reverted r338825 and all the following tries to fix issues introduced by that...
Galina Kistanova
2018-08-04
2
-380
/
+0
*
convert some tabs to spaces
Nico Weber
2018-08-03
1
-1
/
+1
[next]