summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* Rewrite most of MachODump to work through the generic libObject interfaces ra...Owen Anderson2011-10-17
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-17
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-13
* llvm-objdump: Fix whitespace.Michael J. Spencer2011-10-13
* llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer2011-10-13
* llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi2011-10-11
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-10
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-08
* Fix spelling in comment.Michael J. Spencer2011-10-07
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Fix spelling in comment.Michael J. Spencer2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-21
* llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer2011-09-21
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-21
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-21
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-20
* Nope, there's another one!Benjamin Kramer2011-09-19
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-19
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-19
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-19
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-08
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-08
* I will save before I commit.Benjamin Kramer2011-07-25
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer2011-07-22
* llvm-objdump: Skip branches that leave the current function.Benjamin Kramer2011-07-22
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-22
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-20
* Fix cmake.Benjamin Kramer2011-07-20
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-20
* Fix off-by-one.Benjamin Kramer2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Remove some unnecessary includes.Eli Friedman2011-07-06
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06