summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju2014-03-011-0/+31
* [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.Venkatraman Govindaraju2014-03-011-6/+2
* [Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.Venkatraman Govindaraju2014-03-011-3/+51
* [Sparc] Add support for parsing directives in SparcAsmParser.Venkatraman Govindaraju2014-03-011-2/+48
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-071-1/+18
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* [Sparc] Correct quad register list in the asm parser.Venkatraman Govindaraju2014-01-241-1/+1
* Fix out of bounds access to the double regs array. Given theEric Christopher2014-01-231-1/+1
* [Sparc] Add support for parsing floating point instructions.Venkatraman Govindaraju2014-01-121-23/+97
* [Sparc] Add support for parsing jmpl instruction and make indirect call and j...Venkatraman Govindaraju2014-01-101-0/+1
* [Sparc] Add support for parsing branch instructions and conditional moves.Venkatraman Govindaraju2014-01-081-1/+21
* [Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc., Venkatraman Govindaraju2014-01-071-5/+35
* [Sparc] Add support for parsing memory operands in sparc AsmParser.Venkatraman Govindaraju2014-01-071-47/+119
* [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.Venkatraman Govindaraju2014-01-041-0/+614
OpenPOWER on IntegriCloud