Make a bunch of static arrays const.
[oota-llvm.git] / lib / Target / Sparc / Disassembler /
2015-10-04 Joerg Sonnenberger[SPARCv9] Add support for the rdpr/wrpr instructions.
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
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-07-24 NAKAMURA TakumiPrune dependency to MC from each target disassembler.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
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-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-03-09 Venkatraman Govind... [Sparc] Add support for decoding 'swap' instruction.
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
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...