aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-022-0/+8
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-301-0/+31
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-301-7/+14
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-301-0/+1
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Test case hygiene.Benjamin Kramer2013-03-092-3/+3
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-061-15/+20
* [mips] Add a line which checks function name. Rename file.Akira Hatanaka2013-03-061-0/+1
* [mips] Remove android calling convention.Akira Hatanaka2013-03-051-12/+0
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-051-5/+5
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-051-0/+18
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-051-0/+13
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-051-0/+13
* llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...NAKAMURA Takumi2013-03-051-1/+1
* [mips] Print move instructions.Akira Hatanaka2013-03-049-42/+42
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-041-0/+9
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-012-3/+140
* Set properties for f128 type.Akira Hatanaka2013-03-011-0/+646
* [mips] Remove unused option. Fix 80-column violations.Akira Hatanaka2013-03-011-1/+0
* [mips] Add the capability to search delay slot filling instructions inAkira Hatanaka2013-03-011-0/+56
* [mips] Add capability to search in the forward direction for instructions thatAkira Hatanaka2013-03-011-0/+22
* [mips] Define class MemDefsUses.Akira Hatanaka2013-03-011-0/+19
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-232-10/+11
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-222-14/+29
* Expand mips16 SelT form pseudso/macros.Reed Kotler2013-02-227-4/+85
* Expand the sel pseudo/macro. This generates basic blocks where previouslyReed Kotler2013-02-211-3/+3
* Expand pseudos/macros:Reed Kotler2013-02-2013-15/+15
* Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler2013-02-192-0/+184
* Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler2013-02-192-0/+198
* Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.Reed Kotler2013-02-181-0/+96
* Expand pseudo/macro BteqzT8SltX16.Reed Kotler2013-02-181-0/+98
* Expand macro/pseudo BteqzT8CmpX16.Reed Kotler2013-02-181-0/+96
* Beginning of expanding all current mips16 macro/pseudo instruction sequences.Reed Kotler2013-02-181-0/+95
* Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler2013-02-151-4/+20
* For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler2013-02-131-0/+31
* Make jumptables work for -staticReed Kotler2013-02-131-0/+71
* Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler2013-02-081-0/+30
* When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler2013-02-081-0/+61
* Make sure we call externals from libraries properly when -static.Reed Kotler2013-02-071-0/+13
* Enable jumps when in -static mode.Reed Kotler2013-02-071-0/+4
* [mips] Do not use function CC_MipsN_VarArg unless the function being analyzedAkira Hatanaka2013-02-051-0/+14
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-051-2/+2
* Start static relocation implementation for mips16.Reed Kotler2013-02-021-0/+7
* [mips] Test case for r173862.Akira Hatanaka2013-01-302-0/+164
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-251-0/+13
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-241-0/+256
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-223-7/+7
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-041-0/+16