Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-25 Mark SeabornFix "llvm-objdump -d -r" to show relocations inline...
2014-01-25 Mark Seabornllvm-objdump: Some style cleanups to follow LLVM coding...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
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 Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-27 NAKAMURA Takumillvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes...
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-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
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-09 Rafael EspindolaConvert MachOObjectFile to a template.
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-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-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
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. 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-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-07 Jim GrosbachTidy up a bit.
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-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
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-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-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-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Owen AndersonFix off-by-one error when printing relocations inline...
2011-10-18 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-18 Michael J. SpencerRevert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-17 Michael J. Spencerllvm-objdump: Add -s, which prints the contents of...
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-13 Michael J. Spencerllvm-objdump: Fix whitespace.
2011-10-13 Michael J. Spencerllvm-objdump: Fix dumping of multiple symbols with...
2011-10-11 NAKAMURA Takumillvm-objdump.cpp: Use PRIx64 as format specifier for...
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-08 Benjamin Kramerllvm-objdump: disassembly enhancements
2011-08-08 Benjamin Kramerllvm-objdump: Use help of CFG to print assembly when...
2011-07-25 Benjamin KramerI will save before I commit.
2011-07-25 Benjamin Kramerllvm-objdump: Ignore unreachable blocks when printing...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Benjamin Kramerllvm-objdump: Don't ignore errors from raw_fd_ostream.
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-20 Benjamin KramerSketch out an CFG reconstruction mode for llvm-objdump.
2011-07-19 Benjamin KramerFix off-by-one.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-15 Benjamin KramerTeach llvm-objdump to disassemble sections symbol by...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-06 Eli FriedmanRemove some unnecessary includes.
next