summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/Disassembler
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst
2016-02-27The patch adds missing registers and instructions to complete all the registe...Chris Dewhurst
2016-02-26Reverting breaking change. Sorry.Chris Dewhurst
2016-02-26Reviewed at reviews.llvm.org/D17133Chris Dewhurst
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-10-04[SPARCv9] Add support for the rdpr/wrpr instructions.Joerg Sonnenberger
2015-08-10[Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-18Sparc: Add the "alternate address space" load/store instructions.James Y Knight
2015-05-18Add support for the Sparc implementation-defined "ASR" registers.James Y Knight
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-10Misc style fixes. NFC.Rafael Espindola
2014-07-24Prune dependency to MC from each target disassembler.NAKAMURA Takumi
2014-07-24Update library dependencies.NAKAMURA Takumi
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames
2014-04-10LLVMBuild.txt: Reformat.NAKAMURA Takumi
2014-03-09[Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju
2014-03-06Cleaning up two more pre-Visual C++ 2012 build hacks.Yaron Keren
2014-03-02[Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju
2014-03-02[Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju
2014-03-02[Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju
2014-03-01[Sparc] Add support to decode negative simm13 operands in the sparc disassemb...Venkatraman Govindaraju
2014-03-01[Sparc] Add support for decoding call instructions in the sparc disassembler.Venkatraman Govindaraju
2014-03-01[Sparc] Add support to disassemble sparc memory instructions.Venkatraman Govindaraju
2014-01-12[Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner.Venkatraman Govindaraju
2014-01-06[Sparc] Explicitly cast -1 to unsigned to fix buildbot errors.Venkatraman Govindaraju
2014-01-06[Sparc] Add initial implementation of disassembler for sparcVenkatraman Govindaraju