aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj/MachODumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+189
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-10/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-106/+75
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-33/+33
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-33/+33
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-33/+33
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-4/+3
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-1/+3
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-221-5/+4
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-75/+58
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-3/+3
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-52/+80
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-121-12/+26
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-4/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-12/+4
* Print more information about relocations.Rafael Espindola2013-04-111-4/+12
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-8/+8
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-13/+15
* Template the MachO types over the word size.Rafael Espindola2013-04-081-5/+6
* Remove two uses of getObject.Rafael Espindola2013-04-071-13/+2
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-071-26/+6
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-071-9/+6
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-071-1/+1
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-15/+8
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+438