1. adef06a Make MemoryObject accessor members const again by Derek Schuff · 13 years ago
  2. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  3. a894c8e llvm-objdump: factor code better, add comments. by Benjamin Kramer · 14 years ago
  4. 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
  5. 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
  6. 41ab14b Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. by Benjamin Kramer · 14 years ago
  7. 853b0fd llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 14 years ago
  8. 83a162e llvm-objdump: Skip branches that leave the current function. by Benjamin Kramer · 14 years ago
  9. 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
  10. 685a250 Sketch out an CFG reconstruction mode for llvm-objdump. by Benjamin Kramer · 14 years ago