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
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[llvm-xray] Add AArch64 to llvm-xray extract
Aditya Kumar
2019-11-08
1
-5
/
+17
*
[XRay] Silence static analyzer dyn_cast<BufferExtents> null dereference warni...
Simon Pilgrim
2019-09-22
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-12
/
+12
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-4
/
+5
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-5
/
+4
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-4
/
+5
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
6
-131
/
+157
*
Open native file handles to avoid converting from FDs, NFC
Reid Kleckner
2019-07-11
3
-19
/
+21
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
3
-3
/
+6
*
[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRay
Fangrui Song
2019-06-22
1
-8
/
+0
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-3
/
+4
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-4
/
+3
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-3
/
+4
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
[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
[next]