aboutsummaryrefslogtreecommitdiff
path: root/tools/edis
AgeCommit message (Expand)Author
2010-04-24Fixed edis to tokenize instructions with noSean Callanan
2010-04-23Fixes to edis that mark x86 call targets asSean Callanan
2010-04-23Fixed EDOperand to use the operand type, not theSean Callanan
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-13Add CMake support for 'edis'.Ted Kremenek
2010-04-12Build system fixes. llvm-mc depends onSean Callanan
2010-04-12Bug fix: made the enhanced disassembler's linkSean Callanan
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan
2010-04-09Bugfixes for edis. Code to initialize instructionSean Callanan
2010-04-08Added support for ARM disassembly to edis.Sean Callanan
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-02Updated the install location for EnhancedDisassemblySean Callanan
2010-03-17Changed install_name for libEnhancedDisassembly.dylib onSean Callanan
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-02-09Updated the enhanced disassembly library to produceSean Callanan
2010-02-09Fixed a problem where the enhanced disassemblySean Callanan
2010-02-08Added header file declarations and .exports entriesSean Callanan
2010-02-04Filled in a few new APIs for the enhancedSean Callanan
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan