summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/Disassembler.cpp
Commit message (Expand)AuthorAge
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-19
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-16
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Tidy up. 80-column and whitespace.Jim Grosbach2011-05-09
* Moved an access to an object past a NULL check,Sean Callanan2011-04-09
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Plug some leaks in edis.Benjamin Kramer2011-02-24
* Fixed a bug in the enhanced disassembly tester thatSean Callanan2011-02-23
* Fixed llvm-mc in edis mode to use the result ofSean Callanan2011-02-22
* Correctly disassemble truncated asm.Rafael Espindola2011-01-06
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Extended the edis "IsBranch" property to callSean Callanan2010-05-11
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-05
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-13
* Second try at integrating the edis tester. ThisSean Callanan2010-04-12
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-09
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-09
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-20
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-03
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-22