summaryrefslogtreecommitdiffstats
path: root/llvm/tools/ed
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-0211-1894/+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
* Changed to Chris Lattner's suggested approach, whichSean Callanan2010-02-024-42/+16
| | | | | | | | | | merely stubs out the blocks-based disassembly functions if the library wasn't built with blocks, which allows a constant .exports file and also properly deals with situations in which the compiler used to build a client is different from the compiler used to build the library. llvm-svn: 95034
* Fix for builds with separate source and buildSean Callanan2010-02-011-4/+4
| | | | | | directories (like, oh, say, any multistage build) llvm-svn: 95028
* Updated to use the proper .exports file for theSean Callanan2010-02-013-1/+44
| | | | | | | target platform, depending on whether the target supports the blocks API or not llvm-svn: 95024
* Rollback on including blocks functionality in .exportsSean Callanan2010-02-011-3/+0
| | | | | | | because some platforms don't support blocks and then break because the symbols aren't present llvm-svn: 95011
* 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-0110-2/+1865
| | | | | | | | 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
* Removed symbols from .exports that are not yet inSean Callanan2010-01-291-30/+0
| | | | | | the library. llvm-svn: 94844
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-293-0/+106
library as a static and a shared library. Added dependencies so the target-specific enhanced disassembly info tables are built before the library. llvm-svn: 94780
OpenPOWER on IntegriCloud