MachODump.cpp: fix MSVC build
[oota-llvm.git] / tools / llvm-objdump / MachODump.cpp
2014-10-23 Hans WennborgMachODump.cpp: fix MSVC build
2014-10-23 Kevin EnderbyChange the name of the field BindTable to bindtable...
2014-10-23 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code for Object...
2014-10-16 Nick Kledzik[llvm-objdump] Fix -private-headers for mach-o to print...
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-30 Nick Kledzik[llvm-objdump] switch some uses of format() to format_h...
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-25 Aaron BallmanSince the DisasmMemoryObject only operates on const...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-17 Nick Kledzik[llvm-objdump] properly use c_str() with format("%s...
2014-09-16 Nick Kledzik[llvm-objdump] improve error reporting of bad mach...
2014-09-16 Kevin EnderbyHookup the MCSymbolizer to llvm-objdump’s disassembly...
2014-09-16 Nick Kledzik[llvm-objdump] for mach-o add -bind, -lazy-bind, and...
2014-09-13 Nick Kledzik[llvm-objdump] Use PRIX64 with format()
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Nick KledzikReplace printf with outs() <<
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Nick KledzikCode review tweaks
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-24 Aaron BallmanThis code is from r216285, which did not go out to...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-14 Aaron BallmanSilencing some -Wcast-qual warnings and removing some...
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-11 Tim Northoverllvm-objdump: fix remaining use of %x format specifier...
2014-08-08 Tim Northoverllvm-objdump: add missing % in format specifier.
2014-08-08 Tim Northoverllvm-objdump: use portable format specifiers for info.
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-11 Rafael EspindolaSimplify the code. No functionality change.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-07 Rafael EspindolaRemove dead code.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-07-19 Bill WendlingRemove tabs.
2012-07-02 Evan ChengNeed a space.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-03 Cameron ZwarichAllow command-line overrides of the target triple with...
2012-02-03 Cameron ZwarichDo the same fix as r149667, but for the Mach-O disassem...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-07 Owen AndersonFix llvm-objdump's MachO mode to not depend on the...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
next