1. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  2. 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 14 years ago
  3. 41ab14b Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. by Benjamin Kramer · 14 years ago
  4. c13464f llvm-objdump: disassembly enhancements by Benjamin Kramer · 14 years ago
  5. a21d813 llvm-objdump: Use help of CFG to print assembly when --cfg is passed. by Benjamin Kramer · 14 years ago
  6. dbc46d7 I will save before I commit. by Benjamin Kramer · 14 years ago
  7. 853b0fd llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 14 years ago
  8. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 14 years ago
  9. 1b0fc9b Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 14 years ago
  10. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
  11. a503ede llvm-objdump: Don't ignore errors from raw_fd_ostream. by Benjamin Kramer · 14 years ago
  12. 4039313 Move the registered target printing in version strings completely out of by Chandler Carruth · 14 years ago
  13. 685a250 Sketch out an CFG reconstruction mode for llvm-objdump. by Benjamin Kramer · 14 years ago
  14. 14c9246 Fix off-by-one. by Benjamin Kramer · 14 years ago
  15. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  16. 739b65b Teach llvm-objdump to disassemble sections symbol by symbol. by Benjamin Kramer · 14 years ago
  17. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  18. 0392a04 Remove some unnecessary includes. by Eli Friedman · 14 years ago
  19. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  20. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  21. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  22. ddcdcc8 Remove unused STL header includes. by Jay Foad · 14 years ago
  23. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  24. 59315d1 llvm-objdump: Remove redundant includes. by Michael J. Spencer · 15 years ago
  25. d11699d llvm-nm: Fix warning. by Michael J. Spencer · 15 years ago
  26. 92e1deb Add llvm-objdump by Michael J. Spencer · 15 years ago