Change MCStreamer EmitInstruction interface to take subtarget info
[oota-llvm.git] / tools / llvm-mc / Disassembler.cpp
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2013-07-19 Tim NorthoverImprove llvm-mc disassembler mode and refactor ARM...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-05-09 Jim GrosbachTidy up. 80-column and whitespace.
2011-04-09 Sean CallananMoved an access to an object past a NULL check,
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembly tester that
2011-02-22 Sean CallananFixed llvm-mc in edis mode to use the result of
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-02-03 Sean CallananFixed the disassembler so it accepts multiple
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...