summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Start pushing changes for Mips Fast-IselReed Kotler2014-04-17
* [mips] Use TwoOperandAliasConstraint for shift instructions.Matheus Almeida2014-04-16
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [mips] IndentationDaniel Sanders2014-04-16
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-16
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-16
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-16
* [mips] Correct callee saved list for the N32 ABI and enable testDaniel Sanders2014-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
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-14
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* [mips] NotMips64 predicate is really a test for 32-bit GPR's.Daniel Sanders2014-04-10
* [mips] Switch the MIPS-III and MIPS-IV assembler tests to use -mcpu=mips4.Daniel Sanders2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena...Daniel Sanders2014-04-09
* Reverting commit r205628 due to mips64 issues.Reed Kotler2014-04-07
* [mips] Add Octeon cnMips instructions seqi/snei and v3mulu/vmm0/vmulu.Kai Nacke2014-04-04
* [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans...Daniel Sanders2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* MIPS: remove vim swap fileSaleem Abdulrasool2014-04-04
* [mips] Implement ehb, ssnop, and pause in assemblerDaniel Sanders2014-04-03
* Implementation of 16-bit microMIPS instructions MFHI and MFLO.Zoran Jovanovic2014-04-03
* [mips] Add initial (experimental) MIPS-IV support.Daniel Sanders2014-04-03
* MicroMIPS specific little endian fixup data byte ordering.Zoran Jovanovic2014-04-03
* [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) andSasa Stankovic2014-04-03
* [mips] Add more Octeon cnMips instructionsKai Nacke2014-04-02
* [mips] Add Octeon cnMips instructions mtmX and mtpXKai Nacke2014-04-01
* [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
* Don't relocate with sections if there might be a paired relocation.Rafael Espindola2014-03-31
* 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
* Revert r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.Daniel Sanders2014-03-31
* Capitalize the D in parseDirectiveGpDWord.Rafael Espindola2014-03-31
* Fixed issue with microMIPS JAL instruction.Zoran Jovanovic2014-03-31
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Parse .gpdword and convert another llc -filetype=obj test.Rafael Espindola2014-03-28
* Add const.Rafael Espindola2014-03-28