Re-sort #include lines again, prior to moving headers around.
[oota-llvm.git] / tools / llvm-objdump /
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui UeyamaFix another -Wnon-pod-varargs error in r191472.
2013-09-27 Rui UeyamaFix -Wnon-pod-varargs error in r191472.
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
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-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
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-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-16 Ahmed Bougachallvm-objdump: Initialize MCDisassembler once instead...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
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-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
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.
2013-04-03 Eric ChristopherDon't disassemble symbols with an unknown address or...
2013-02-27 Shankar Easwaranprint TLS segment
2013-02-21 Michael J. Spencer[objdump] Add PT_PHDR.
2013-02-20 Michael J. Spencer[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-05 Michael J. Spencer[objdump,readobj] Document the purpose and goals of...
2013-01-21 Jakub StaszakRemove unneeded #include.
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-06 Michael J. Spencer[objdump] Use correct format specifiers and fix C+...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
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-05 Michael J. SpencerQuick build fix for c++03 clang. This needs a proper...
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-20 Eli BenderskyAdd the -no-show-raw-insn option to llvm-objdump, thus...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-07 Jim GrosbachTidy up a bit.
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-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-03 Pete CooperPR12729: Change 'llvm-objdump' to display the available...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-23 Benjamin KramerInclude cctype for std::isprint.
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-06 Derek SchuffEnable streaming of bitcode
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...
2012-02-03 Cameron ZwarichFix llvm-objdump disassembly for interesting Mach-O...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
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-16 Michael J. Spencerllvm-objdump: Ignore non-objects in archives.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
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-28 Stepan Dyatkovskiyuint64 formatted output: replaced %llx with PRIx64...
2011-10-27 Owen AndersonRevert r143149, stubbing out symbolic disassembly suppo...
2011-10-27 Owen AndersonStub out support for symbol disassembly in llvm-objdump.
2011-10-27 Stepan DyatkovskiyFixed llvm-objdump uint64_t formatted output.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
next