[llvm-commits] [llvm] r94974 - in /llvm/trunk/tools/ed: EDDisassembler.cpp EDDisassembler.h EDInst.cpp EDInst.h EDMain.cpp EDOperand.cpp EDOperand.h EDToken.cpp EDToken.h EnhancedDisassembly.exports
Dan Gohman
gohman at apple.com
Mon Feb 1 12:23:01 PST 2010
Hi Sean,
"ed" is the name of a standard utility program in POSIX, SUS, etc.
Dan
On Feb 1, 2010, at 12:49 AM, Sean Callanan wrote:
> Author: spyffe
> Date: Mon Feb 1 02:49:35 2010
> New Revision: 94974
>
> URL: http://llvm.org/viewvc/llvm-project?rev=94974&view=rev
> Log:
> Added the enhanced disassembly library's implementation and
> fleshed out the .exports file. I still have to fix several
> details of operand parsing, but the basic functionality is
> there and usable.
>
> Added:
> llvm/trunk/tools/ed/EDDisassembler.cpp
> llvm/trunk/tools/ed/EDDisassembler.h
> llvm/trunk/tools/ed/EDInst.cpp
> llvm/trunk/tools/ed/EDInst.h
> llvm/trunk/tools/ed/EDOperand.cpp
> llvm/trunk/tools/ed/EDOperand.h
> llvm/trunk/tools/ed/EDToken.cpp
> llvm/trunk/tools/ed/EDToken.h
> Modified:
> llvm/trunk/tools/ed/EDMain.cpp
> llvm/trunk/tools/ed/EnhancedDisassembly.exports
>
> Added: llvm/trunk/tools/ed/EDDisassembler.cpp
More information about the llvm-commits
mailing list