1. 2ad2eb5 llvm-objdump: factor code better, add comments. by Benjamin Kramer · 14 years ago
  2. 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
  3. 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
  4. c22d50e Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. by Benjamin Kramer · 14 years ago
  5. bf11531 llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 14 years ago
  6. cb2d7be llvm-objdump: Skip branches that leave the current function. by Benjamin Kramer · 14 years ago
  7. 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
  8. 87ee76c Sketch out an CFG reconstruction mode for llvm-objdump. by Benjamin Kramer · 14 years ago