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