1. ab37af9 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  2. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  3. 1426351 Redirected errors from the AsmParser to the proper by Sean Callanan · 15 years ago
  4. e59f8ca An MCDisassembler has the option to not implement by Shantonu Sen · 15 years ago
  5. 00f0cdd We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 15 years ago
  6. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  7. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  8. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  9. 979634b start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago[Renamed (95%) from llvm/tools/edis/EDDisassembler.cpp]
  10. 419197c Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
  11. fb44525 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 15 years ago
  12. 7f5bf5a MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
  13. 02877d6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  14. 75d9869 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  15. 814e69b Fixed a nasty layering violation in the edis source by Sean Callanan · 16 years ago
  16. a4ae4e7 Updated the edis build mechanism to allow for builds by Sean Callanan · 16 years ago
  17. 48b1804 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 16 years ago
  18. 03549ee Added support for ARM disassembly to edis. by Sean Callanan · 16 years ago
  19. 7012916 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 16 years ago
  20. 768ea2a change MCContext to always have an MCAsmInfo. by Chris Lattner · 16 years ago
  21. 2e66266 Renamed the ed directory to edis, as suggested by Sean Callanan · 16 years ago[Renamed from llvm/tools/ed/EDDisassembler.cpp]
  22. 339975e Removed an unnecessary class from the EDDisassembler by Sean Callanan · 16 years ago
  23. bc7bd4b Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 16 years ago
  24. 328f60f Added the enhanced disassembly library's implementation and by Sean Callanan · 16 years ago