summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/GSYM
Commit message (Expand)AuthorAgeFilesLines
* Avoid naming variable after type to fix GCC 5.3 buildReid Kleckner2019-12-061-2/+2
* Fix build of LookupResult.cpp from aeda128 with Visual C++.Douglas Yung2019-12-051-0/+1
* Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton2019-12-057-11/+316
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Fix -Wsign-compare warning with clang-clReid Kleckner2019-10-301-2/+2
* Fix Windows build after r374381Nico Weber2019-10-102-7/+2
* Remove strings.h include to fix GSYM Windows buildReid Kleckner2019-10-101-1/+0
* Unbreak buildbots.Greg Clayton2019-10-101-1/+0
* Fix buildbots by using memset instead of bzero.Greg Clayton2019-10-101-1/+1
* Fix build by adding the missing dependency.Michael Liao2019-10-101-1/+1
* Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.Greg Clayton2019-10-101-1/+1
* Unbreak windows buildbots.Greg Clayton2019-10-101-1/+0
* Add GsymCreator and GsymReader.Greg Clayton2019-10-105-14/+565
* GSYM: Add the llvm::gsym::Header header class with testsGreg Clayton2019-09-172-0/+112
* GSYM: add encoding and decoding to FunctionInfoGreg Clayton2019-09-171-4/+132
* Add some missing changes to GSYM that was addressing a gcc compilation error ...David Blaikie2019-09-111-1/+1
* Add a LineTable class to GSYM and test it.Greg Clayton2019-09-113-4/+289
* [GSYM][NFC] Fixed -Wdocumentation warningDavid Bolvansky2019-09-051-1/+0
* Add encode and decode methods to InlineInfo and document encoding format to t...Greg Clayton2019-09-042-0/+112
* Add FileWriter to GSYM and encode/decode functions to AddressRange and Addres...Greg Clayton2019-08-213-0/+115
* [DebugInfo] Simplify GSYM::AddressRange and GSYM::AddressRangesFangrui Song2019-06-283-31/+18
* [DebugInfo] GSYM cleanups after D63104/r364427Fangrui Song2019-06-281-8/+4
* Correct the file path. NFC.Michael Liao2019-06-271-1/+1
* Fix builbots after r364427.Greg Clayton2019-06-261-1/+1
* Fix build in shared lib mode.Michael Liao2019-06-261-0/+21
* Add GSYM utility files along with unit tests.Greg Clayton2019-06-264-0/+162
OpenPOWER on IntegriCloud