summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/StreamWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-031-354/+0
* [llvm-readobj] Impl GNU style printing of sections and relocationsHemant Kulkarni2016-03-151-1/+7
* Reverts change r261907 and r261918Hemant Kulkarni2016-02-251-1/+0
* [llvm-readobj] Enable GNU style sections and relocations printingHemant Kulkarni2016-02-251-0/+1
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-0/+12
* Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni2016-02-101-12/+0
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-0/+12
* [codeview] Print relocations against code and data offset fieldsReid Kleckner2016-01-141-0/+5
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-131-3/+3
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-0/+11
* StreamWriter: List basic types instead of derived ones in HexNumberMatthias Braun2015-10-171-8/+11
* [llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin2015-10-141-0/+13
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-2/+2
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-091-2/+2
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-2/+2
* [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flagsSimon Atanasyan2015-05-081-1/+4
* [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flagsSimon Atanasyan2015-05-071-3/+8
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-8/+8
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* tools: introduce StreamWriter::printBooleanSaleem Abdulrasool2014-06-041-0/+4
* [C++11] Range-based loop simplification.Simon Atanasyan2014-04-201-16/+13
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-301-0/+13
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+1
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+282
OpenPOWER on IntegriCloud