1. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  2. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  3. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  4. 457856c Redirected errors from the AsmParser to the proper by Sean Callanan · 14 years ago
  5. 0da9f13 An MCDisassembler has the option to not implement by Shantonu Sen · 14 years ago
  6. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  7. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 14 years ago
  8. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  9. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 14 years ago
  10. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago[Renamed (95%) from tools/edis/EDDisassembler.cpp]
  11. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
  12. 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 15 years ago
  13. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
  14. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  15. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  16. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
  17. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
  18. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
  19. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  20. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  21. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  22. 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 15 years ago[Renamed from tools/ed/EDDisassembler.cpp]
  23. d74667e Removed an unnecessary class from the EDDisassembler by Sean Callanan · 15 years ago
  24. 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 15 years ago
  25. ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 15 years ago