summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MCFunction.h
Commit message (Collapse)AuthorAgeFilesLines
* Add MCInstrAnalysis class. This allows the targets to specify own versions ↵Benjamin Kramer2011-08-081-2/+2
| | | | | | | | | of MCInstrDescs functions. - Add overrides for ARM. - Teach llvm-objdump to use this instead of plain MCInstrDesc. llvm-svn: 137059
* I will save before I commit.Benjamin Kramer2011-07-251-0/+2
| | | | | | | | I will save before I commit. I will save before I commit. I will save before I commit. llvm-svn: 136007
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-201-0/+88
- Not great yet, but it's a start. - Requires an object file with a symbol table. (I really want to fix this, but it'll need a whole new algorithm) - ELF and COFF won't work at the moment due to libObject shortcomings. To try it out run $ llvm-objdump -d --cfg foo.o This will create a graphviz file for every symbol in the object file's text section containing a CFG. llvm-svn: 135608
OpenPOWER on IntegriCloud