summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* 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
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* Remove unused STL header includes.Jay Foad2011-04-23
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* llvm-objdump: Remove redundant includes.Michael J. Spencer2011-01-20
* llvm-nm: Fix warning.Michael J. Spencer2011-01-20
* Add llvm-objdumpMichael J. Spencer2011-01-20