Age | Commit message (Expand) | Author |
2013-05-14 | This is the first of three patches which creates stubs used for | Reed Kotler |
2013-05-14 | StackColoring: don't clear an instruction's mem operand if the underlying | Akira Hatanaka |
2013-05-13 | [mips] Add option -mno-ldc1-sdc1. | Akira Hatanaka |
2013-05-11 | Add -mtriple=mipsel-linux-gnu to the test so that the compiler does | Reed Kotler |
2013-05-10 | Checkin in of first of several patches to finish implementation of | Reed Kotler |
2013-05-08 | [mips] Add instruction selection pattern for (seteq $LHS, 0). | Akira Hatanaka |
2013-05-03 | Remove 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 of | Akira Hatanaka |
2013-05-02 | [mips] Handle reading, writing or copying of ccond field of DSP control | Akira 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 compare | Akira Hatanaka |
2013-04-30 | TBAA: remove !tbaa from testing cases if not used. | Manman Ren |
2013-04-22 | [mips] In performDSPShiftCombine, check that all elements in the vector are | Akira Hatanaka |
2013-04-22 | Cleanup: test source files do not need to be executable | Arnaud 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-12 | Revert r179420 and r179421. | Akira Hatanaka |
2013-04-12 | [mips] Instruction selection patterns for carry-setting and using add | Akira Hatanaka |
2013-04-12 | [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns. | Akira Hatanaka |
2013-04-11 | Mips specific inline asm memory operand modifier test case | Jack Carter |
2013-04-10 | Mips specific inline asm memory operand modifier test case | Jack Carter |
2013-04-10 | This is for an experimental option -mips-os16. The idea is to compile all | Reed Kotler |
2013-04-09 | Mips specific inline asm operand modifier 'D' | Jack Carter |
2013-04-09 | This 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 to | Akira Hatanaka |
2013-03-18 | Remove unnecessary leading comment characters in lit-only file | David Blaikie |
2013-03-18 | Include '.test' suffix in target specific lit configs that need it | David Blaikie |
2013-03-11 | Remove duplicate test contents. | David Blaikie |
2013-03-09 | Test 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 gets | Akira Hatanaka |
2013-03-05 | [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly | Akira Hatanaka |
2013-03-05 | [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating | Akira Hatanaka |
2013-03-05 | [mips] Correct handling of fp128 (long double) formals and read long double | Akira Hatanaka |
2013-03-05 | llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown... | NAKAMURA Takumi |
2013-03-04 | [mips] Print move instructions. | Akira Hatanaka |
2013-03-04 | Mips specific inline assembler constraint 'R' | Jack Carter |
2013-03-01 | [mips] Fix inefficient code generation. | Akira Hatanaka |
2013-03-01 | Set 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 in | Akira Hatanaka |
2013-03-01 | [mips] Add capability to search in the forward direction for instructions that | Akira Hatanaka |
2013-03-01 | [mips] Define class MemDefsUses. | Akira Hatanaka |
2013-02-23 | Expand pseudos/macros for Selt. This is the last of the complex | Reed Kotler |
2013-02-22 | [mips] Emit call16 operator instead of got_disp. The former allows lazy binding. | Akira Hatanaka |