aboutsummaryrefslogtreecommitdiff
path: root/tools/edis/EDDisassembler.cpp
AgeCommit message (Expand)Author
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-07-19Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar
2010-07-19edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar
2010-07-18MC: Move several clients to using AsmParser constructor function.Daniel Dunbar
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar
2010-04-24Fixed edis to tokenize instructions with noSean Callanan
2010-04-13Fixed a nasty layering violation in the edis sourceSean 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-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan