summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAge
* [mips] Implementation of dli.Matheus Almeida2014-06-19
* [mips] Small update to the logic behind the expansion of assembly pseudo inst...Matheus Almeida2014-06-19
* [mips] Fix expansion of memory operation if destination register is not a GPR.Matheus Almeida2014-06-18
* [mips] Report correct location when "erroring" about the use of $at when it's...Matheus Almeida2014-06-18
* [mips] Access $at only if necessary.Matheus Almeida2014-06-18
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-18
* [mips] Remove the last usage of parseRegister from MipsAsmParser.Matheus Almeida2014-06-18
* [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6Daniel Sanders2014-06-16
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-16
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-11
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* [mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders2014-05-08
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-01
* [mips] Add support for .cpload.Matheus Almeida2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [mips] Clang-format MipsAsmParser.Matheus Almeida2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* MipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMem(). Mem.Base is manag...NAKAMURA Takumi2014-04-15
* MipsAsmParser::ParseRegister(): Be responsible to delete an Operand on a temp...NAKAMURA Takumi2014-04-15
* Current definition of subtract with immediate instruction aliases uses CodeGe...Vladimir Medic2014-04-15
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* MIPS: remove vim swap fileSaleem Abdulrasool2014-04-04
* [mips] Add initial (experimental) MIPS-IV support.Daniel Sanders2014-04-03
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-03
* [mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollarDaniel Sanders2014-04-01
* [mips] Extend ParseJumpTarget to support the full symbol expression syntax.Daniel Sanders2014-04-01
* [mips] Use AsmLexer::peekTok() to resolve the conflict between $reg and $symDaniel Sanders2014-04-01
* [mips] Hoist Parser.Lex() calls out of MatchAnyRegisterNameWithoutDollar()Daniel Sanders2014-04-01
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-01
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-31
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-31
* [mips] Fix use of uninitialized value reported by the sanitizer-x86_64-linux-...Daniel Sanders2014-03-31
* [mips] Implement missing relocations in the integrated assembler.Daniel Sanders2014-03-31
* Capitalize the D in parseDirectiveGpDWord.Rafael Espindola2014-03-31
* Parse .gpdword and convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders2014-03-27
* [mips] Attempting to use register $32 should be an error instead of an assert...Daniel Sanders2014-03-27
* [mips] Add support for .cpsetupDaniel Sanders2014-03-27
* [mips] Add support to the '.dword' directive.Matheus Almeida2014-03-26
* [mips] Rename function in MipsAsmParser.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-26
* [mips] Hoist common functionality into a new function.Matheus Almeida2014-03-26
* [mips] Add support for '.option pic2'.Matheus Almeida2014-03-26
* [mips] The register names depend on the ABI being N32/N64 rather than the arc...Daniel Sanders2014-03-26