aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)Author
2011-09-21llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer
2011-09-21llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer
2011-09-21llvm-objdump: Fix use after free.Benjamin Kramer
2011-09-21llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer
2011-09-20llvm-objdump: factor code better, add comments.Benjamin Kramer
2011-09-19Nope, there's another one!Benjamin Kramer
2011-09-19Missed one instance of implicit pointer conversion.Benjamin Kramer
2011-09-19Try to make MSVC 2010 happy.Benjamin Kramer
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer
2011-08-08llvm-objdump: disassembly enhancementsBenjamin Kramer
2011-08-08llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer
2011-07-25I will save before I commit.Benjamin Kramer
2011-07-25llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-22llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer
2011-07-22llvm-objdump: Skip branches that leave the current function.Benjamin Kramer
2011-07-22Move the registered target printing in version strings completely out ofChandler Carruth
2011-07-20Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet
2011-07-20Fix cmake.Benjamin Kramer
2011-07-20Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer
2011-07-19Fix off-by-one.Benjamin Kramer
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-15Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-06Remove some unnecessary includes.Eli Friedman
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-25Object: Add proper error handling.Michael J. Spencer
2011-04-23Remove unused STL header includes.Jay Foad
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-01-20llvm-objdump: Remove redundant includes.Michael J. Spencer
2011-01-20llvm-nm: Fix warning.Michael J. Spencer
2011-01-20Add llvm-objdumpMichael J. Spencer