summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Object
Commit message (Expand)AuthorAgeFilesLines
* [unittests] Fix "comparison of integers of different signs" warningsMiloš Stojanović2020-01-141-1/+1
* Add operator<< for object::SectionedAddressPavel Labath2019-11-192-0/+21
* Add ExceptionStream to llvm::Object::minidumpJoseph Tremoulet2019-10-181-0/+58
* Object/minidump: Add support for the MemoryInfoList streamPavel Labath2019-10-081-0/+199
* Minidump: Add support for the MemoryList streamPavel Labath2019-05-161-0/+48
* Object/Minidump: Add support for the ThreadList streamPavel Labath2019-05-021-1/+68
* Object/Minidump: Add support for reading the ModuleList streamPavel Labath2019-04-081-0/+112
* Minidump: Add support for reading/writing stringsPavel Labath2019-04-051-0/+35
* Fix two more issues with r356652Pavel Labath2019-03-212-134/+130
* [Object] Add basic minidump supportPavel Labath2019-03-212-0/+258
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Fix unittest for buildbot with mips host (32bit big endian) from r295174David Bozier2017-02-151-6/+4
* Attempt to fix buildbots after commit of r295173. David Bozier2017-02-151-1/+11
* Fix incorrect formatting of DataRefImpl members in operator<< functionDavid Bozier2017-02-152-0/+35
* Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka2016-11-152-0/+41
* Invert the MC -> Object dependency.Rafael Espindola2014-07-034-102/+0
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-302-0/+41
* Object: Don't double-escape empty hexdataDavid Majnemer2014-03-201-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+2
* Update incorrect file headers.Sean Silva2013-08-011-1/+1
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-131-2/+0
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-093-0/+62
OpenPOWER on IntegriCloud