summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-5/+4
2011-10-18Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer1-118/+1
2011-10-17llvm-objdump: Add static symbol table dumping.Michael J. Spencer1-1/+118
2011-10-17Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson1-169/+183
2011-10-17llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer1-5/+52
2011-10-13llvm-object: Add inline relocation information to disassembly.Michael J. Spencer1-6/+48
2011-10-13llvm-objdump: Fix whitespace.Michael J. Spencer1-1/+1
2011-10-13llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer1-1/+12
2011-10-11llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi1-1/+1
2011-10-10Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky1-1/+39
2011-10-10llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2-8/+2
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer2-29/+103
2011-10-07Fix spelling in comment.Michael J. Spencer1-3/+3
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer1-2/+2
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling2-5/+5
2011-10-07Fix spelling in comment.Michael J. Spencer1-3/+3
2011-10-07Change relocation API to be per section.Michael J. Spencer1-2/+2
2011-09-21llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer1-19/+16
2011-09-21llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer1-11/+13
2011-09-21llvm-objdump: Fix use after free.Benjamin Kramer1-1/+1
2011-09-21llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer3-53/+156
2011-09-20llvm-objdump: factor code better, add comments.Benjamin Kramer3-159/+183
2011-09-19Nope, there's another one!Benjamin Kramer1-1/+1
2011-09-19Missed one instance of implicit pointer conversion.Benjamin Kramer1-1/+1
2011-09-19Try to make MSVC 2010 happy.Benjamin Kramer1-2/+2
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer6-205/+671
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2-5/+6
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer1-1/+1
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy1-2/+10
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-2/+2
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng1-0/+1
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer3-31/+26
2011-08-08llvm-objdump: disassembly enhancementsBenjamin Kramer1-1/+19
2011-08-08llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer1-15/+44
2011-07-25I will save before I commit.Benjamin Kramer2-1/+3
2011-07-25llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2-2/+21
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng1-5/+0
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng1-2/+0
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-3/+1
2011-07-22llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer1-0/+4
2011-07-22llvm-objdump: Skip branches that leave the current function.Benjamin Kramer1-1/+4
2011-07-22Move the registered target printing in version strings completely out ofChandler Carruth1-0/+4
2011-07-20Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet1-3/+3
2011-07-20Fix cmake.Benjamin Kramer1-0/+1
2011-07-20Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer3-3/+242
2011-07-19Fix off-by-one.Benjamin Kramer1-1/+1
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-0/+1
2011-07-15Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer1-23/+56
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-1/+2
2011-07-06Remove some unnecessary includes.Eli Friedman1-8/+0