1. b0934ab Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 14 years ago
  2. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  3. 3f4f34c Modified the Enhanced Disassembler to create and by Sean Callanan · 14 years ago
  4. e4ad582 Fix some leftover control reaches end of non-void function warnings. by Benjamin Kramer · 14 years ago
  5. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  6. 178051f Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 14 years ago
  7. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  8. 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
  9. b950585 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 14 years ago
  10. ee06443 Fix apparent build error caused by r138948 on certain versions of GCC with -Werror. Sorry for the inconvenience. by James Molloy · 14 years ago
  11. 833a003 Fix the build for us -Werror users. by Nick Lewycky · 14 years ago
  12. c047dca Fix up r137380 based on post-commit review by Jim Grosbach. by James Molloy · 14 years ago
  13. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  14. 1b84cce Remove unused Target argument from AsmParser construction methods. by Jim Grosbach · 14 years ago
  15. 94b9550 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago
  16. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 14 years ago
  17. 1b0fc9b Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 14 years ago
  18. a7cfc08 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  19. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
  20. 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  21. e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
  22. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  23. c872143d Fixed a bug where the MC subtarget information by Sean Callanan · 14 years ago
  24. 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  25. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  26. ffc0e73 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  27. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  28. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  29. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  30. 457856c Redirected errors from the AsmParser to the proper by Sean Callanan · 14 years ago
  31. 0da9f13 An MCDisassembler has the option to not implement by Shantonu Sen · 14 years ago
  32. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  33. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  34. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  35. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  36. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago[Renamed (95%) from tools/edis/EDDisassembler.cpp]
  37. d73ada7 Target: Give the TargetAsmParser access to the TargetMachine. by Daniel Dunbar · 15 years ago
  38. 0261243 edis: Save the TargetMachine in the EDDisassembler object. by Daniel Dunbar · 15 years ago
  39. 9fbb37e MC: Move several clients to using AsmParser constructor function. by Daniel Dunbar · 15 years ago
  40. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  41. a870256 Fixed edis to tokenize instructions with no operands correctly. by Sean Callanan · 15 years ago
  42. 9899f70 Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
  43. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
  44. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
  45. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  46. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  47. c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
  48. 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 16 years ago[Renamed from tools/ed/EDDisassembler.cpp]
  49. d74667e Removed an unnecessary class from the EDDisassembler by Sean Callanan · 16 years ago
  50. 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 16 years ago
  51. ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 16 years ago