aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc/HexDisassembler.cpp
AgeCommit message (Expand)Author
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner
2009-12-22just discard the debug output from the disassembler.Chris Lattner
2009-12-22specify what is invalid about itChris Lattner
2009-12-22reject invalid input with a caret, e.g.:Chris Lattner
2009-12-22various cleanups, make the disassemble reject lines with too muchChris Lattner
2009-12-22If you thought that it didn't make sense for the disassemblerChris Lattner
2009-12-22rewrite the file parser for the disassembler, implementing support forChris Lattner
2009-12-22don't crash on blank lines, rename some variables.Chris Lattner
2009-12-17Test harness for the LLVM disassembler. When invokedSean Callanan