summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
| | | | llvm-svn: 130068
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+14
| | | | | | | | | the alias of an InstAlias instead of the thing being aliased. Because we need to know the features that are valid for an InstAlias. This is part of a work-in-progress. llvm-svn: 127986
* llvm-objdump: Remove redundant includes.Michael J. Spencer2011-01-201-2/+0
| | | | llvm-svn: 123902
* llvm-nm: Fix warning.Michael J. Spencer2011-01-201-2/+2
| | | | llvm-svn: 123901
* Add llvm-objdumpMichael J. Spencer2011-01-201-0/+257
llvm-svn: 123898
OpenPOWER on IntegriCloud