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
/
DebugInfo
/
GSYM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid naming variable after type to fix GCC 5.3 build
Reid Kleckner
2019-12-06
1
-2
/
+2
*
Fix build of LookupResult.cpp from aeda128 with Visual C++.
Douglas Yung
2019-12-05
1
-0
/
+1
*
Add lookup functions for efficient lookups of addresses when using GsymReader...
Greg Clayton
2019-12-05
7
-11
/
+316
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Fix -Wsign-compare warning with clang-cl
Reid Kleckner
2019-10-30
1
-2
/
+2
*
Fix Windows build after r374381
Nico Weber
2019-10-10
2
-7
/
+2
*
Remove strings.h include to fix GSYM Windows build
Reid Kleckner
2019-10-10
1
-1
/
+0
*
Unbreak buildbots.
Greg Clayton
2019-10-10
1
-1
/
+0
*
Fix buildbots by using memset instead of bzero.
Greg Clayton
2019-10-10
1
-1
/
+1
*
Fix build by adding the missing dependency.
Michael Liao
2019-10-10
1
-1
/
+1
*
Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.
Greg Clayton
2019-10-10
1
-1
/
+1
*
Unbreak windows buildbots.
Greg Clayton
2019-10-10
1
-1
/
+0
*
Add GsymCreator and GsymReader.
Greg Clayton
2019-10-10
5
-14
/
+565
*
GSYM: Add the llvm::gsym::Header header class with tests
Greg Clayton
2019-09-17
2
-0
/
+112
*
GSYM: add encoding and decoding to FunctionInfo
Greg Clayton
2019-09-17
1
-4
/
+132
*
Add some missing changes to GSYM that was addressing a gcc compilation error ...
David Blaikie
2019-09-11
1
-1
/
+1
*
Add a LineTable class to GSYM and test it.
Greg Clayton
2019-09-11
3
-4
/
+289
*
[GSYM][NFC] Fixed -Wdocumentation warning
David Bolvansky
2019-09-05
1
-1
/
+0
*
Add encode and decode methods to InlineInfo and document encoding format to t...
Greg Clayton
2019-09-04
2
-0
/
+112
*
Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...
Greg Clayton
2019-08-21
3
-0
/
+115
*
[DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRanges
Fangrui Song
2019-06-28
3
-31
/
+18
*
[DebugInfo] GSYM cleanups after D63104/r364427
Fangrui Song
2019-06-28
1
-8
/
+4
*
Correct the file path. NFC.
Michael Liao
2019-06-27
1
-1
/
+1
*
Fix builbots after r364427.
Greg Clayton
2019-06-26
1
-1
/
+1
*
Fix build in shared lib mode.
Michael Liao
2019-06-26
1
-0
/
+21
*
Add GSYM utility files along with unit tests.
Greg Clayton
2019-06-26
4
-0
/
+162