aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/MCFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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