summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/MachODumper.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-13
* Fix warning about mismatched signs in comparison.Rafael Espindola2014-03-06
* Fix the printing of n_type.Rafael Espindola2014-03-06
* Use the existing N_STAB from the MachO namespace.Rafael Espindola2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Remove several unused variables.Rafael Espindola2013-10-01
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-22
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-15
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Template the MachO types over the word size.Rafael Espindola2013-04-08
* Remove two uses of getObject.Rafael Espindola2013-04-07
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-07
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03