Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6b22ef8af2969b4aedeaf80f2305b2c764bc21c3
/
llvm
/
tools
/
llvm-objdump
/
MCFunction.cpp
2ad2eb5
llvm-objdump: factor code better, add comments.
by Benjamin Kramer
· 14 years ago
43a772e
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO.
by Benjamin Kramer
· 14 years ago
a0c3b97
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
by Owen Anderson
· 14 years ago
c22d50e
Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
by Benjamin Kramer
· 14 years ago
bf11531
llvm-objdump: Ignore unreachable blocks when printing the CFG.
by Benjamin Kramer
· 14 years ago
cb2d7be
llvm-objdump: Skip branches that leave the current function.
by Benjamin Kramer
· 14 years ago
7f023ae
Unbreak the MSVC build. Since the "next" function already exists in the MSVC headers, we need the explicit llvm:: qualifier to prevent a conflict.
by Francois Pichet
· 14 years ago
87ee76c
Sketch out an CFG reconstruction mode for llvm-objdump.
by Benjamin Kramer
· 14 years ago