1. cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  2. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  3. 839353b Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
  4. cac0088 Remove the now unused StringRefMemoryObject.h. by Rafael Espindola · 11 years ago
  5. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  6. eb4675f [llvm-mc] Fixing case where if a file ended with non-newline whitespace or a comma it would access invalid memory. by Colin LeMahieu · 11 years ago
  7. 45a753a Use StringRefMemoryObject in llvm-mc. NFC. by Rafael Espindola · 11 years ago
  8. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  9. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  10. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
  11. e56917c [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  12. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  13. e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
  14. 48cf6cc Improve llvm-mc disassembler mode and refactor ARM tests to use it by Tim Northover · 12 years ago
  15. e3d3230 Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 13 years ago
  16. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  17. def81b9 Add -disassemble support for -show-inst and -show-encode capability llvm-mc. Also refactor so all MC paraphernalia are created once for all uses as much as possible. by Richard Barton · 13 years ago
  18. 54bfde7 Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. by Craig Topper · 13 years ago
  19. fd93a59 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
  20. 56b662c Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
  21. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  22. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  23. f554228 Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 14 years ago
  24. 03b80a4 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 14 years ago
  25. a0c3b97 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
  26. 4c493e8 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 14 years ago
  27. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  28. a4043c4 Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment. by Owen Anderson · 14 years ago
  29. 1705ab0 Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  30. ab37af9 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  31. 112a2de Tidy up. 80-column and whitespace. by Jim Grosbach · 14 years ago
  32. 7ccf375 Moved an access to an object past a NULL check, by Sean Callanan · 14 years ago
  33. 00f0cdd We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 15 years ago
  34. c053644 Plug some leaks in edis. by Benjamin Kramer · 15 years ago
  35. be81988 Fixed a bug in the enhanced disassembly tester that by Sean Callanan · 15 years ago
  36. 5b23294 Fixed llvm-mc in edis mode to use the result of by Sean Callanan · 15 years ago
  37. 9f9a106 Correctly disassemble truncated asm. by Rafael Espindola · 15 years ago
  38. c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  39. 268b0f4 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
  40. 979634b start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago
  41. d7f09c7 Extended the edis "IsBranch" property to call by Sean Callanan · 15 years ago
  42. 4cd930f Fixed a sign-extension bug in the X86 disassembler by Sean Callanan · 15 years ago
  43. 6b2b064 Make the disassembler respect the assembler dialect when printing instructions, by Chris Lattner · 15 years ago
  44. 2d03d3a Second try at integrating the edis tester. This by Sean Callanan · 15 years ago
  45. 55ddc30 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
  46. 844a7fe Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
  47. 7012916 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  48. d9d5b31 llvm-mc: Fix MCInstPrinter memory leaks. by Daniel Dunbar · 16 years ago
  49. 6a6f9cc Fixed the disassembler so it accepts multiple by Sean Callanan · 16 years ago
  50. b257d24 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 16 years ago[Renamed (96%) from llvm/tools/llvm-mc/HexDisassembler.cpp]
  51. e3437b3 just discard the debug output from the disassembler. by Chris Lattner · 16 years ago
  52. 778f92a specify what is invalid about it by Chris Lattner · 16 years ago
  53. 502f0f1 reject invalid input with a caret, e.g.: by Chris Lattner · 16 years ago
  54. dd0c01b various cleanups, make the disassemble reject lines with too much by Chris Lattner · 16 years ago
  55. 8879918 If you thought that it didn't make sense for the disassembler by Chris Lattner · 16 years ago
  56. dc9845b rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 16 years ago
  57. 72cbaa2 don't crash on blank lines, rename some variables. by Chris Lattner · 16 years ago
  58. 7e64550 Test harness for the LLVM disassembler. When invoked by Sean Callanan · 16 years ago