aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0951-611/+750
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2374-1259/+3785
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-02113-3049/+5841
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2167-1046/+3408
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2993-1523/+4260
* Update to LLVM 3.5a.Stephen Hines2014-04-2490-3166/+6619
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-184-8/+0
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-064-8/+0
* | Update LLVM for merge to 3.4.Stephen Hines2014-02-132-3/+2
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1173-2446/+13068
|\ \ | |/ |/|
| * Merged r195973:Daniel Sanders2013-12-011-5/+47
| * Merged r195972:Daniel Sanders2013-12-011-15/+17
| * Merged from r195975 and r195976.Daniel Sanders2013-12-011-1/+3
| * Merging r195456:Bill Wendling2013-11-261-2/+3
| * Merging r195444:Bill Wendling2013-11-261-1/+3
| * Merging r195364:Bill Wendling2013-11-261-4/+8
| * Merging r195343:Bill Wendling2013-11-261-0/+3
| * Merging r195152:Bill Wendling2013-11-205-9/+70
| * Remove unused special member functions and reformat.Eric Christopher2013-11-192-14/+3
| * Fix previous commit and fully remove variable.Eric Christopher2013-11-193-5/+3
| * Remove unused variable.Eric Christopher2013-11-191-1/+0
| * [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-194-58/+9
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-2/+5
| * [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-184-64/+92
| * [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-182-2/+12
| * [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-1/+1
| * [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-185-6/+108
| * Revert r194865 and r194874.Alexey Samsonov2013-11-184-9/+1
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-1/+9
| * [mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of u...Daniel Sanders2013-11-151-14/+2
| * Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-151-59/+91
| * Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-152-5/+9
| * Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-153-28/+46
| * Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-131-5/+10
| * Fix bug in .gpword directive parsing.Vladimir Medic2013-11-131-4/+2
| * Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-134-8/+27
| * This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-131-2/+19
| * Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-131-2/+1
| * Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-133-3/+52
| * [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-1/+1
| * [mips] Revert part of r194510 that was accidentally committed.Akira Hatanaka2013-11-121-1/+1
| * [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-1/+1
| * [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-122-9/+51
| * [mips][msa] Fix buildbot failures caused by an unused variable when assertion...Daniel Sanders2013-11-121-2/+1
| * [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-129-38/+161
| * [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-122-70/+216
| * Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-123-5/+26
| * [mips] Partially revert r193641. Stack alignment should not be determined byAkira Hatanaka2013-11-111-1/+1
| * Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-101-3/+20
| * [mips] Make sure there is a chain edge dependency between loads that readAkira Hatanaka2013-11-091-3/+5