summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips
Commit message (Expand)AuthorAge
* This is the first of three patches which creates stubs used forReed Kotler2013-05-14
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-14
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-13
* Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler2013-05-11
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-08
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-03
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-03
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-02
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-22
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-13
* Revert r179420 and r179421.Akira Hatanaka2013-04-12
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-12
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-12
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-11
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-10
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-10
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-09
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-02
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-30
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-30
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Remove duplicate test contents.David Blaikie2013-03-11
* Test case hygiene.Benjamin Kramer2013-03-09
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-06
* [mips] Add a line which checks function name. Rename file.Akira Hatanaka2013-03-06
* [mips] Remove android calling convention.Akira Hatanaka2013-03-05
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-05
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-05
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-05
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-05
* llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...NAKAMURA Takumi2013-03-05
* [mips] Print move instructions.Akira Hatanaka2013-03-04
* Mips specific inline assembler constraint 'R'Jack Carter2013-03-04
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-01
* Set properties for f128 type.Akira Hatanaka2013-03-01
* [mips] Remove unused option. Fix 80-column violations.Akira Hatanaka2013-03-01
* [mips] Add the capability to search delay slot filling instructions inAkira Hatanaka2013-03-01
* [mips] Add capability to search in the forward direction for instructions thatAkira Hatanaka2013-03-01
* [mips] Define class MemDefsUses.Akira Hatanaka2013-03-01
* Expand pseudos/macros for Selt. This is the last of the complexReed Kotler2013-02-23
* [mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka2013-02-22