summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/Disassembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-4/+4
| | | | | | | | raw_ostream to print an instruction to had to be specified at MCInstPrinter construction time instead of being able to pick at each call to printInstruction. llvm-svn: 100307
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-201-9/+8
| | | | llvm-svn: 99101
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-031-28/+20
| | | | | | | instructions on a single line. Also made it a bit more forgiving when it reports errors. llvm-svn: 95197
* rename HexDisassembler -> Disassembler, it works on any inputChris Lattner2009-12-221-0/+165
integer encoding (0123, 0b10101, 42, etc). llvm-svn: 91934
OpenPOWER on IntegriCloud