summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Improve errors on invalid binarySam Clegg2017-05-101-18/+3
* Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann2017-05-091-0/+8
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-3/+7
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-081-8/+93
* Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann2017-05-081-97/+8
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-2/+6
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-071-8/+93
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-3/+3
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-032-41/+44
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-18/+12
* Add llvm::object::getELFSectionTypeName().Rafael Espindola2017-05-021-54/+4
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-011-2/+2
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-1/+1
* [llvm-readobj] Fix incorrect printing of CV column info.Zachary Turner2017-04-291-2/+4
* [llvm-readobj] Use LLVMDebugInfoCodeView to parse line tables.Zachary Turner2017-04-281-48/+23
* [WebAssembly] Write initial memory in pages not bytesSam Clegg2017-04-281-1/+13
* [WebAssembly] Add some tests for wasm MC layerSam Clegg2017-04-281-3/+16
* [llvm-readobj] Dump COFF Resources section.Zachary Turner2017-04-273-0/+32
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-19/+13
* Rename some PDB classes.Zachary Turner2017-04-271-22/+22
* [WebAssembly] Improve readobj and nm support for wasmSam Clegg2017-04-141-41/+126
* [llvm-readobj] Only print the real size of the notePetr Hosek2017-04-051-6/+5
* [codeview] Cope with unsorted streams in type mergingReid Kleckner2017-04-031-6/+4
* AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType toKonstantin Zhuravlyov2017-03-311-2/+2
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-7/+7
* [llvm-readobj] Prefer ILT to IAT for reading COFF importsShoaib Meenai2017-03-261-6/+12
* [PDB] Split item and type records when merging type streamsReid Kleckner2017-03-243-18/+47
* [AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov2017-03-223-9/+10
* [llvm-readobj] Support SHT_MIPS_DWARF section type flagSimon Atanasyan2017-03-101-0/+3
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-8/+8
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-12/+11
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-17/+18
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-18/+17
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-3/+3
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-163-2/+4
* llvm-readobj: process FreeBSD core notesSaleem Abdulrasool2017-02-121-0/+30
* llvm-readobj: fix next note entry calculation and print unknown note typesKonstantin Zhuravlyov2017-02-021-1/+3
* Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-021-1/+3
* Fix llvm-readobj build error after r293569Vedant Kumar2017-01-301-1/+1
* [WebAssembly] Add wasm support for llvm-readobjDerek Schuff2017-01-304-0/+99
* [AMDGPU] Bump up n_type for metadata v2Konstantin Zhuravlyov2017-01-251-1/+1
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-1/+19
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-1/+1
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-1/+1
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-1/+1
* [ARM] Moved ARMAttributeParser to SupportSam Parker2017-01-134-810/+1
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-8/+16
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
OpenPOWER on IntegriCloud