aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Defer asm errors to post-statement failureNirav Dave1-9/+7
2016-09-13Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher1-7/+9
2016-09-12[MC] Defer asm errors to post-statement failureNirav Dave1-9/+7
2016-05-18Don't pass a Reloc::Model to MC.Rafael Espindola1-3/+2
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst1-1/+1
2016-03-28Sparc: silently ignore .proc assembler directiveDouglas Katzman1-0/+6
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst1-2/+6
2016-02-27The patch adds missing registers and instructions to complete all the registe...Chris Dewhurst1-0/+74
2016-02-26Reverting breaking change. Sorry.Chris Dewhurst1-74/+0
2016-02-26Reviewed at reviews.llvm.org/D17133Chris Dewhurst1-0/+74
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer1-2/+2
2015-11-14Reduce the size of MCRelaxableFragment.Akira Hatanaka1-1/+1
2015-11-14[MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka1-5/+4
2015-10-18[Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers....Craig Topper1-6/+7
2015-10-18Make a bunch of static arrays const.Craig Topper1-6/+6
2015-10-04[SPARCv9] Add support for the rdpr/wrpr instructions.Joerg Sonnenberger1-0/+76
2015-10-01Fix relocation used for GOT references in non-PIC mode. Fix relocationsJoerg Sonnenberger1-28/+33
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-1/+1
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-1/+1
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-1/+1
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-1/+1
2015-08-21SparcAsmParser.cpp: Appease msc x86.NAKAMURA Takumi1-1/+1
2015-08-20[Sparc]: correct the 'set' synthetic instructionDouglas Katzman1-5/+37
2015-08-19[SPARC] Enable writing to floating-point-state register.Douglas Katzman1-0/+9
2015-08-19Map %fprs to %asr6 in the Sparc assembler parser.Joerg Sonnenberger1-0/+7
2015-08-17[SPARC]: recognize '.' as the start of an assembler expression.Douglas Katzman1-0/+1
2015-08-10[Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight1-0/+34
2015-08-06[SPARC] Don't compare arch name as a string, use the enum instead.Douglas Katzman1-1/+1
2015-07-27[llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu1-1/+1
2015-06-30Reverting r241058 because it's causing buildbot failures.Ranjeet Singh1-4/+1
2015-06-30There are a few places where subtarget features are stillRanjeet Singh1-1/+4
2015-06-18[SPARC] Repair GOT references to internal symbols.James Y Knight1-0/+9
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-1/+3
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-6/+6
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-1/+1
2015-05-18Sparc: support the "set" synthetic instruction.James Y Knight1-2/+60
2015-05-18Sparc: Support PSR, TBR, WIM read/write instructions.James Y Knight1-8/+34
2015-05-18Sparc: Add the "alternate address space" load/store instructions.James Y Knight1-0/+9
2015-05-18Add support for the Sparc implementation-defined "ASR" registers.James Y Knight1-5/+19
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-7/+7
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman1-1/+1
2015-04-29Make Sparc assembler accept parenthesized constant expressions.Douglas Katzman1-0/+1
2015-04-29Sparc: Prefer reg+reg address encoding when only one register used.James Y Knight1-5/+5
2015-01-03Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper1-4/+1
2014-08-18TableGen: allow use of uint64_t for available features mask.Tim Northover1-4/+4
2014-06-18Replace some assert(0)'s with llvm_unreachable.Craig Topper1-1/+1
2014-06-08AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie1-82/+69
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-14/+14
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-9/+9