Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -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 Dunbar | 2010-03-20 | 1 | -9/+8 | |
| | | | | llvm-svn: 99101 | |||||
* | Fixed the disassembler so it accepts multiple | Sean Callanan | 2010-02-03 | 1 | -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 input | Chris Lattner | 2009-12-22 | 1 | -0/+165 | |
integer encoding (0123, 0b10101, 42, etc). llvm-svn: 91934 |