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