aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spelling in comment.Michael J. Spencer2011-10-071-3/+3
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-211-19/+16
* llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer2011-09-211-11/+13
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-211-1/+1
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-213-53/+156
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-203-159/+183
* Nope, there's another one!Benjamin Kramer2011-09-191-1/+1
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-191-1/+1
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-191-2/+2
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-196-205/+671
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-152-5/+6
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-1/+1
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+10
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+1
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-083-31/+26
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-081-1/+19
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-081-15/+44
* I will save before I commit.Benjamin Kramer2011-07-252-1/+3
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-252-2/+21
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-5/+0
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-2/+0
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-3/+1
* llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer2011-07-221-0/+4
* llvm-objdump: Skip branches that leave the current function.Benjamin Kramer2011-07-221-1/+4
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-0/+4
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-201-3/+3
* Fix cmake.Benjamin Kramer2011-07-201-0/+1
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-203-3/+242
* Fix off-by-one.Benjamin Kramer2011-07-191-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-23/+56
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+2
* Remove some unnecessary includes.Eli Friedman2011-07-061-8/+0
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-15/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+2
* Object: Add proper error handling.Michael J. Spencer2011-06-251-6/+23
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+14
* llvm-objdump: Remove redundant includes.Michael J. Spencer2011-01-201-2/+0
* llvm-nm: Fix warning.Michael J. Spencer2011-01-201-2/+2
* Add llvm-objdumpMichael J. Spencer2011-01-203-0/+285