summaryrefslogtreecommitdiffstats
path: root/llvm/tools/ed/EDDisassembler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-021-386/+0
| | | | | | | | yesterday. This eliminates possible confusion about what exactly in this directory; the name is still short, though. llvm-svn: 95118
* Removed an unnecessary class from the EDDisassemblerSean Callanan2010-02-021-53/+2
| | | | | | | implementation. Also made sure that the register maps were created during disassembler initialization. llvm-svn: 95051
* Whoops, left some debugging code in that brokeSean Callanan2010-02-011-8/+0
| | | | | | a buildbot. Removed. llvm-svn: 94975
* Added the enhanced disassembly library's implementation andSean Callanan2010-02-011-0/+445
fleshed out the .exports file. I still have to fix several details of operand parsing, but the basic functionality is there and usable. llvm-svn: 94974
OpenPOWER on IntegriCloud