Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
tools
/
llvm-objdump
/
MCFunction.cpp
adef06a
Make MemoryObject accessor members const again
by Derek Schuff
· 13 years ago
2ea9387
Enable streaming of bitcode
by Derek Schuff
· 14 years ago
a894c8e
llvm-objdump: factor code better, add comments.
by Benjamin Kramer
· 14 years ago
0b8b771
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
98c5dda
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
41ab14b
Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
by Benjamin Kramer
· 14 years ago
853b0fd
llvm-objdump: Ignore unreachable blocks when printing the CFG.
by Benjamin Kramer
· 14 years ago
83a162e
llvm-objdump: Skip branches that leave the current function.
by Benjamin Kramer
· 14 years ago
c3d48ce
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
685a250
Sketch out an CFG reconstruction mode for llvm-objdump.
by Benjamin Kramer
· 14 years ago