summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sparc: silently ignore .proc assembler directiveDouglas Katzman2016-03-281-0/+6
* This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst2016-03-091-2/+6
* The patch adds missing registers and instructions to complete all the registe...Chris Dewhurst2016-02-271-0/+74
* Reverting breaking change. Sorry.Chris Dewhurst2016-02-261-74/+0
* Reviewed at reviews.llvm.org/D17133Chris Dewhurst2016-02-261-0/+74
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-2/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-5/+4
* [Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers....Craig Topper2015-10-181-6/+7
* Make a bunch of static arrays const.Craig Topper2015-10-181-6/+6
* [SPARCv9] Add support for the rdpr/wrpr instructions.Joerg Sonnenberger2015-10-041-0/+76
* Fix relocation used for GOT references in non-PIC mode. Fix relocationsJoerg Sonnenberger2015-10-011-28/+33
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* SparcAsmParser.cpp: Appease msc x86.NAKAMURA Takumi2015-08-211-1/+1
* [Sparc]: correct the 'set' synthetic instructionDouglas Katzman2015-08-201-5/+37
* [SPARC] Enable writing to floating-point-state register.Douglas Katzman2015-08-191-0/+9
* Map %fprs to %asr6 in the Sparc assembler parser.Joerg Sonnenberger2015-08-191-0/+7
* [SPARC]: recognize '.' as the start of an assembler expression.Douglas Katzman2015-08-171-0/+1
* [Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight2015-08-101-0/+34
* [SPARC] Don't compare arch name as a string, use the enum instead.Douglas Katzman2015-08-061-1/+1
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-4/+1
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-1/+4
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-181-0/+9
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-6/+6
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* Sparc: support the "set" synthetic instruction.James Y Knight2015-05-181-2/+60
* Sparc: Support PSR, TBR, WIM read/write instructions.James Y Knight2015-05-181-8/+34
* Sparc: Add the "alternate address space" load/store instructions.James Y Knight2015-05-181-0/+9
* Add support for the Sparc implementation-defined "ASR" registers.James Y Knight2015-05-181-5/+19
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-7/+7
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-291-1/+1
* Make Sparc assembler accept parenthesized constant expressions.Douglas Katzman2015-04-291-0/+1
* Sparc: Prefer reg+reg address encoding when only one register used.James Y Knight2015-04-291-5/+5
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-4/+1
* TableGen: allow use of uint64_t for available features mask.Tim Northover2014-08-181-4/+4
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-82/+69
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-14/+14
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-9/+9
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [Sparc] Add return/rett instruction to Sparc backend.Venkatraman Govindaraju2014-03-021-0/+6
* [Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju2014-03-021-14/+3
* [Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju2014-03-021-7/+14
* [Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).Venkatraman Govindaraju2014-03-021-2/+2
OpenPOWER on IntegriCloud