aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)Author
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