aboutsummaryrefslogtreecommitdiff
path: root/tools/ed/EDDisassembler.cpp
AgeCommit message (Collapse)Author
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan
yesterday. This eliminates possible confusion about what exactly in this directory; the name is still short, though. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95118 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02Removed an unnecessary class from the EDDisassemblerSean Callanan
implementation. Also made sure that the register maps were created during disassembler initialization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95051 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-01Whoops, left some debugging code in that brokeSean Callanan
a buildbot. Removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94975 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-01Added the enhanced disassembly library's implementation andSean Callanan
fleshed out the .exports file. I still have to fix several details of operand parsing, but the basic functionality is there and usable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94974 91177308-0d34-0410-b5e6-96231b3b80d8