summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Merged r195973:Daniel Sanders2013-12-01
* Merged r195972:Daniel Sanders2013-12-01
* Merged from r195975 and r195976.Daniel Sanders2013-12-01
* Merging r195456:Bill Wendling2013-11-26
* Merging r195444:Bill Wendling2013-11-26
* Merging r195364:Bill Wendling2013-11-26
* Merging r195343:Bill Wendling2013-11-26
* Merging r195152:Bill Wendling2013-11-20
* Remove unused special member functions and reformat.Eric Christopher2013-11-19
* Fix previous commit and fully remove variable.Eric Christopher2013-11-19
* Remove unused variable.Eric Christopher2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-18
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-18
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-18
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of u...Daniel Sanders2013-11-15
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-15
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-13
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-13
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-13
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-12
* [mips] Revert part of r194510 that was accidentally committed.Akira Hatanaka2013-11-12
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-12
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-12
* [mips][msa] Fix buildbot failures caused by an unused variable when assertion...Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-12
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-12
* [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-11
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-10
* [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-09
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-08
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-07
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-07
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-06
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-05
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-05
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-05
* Remove the word "thumb" from comments. Remove also an incorrectReed Kotler2013-11-05
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-05