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