aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips] Do not generate INS/EXT nodes if target does not have support forAkira Hatanaka2013-10-092-14/+19
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-081-0/+1
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-082-11/+7
* Let rotr and bswap be handled by expansion for Mips16 since we don'tReed Kotler2013-10-081-0/+5
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-087-71/+135
* Add Mips16 patterns for sign extend byte and sign extend halfword.Reed Kotler2013-10-071-0/+30
* [mips] Coding style clean up.Akira Hatanaka2013-10-072-62/+46
* [mips] Disable tail merging when long branch pass is enabled.Akira Hatanaka2013-10-071-1/+7
* [mips] Define method MipsSubtarget::enableLongBranchPass.Akira Hatanaka2013-10-072-2/+5
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-0710-79/+105
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-072-13/+0
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-055-126/+117
* forgot to remove this file as wellJack Carter2013-10-041-53/+0
* reverting per requestJack Carter2013-10-044-42/+4
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-041-1/+4
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-045-4/+95
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-0/+5
* Test commit. Updated comment.Matheus Almeida2013-10-011-1/+1
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-012-9/+23
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-012-2/+38
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-302-28/+39
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-302-49/+64
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-302-16/+21
* [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter2013-09-302-15/+26
* Even more spelling fixes for "instruction".Robert Wilhelm2013-09-282-6/+6
* MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>NAKAMURA Takumi2013-09-281-0/+1
* [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka2013-09-284-19/+33
* [mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka2013-09-272-0/+106
* [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.Akira Hatanaka2013-09-273-81/+135
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-14/+3
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-3/+5
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-272-0/+21
* [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their ex...Daniel Sanders2013-09-271-6/+6
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-273-0/+85
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-273-4/+104
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-271-0/+4
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-279-8/+93
* [mips][msa] Added MSA.txt to describe instruction selection quirks.Daniel Sanders2013-09-271-0/+30
* [mips][msa] Tidy upDaniel Sanders2013-09-271-131/+119
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-271-0/+5
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-271-14/+16
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-271-0/+4
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-262-112/+124
* [mips][msa] Updates encoding of 3RF instructions to match the latest revision...Jack Carter2013-09-261-2/+2
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-263-330/+402
* [mips][msa] Updates encoding of 3R instructions to match the latest revision ...Jack Carter2013-09-261-9/+9
* [mips][msa] Direct Object Emission for 2RF instructions.Jack Carter2013-09-251-41/+36
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-255-8/+235
* [mips][msa] Updates encoding of 2RF instructions to match the latest revision...Jack Carter2013-09-251-4/+4
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-251-3/+3