summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MCFunction.cpp
Commit message (Expand)AuthorAge
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-20
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-19
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-25
* llvm-objdump: Skip branches that leave the current function.Benjamin Kramer2011-07-22
* Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet2011-07-20
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-20