summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] Add assembler support for '.set mipsX'.Daniel Sanders2014-08-041-3/+95
* Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher2014-07-181-1/+1
* [mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .moduleDaniel Sanders2014-07-151-1/+1
* [mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS.abiflags when no '.modul...Daniel Sanders2014-07-141-3/+3
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-31/+77
* Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementati...Daniel Sanders2014-07-081-0/+3
* [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders2014-07-081-68/+75
* Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic2014-07-081-44/+189
* [mips] Implementation of dli.Matheus Almeida2014-06-191-7/+90
* [mips] Small update to the logic behind the expansion of assembly pseudo inst...Matheus Almeida2014-06-191-9/+20
* [mips] Fix expansion of memory operation if destination register is not a GPR.Matheus Almeida2014-06-181-4/+29
* [mips] Report correct location when "erroring" about the use of $at when it's...Matheus Almeida2014-06-181-6/+13
* [mips] Access $at only if necessary.Matheus Almeida2014-06-181-3/+6
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-181-0/+2
* [mips] Remove the last usage of parseRegister from MipsAsmParser.Matheus Almeida2014-06-181-29/+33
* [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6Daniel Sanders2014-06-161-0/+14
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-161-0/+10
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-121-1/+11
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-111-0/+25
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-081-115/+101
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-271-0/+2
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-081-1/+18
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-011-51/+1
* [mips] Add support for .cpload.Matheus Almeida2014-04-301-0/+32
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-14/+14
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+3
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [mips] Clang-format MipsAsmParser.Matheus Almeida2014-04-221-33/+32
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-161-0/+24
* MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMem(). Mem.Base is manag...NAKAMURA Takumi2014-04-151-0/+16
* MipsAsmParser::ParseRegister(): Be responsible to delete an Operand on a temp...NAKAMURA Takumi2014-04-151-0/+2
* Current definition of subtract with immediate instruction aliases uses CodeGe...Vladimir Medic2014-04-151-28/+0
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-031-25/+26
* [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollarDaniel Sanders2014-04-011-8/+14
* [mips] Extend ParseJumpTarget to support the full symbol expression syntax.Daniel Sanders2014-04-011-27/+6
* [mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $symDaniel Sanders2014-04-011-15/+10
* [mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar()Daniel Sanders2014-04-011-9/+8
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-011-932/+704
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-311-704/+932
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-311-932/+704
* [mips] Fix use of uninitialized value reported by the sanitizer-x86_64-linux-...Daniel Sanders2014-03-311-0/+2
* [mips] Implement missing relocations in the integrated assembler.Daniel Sanders2014-03-311-0/+8
* Capitalize the D in parseDirectiveGpDWord.Rafael Espindola2014-03-311-4/+4
* Parse .gpdword and convert another llc -filetype=obj test.Rafael Espindola2014-03-281-1/+22
* [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders2014-03-271-15/+14
* [mips] Attempting to use register $32 should be an error instead of an assert...Daniel Sanders2014-03-271-1/+1
* [mips] Add support for .cpsetupDaniel Sanders2014-03-271-0/+133
* [mips] Add support to the '.dword' directive.Matheus Almeida2014-03-261-0/+5
* [mips] Rename function in MipsAsmParser.Matheus Almeida2014-03-261-4/+4
OpenPOWER on IntegriCloud