summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/MachODumper.cpp
AgeCommit message (Expand)Author
2018-01-16Merging r321980:Hans Wennborg
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2016-09-14[Stackmap] Added callsite counts to emitted function information.Sanjoy Das
2016-05-03Move llvm-readobj/StreamWriter to Support.Zachary Turner
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames
2015-10-28ARM: support .watchos_version_min and .tvos_version_min.Tim Northover
2015-09-22[llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano
2015-09-09[llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano
2015-09-04[llvm-readobj] MachO: dump the correct field.Davide Italiano
2015-09-03[llvm-readobj] Dump MachO indirect symbols.Davide Italiano
2015-09-02[llvm-readobj] MachO: Dump segment command.Davide Italiano
2015-09-01[llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano
2015-08-31[llvm-readobj] Dump MachO Dysymtab command.Davide Italiano
2015-08-27[llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano
2015-08-21[llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola
2015-07-20llvm-readobj: call exit(1) on error.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-29Don't return error_code from function that never fails.Rafael Espindola
2015-06-26[StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames
2015-06-19Make getRelocationSection MachO only.Rafael Espindola
2015-06-18Improve the --expand-relocs handling of MachO.Rafael Espindola
2015-04-27Remove unused variable, found with gcc-5.1 -Wunused-variable.Patrik Hagglund
2014-11-17Implement MachODumper::printFileHeadersFrederic Riss
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-09-26Object: BSS/virtual sections don't have contentsDavid Majnemer
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola
2014-03-17[C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov
2014-03-14[C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov
2014-03-13[C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov
2014-03-06Fix warning about mismatched signs in comparison.Rafael Espindola
2014-03-06Fix the printing of n_type.Rafael Espindola
2014-03-06Use the existing N_STAB from the MachO namespace.Rafael Espindola
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth
2013-10-01Remove several unused variables.Rafael Espindola
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola
2013-04-24Use pointers to iterate over symbols.Rafael Espindola