| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() | Fangrui Song | 2020-01-11 | 1 | -2/+1 |
| * | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+4 |
| * | [WebAssembly] Allow multivalue types in block signature operands | Thomas Lively | 2019-10-15 | 1 | -10/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
| * | Reflect the MC/MCDisassembler split on the include/ level. | Benjamin Kramer | 2016-01-26 | 1 | -1/+1 |
| * | Remove unused includes and out of date comment. NFC. | Rafael Espindola | 2014-12-17 | 1 | -1/+0 |
| * | Remove the now unused StringRefMemoryObject.h. | Rafael Espindola | 2014-11-12 | 1 | -1/+0 |
| * | Pass an ArrayRef to MCDisassembler::getInstruction. | Rafael Espindola | 2014-11-12 | 1 | -3/+2 |
| * | [llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ... | Colin LeMahieu | 2014-11-11 | 1 | -15/+9 |
| * | Use StringRefMemoryObject in llvm-mc. NFC. | Rafael Espindola | 2014-11-07 | 1 | -29/+15 |
| * | Simplify handling of --noexecstack by using getNonexecutableStackSection. | Rafael Espindola | 2014-10-15 | 1 | -1/+1 |
| * | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| * | [MC] Require an MCContext when constructing an MCDisassembler. | Lang Hames | 2014-04-15 | 1 | -1/+21 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -3/+3 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+1 |
| * | Change MCStreamer EmitInstruction interface to take subtarget info | David Woodhouse | 2014-01-28 | 1 | -3/+4 |
| * | Improve llvm-mc disassembler mode and refactor ARM tests to use it | Tim Northover | 2013-07-19 | 1 | -12/+60 |
| * | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -176/+0 |
| * | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| * | Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ... | Richard Barton | 2012-04-16 | 1 | -53/+14 |
| * | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -3/+11 |
| * | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -2/+9 |
| * | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -3/+2 |
| * | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 1 | -2/+2 |
| * | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
| * | Clients are responsible for initializing the targets, remove it from the disa... | Benjamin Kramer | 2011-11-11 | 1 | -1/+0 |
| * | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -4/+6 |
| * | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -2/+2 |
| * | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -2/+11 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -2/+2 |
| * | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -5/+16 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -1/+1 |
| * | createMCInstPrinter doesn't need TargetMachine anymore. | Evan Cheng | 2011-07-06 | 1 | -2/+2 |
| * | Tidy up. 80-column and whitespace. | Jim Grosbach | 2011-05-09 | 1 | -57/+58 |
| * | Moved an access to an object past a NULL check, | Sean Callanan | 2011-04-09 | 1 | -2/+2 |
| * | We need to pass the TargetMachine object to the InstPrinter if we are printing | Bill Wendling | 2011-03-21 | 1 | -2/+3 |
| * | Plug some leaks in edis. | Benjamin Kramer | 2011-02-24 | 1 | -5/+5 |
| * | Fixed a bug in the enhanced disassembly tester that | Sean Callanan | 2011-02-23 | 1 | -82/+86 |
| * | Fixed llvm-mc in edis mode to use the result of | Sean Callanan | 2011-02-22 | 1 | -1/+4 |
| * | Correctly disassemble truncated asm. | Rafael Espindola | 2011-01-06 | 1 | -1/+1 |
| * | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -0/+1 |
| * | Use the new tool_output_file in several tools. This fixes a variety | Dan Gohman | 2010-08-20 | 1 | -33/+36 |
| * | start straightening out libedis's dependencies and make it fit | Chris Lattner | 2010-07-20 | 1 | -82/+57 |
| * | Extended the edis "IsBranch" property to call | Sean Callanan | 2010-05-11 | 1 | -0/+5 |
| * | Fixed a sign-extension bug in the X86 disassembler | Sean Callanan | 2010-05-05 | 1 | -0/+2 |
| * | Make the disassembler respect the assembler dialect when printing instructions, | Chris Lattner | 2010-04-13 | 1 | -1/+3 |
| * | Second try at integrating the edis tester. This | Sean Callanan | 2010-04-12 | 1 | -37/+232 |
| * | revert r100842 which broke several of the build bots. | Chris Lattner | 2010-04-09 | 1 | -232/+37 |
| * | Added a tester for the enhanced disassembler, | Sean Callanan | 2010-04-09 | 1 | -37/+232 |