Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Sparc / Disassembler / SparcDisassembler.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-18 James Y KnightSparc: Add the "alternate address space" load/store...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-03-09 Venkatraman Govind... [Sparc] Add support for decoding 'swap' instruction.
2014-03-02 Venkatraman Govind... [Sparc] Add return/rett instruction to Sparc backend.
2014-03-02 Venkatraman Govind... [Sparc] Add support for decoding jmpl/retl/ret instruction.
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-01 Venkatraman Govind... [Sparc] Add support to decode negative simm13 operands...
2014-03-01 Venkatraman Govind... [Sparc] Add support for decoding call instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support to disassemble sparc memory instruc...
2014-01-12 Venkatraman Govind... [Sparc] Replace (unsigned)-1 with ~OU as suggested...
2014-01-06 Venkatraman Govind... [Sparc] Explicitly cast -1 to unsigned to fix buildbot...
2014-01-06 Venkatraman Govind... [Sparc] Add initial implementation of disassembler...