| Commit message (Expand) | Author | Age | Files | Lines |
* | there is now no reason to link in TARGETS_TO_BUILD since we list | Chris Lattner | 2010-07-20 | 1 | -1/+1 |
* | fix edis to only try to link in the x86 parts if the x86 backend is | Chris Lattner | 2010-07-20 | 1 | -1/+11 |
* | Fix edis makefile | Douglas Gregor | 2010-07-20 | 1 | -0/+1 |
* | this logic is handled by tools/makefile. | Chris Lattner | 2010-07-20 | 1 | -9/+2 |
* | edis needs to link in mcdisassembler. | Chris Lattner | 2010-07-20 | 1 | -1/+1 |
* | update cmake. | Chris Lattner | 2010-07-20 | 1 | -13/+0 |
* | edinfo doesn't need to be built here. | Chris Lattner | 2010-07-20 | 2 | -9/+0 |
* | start straightening out libedis's dependencies and make it fit | Chris Lattner | 2010-07-20 | 9 | -1837/+75 |
* | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar | 2010-07-19 | 1 | -1/+2 |
* | edis: Save the TargetMachine in the EDDisassembler object. | Daniel Dunbar | 2010-07-19 | 2 | -5/+7 |
* | MC: Move several clients to using AsmParser constructor function. | Daniel Dunbar | 2010-07-18 | 1 | -5/+6 |
* | Remove some broken code to check the DISABLE_EDIS flag (edis is now in the | Bob Wilson | 2010-07-14 | 1 | -0/+2 |
* | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar | 2010-07-01 | 1 | -1/+1 |
* | Extended the edis "IsBranch" property to call | Sean Callanan | 2010-05-11 | 1 | -1/+3 |
* | Fixed edis to tokenize instructions with no | Sean Callanan | 2010-04-24 | 1 | -3/+5 |
* | Fixes to edis that mark x86 call targets as | Sean Callanan | 2010-04-23 | 1 | -0/+3 |
* | Fixed EDOperand to use the operand type, not the | Sean Callanan | 2010-04-23 | 1 | -1/+3 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 2 | -37/+38 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 1 | -17/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 6 | -68/+36 |
* | Add CMake support for 'edis'. | Ted Kremenek | 2010-04-13 | 2 | -0/+42 |
* | Build system fixes. llvm-mc depends on | Sean Callanan | 2010-04-12 | 1 | -4/+7 |
* | Bug fix: made the enhanced disassembler's link | Sean Callanan | 2010-04-12 | 1 | -1/+1 |
* | Updated the edis build mechanism to allow for builds | Sean Callanan | 2010-04-10 | 2 | -0/+30 |
* | Bugfixes for edis. Code to initialize instruction | Sean Callanan | 2010-04-09 | 2 | -5/+4 |
* | Added support for ARM disassembly to edis. | Sean Callanan | 2010-04-08 | 6 | -112/+263 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -7/+3 |
* | Updated the install location for EnhancedDisassembly | Sean Callanan | 2010-04-02 | 1 | -10/+7 |
* | Changed install_name for libEnhancedDisassembly.dylib on | Sean Callanan | 2010-03-17 | 1 | -1/+2 |
* | change MCContext to always have an MCAsmInfo. | Chris Lattner | 2010-03-11 | 1 | -6/+4 |
* | Updated the enhanced disassembly library to produce | Sean Callanan | 2010-02-09 | 1 | -0/+17 |
* | Fixed a problem where the enhanced disassembly | Sean Callanan | 2010-02-09 | 1 | -2/+8 |
* | Added header file declarations and .exports entries | Sean Callanan | 2010-02-08 | 2 | -1/+6 |
* | Filled in a few new APIs for the enhanced | Sean Callanan | 2010-02-04 | 3 | -0/+61 |
* | Renamed the ed directory to edis, as suggested | Sean Callanan | 2010-02-02 | 11 | -0/+1894 |