aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler/EDDisassembler.h
AgeCommit message (Expand)Author
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-02-04Modified the Enhanced Disassembler to create andSean Callanan
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-03-12Fixed the comparison operator for the enhancedSean Callanan
2011-02-09Fix comparator used for looking up previously instantiated EDDisassemblers.Shantonu Sen
2010-11-29Merge System into Support.Michael J. Spencer
2010-07-20there is no reason to dynamically generate a static header.Chris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner