Make member variables of AsmToken private. Remove unnecessary forward declarations...
[oota-llvm.git] / tools / llvm-objdump /
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...
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 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
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 Owen AndersonRewrite most of MachODump to work through the generic...
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. SpencerFix spelling in comment.
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. SpencerFix spelling in comment.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-21 Benjamin Kramerllvm-objdump: Detach symbol listing from section enumer...
2011-09-21 Benjamin Kramerllvm-objdump: Take the data from the right object when...
2011-09-21 Benjamin Kramerllvm-objdump: Fix use after free.
2011-09-21 Benjamin Kramerllvm-objdump: Output line info next to the disassembly...
2011-09-20 Benjamin Kramerllvm-objdump: factor code better, add comments.
2011-09-19 Benjamin KramerNope, there's another one!
2011-09-19 Benjamin KramerMissed one instance of implicit pointer conversion.
2011-09-19 Benjamin KramerTry to make MSVC 2010 happy.
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 Benjamin Kramerllvm-objdump: Skip branches that leave the current...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-20 Francois PichetUnbreak the MSVC build. Since the "next" function alrea...
2011-07-20 Benjamin KramerFix cmake.
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.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-01-20 Michael J. Spencerllvm-objdump: Remove redundant includes.
2011-01-20 Michael J. Spencerllvm-nm: Fix warning.
2011-01-20 Michael J. SpencerAdd llvm-objdump