aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/MCFunction.cpp
AgeCommit message (Expand)Author
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-06Enable streaming of bitcodeDerek Schuff
2011-09-20llvm-objdump: factor code better, add comments.Benjamin Kramer
2011-09-19Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer
2011-07-25llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer
2011-07-22llvm-objdump: Skip branches that leave the current function.Benjamin Kramer
2011-07-20Unbreak the MSVC build. Since the "next" function already exists in the MSVC ...Francois Pichet
2011-07-20Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer