aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* 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