summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-261-0/+6
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-261-0/+6
* [mips] Hoist common functionality into a new function.Matheus Almeida2014-03-261-29/+30
* [mips] Add support for '.option pic2'.Matheus Almeida2014-03-261-0/+11
* [mips] The register names depend on the ABI being N32/N64 rather than the arc...Daniel Sanders2014-03-261-15/+18
* [mips] $s8 is an alias for $fp in all ABI's, not just N32/N64.Daniel Sanders2014-03-261-2/+2
* [mips] '.set at=$0' should be equivalent to '.set noat'Daniel Sanders2014-03-251-1/+1
* [mips] Correct testcase for .set at=$reg and emit the new warnings for numeri...Daniel Sanders2014-03-251-11/+19
* [mips] Fix assembler temporary expansion and add associated warnings about th...Daniel Sanders2014-03-251-2/+11
* [mips] Add error message when trying to use $at in '.set noat' mode.Daniel Sanders2014-03-241-1/+6
* [mips] Implement shorthand add / sub forms for MIPS.Daniel Sanders2014-03-241-0/+30
* [mips] Assembly parser must invoke the target streamer to handle .set reorder...Matheus Almeida2014-03-101-0/+1
* This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic2014-03-051-0/+7
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-041-0/+21
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-201-0/+6
* [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressionsPetar Jovanovic2014-02-041-2/+15
* [mips] Fix typo.Matheus Almeida2014-01-301-1/+1
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-261-15/+1
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-251-44/+15
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-251-15/+44
* Fix known typosAlp Toker2014-01-241-2/+2
* Unify duplicated functions.Rafael Espindola2014-01-241-1/+1
* [Mips] formatting through clang-formatJack Carter2014-01-221-10/+10
* [Mips] TargetStreamer Support for .set mips16.Jack Carter2014-01-221-3/+29
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-141-28/+5
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+1
* correct target directive handling error handlingSaleem Abdulrasool2014-01-131-7/+12
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-061-0/+43
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-131-0/+44
* Method parseSetAssignment treats every operand with '$' sign as register and ...Vladimir Medic2013-12-091-16/+1
* reverts 195057 per requestJack Carter2013-11-191-0/+36
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-191-36/+0
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-5/+57
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-131-4/+2
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-131-2/+19
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-299/+313
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-1/+78
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-141-0/+122
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-111-121/+0
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-111-0/+121
OpenPOWER on IntegriCloud