Age | Commit message (Expand) | Author |
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 |
2013-02-22 | Expand mips16 SelT form pseudso/macros. | Reed Kotler |
2013-02-21 | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler |
2013-02-20 | Expand pseudos/macros: | Reed Kotler |
2013-02-19 | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, | Reed Kotler |
2013-02-19 | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. | Reed Kotler |
2013-02-18 | Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16. | Reed Kotler |
2013-02-18 | Expand pseudo/macro BteqzT8SltX16. | Reed Kotler |
2013-02-18 | Expand macro/pseudo BteqzT8CmpX16. | Reed Kotler |
2013-02-18 | Beginning of expanding all current mips16 macro/pseudo instruction sequences. | Reed Kotler |
2013-02-15 | Fix minor mips16 issues in directives for function prologue. Probably this does | Reed Kotler |
2013-02-13 | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler |
2013-02-13 | Make jumptables work for -static | Reed Kotler |
2013-02-08 | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed Kotler |
2013-02-08 | When Mips16 frames grow large, the immediate field may exceed the maximum | Reed Kotler |
2013-02-07 | Make sure we call externals from libraries properly when -static. | Reed Kotler |
2013-02-07 | Enable jumps when in -static mode. | Reed Kotler |
2013-02-05 | [mips] Do not use function CC_MipsN_VarArg unless the function being analyzed | Akira Hatanaka |
2013-02-05 | This patch that sets the EmitAlias flag in td files | Jack Carter |
2013-02-02 | Start static relocation implementation for mips16. | Reed Kotler |
2013-01-30 | [mips] Test case for r173862. | Akira Hatanaka |
2013-01-25 | [mips] Set flag neverHasSideEffects flag on some of the floating point instru... | Akira Hatanaka |
2013-01-24 | The next phase of Mips16 hard float implementation. | Reed Kotler |
2013-01-22 | [mips] Implement MipsRegisterInfo::getRegPressureLimit. | Akira Hatanaka |
2013-01-04 | [mips] MipsTargetLowering::getSetCCResultType should return a vector type if | Akira Hatanaka |
2012-12-21 | Add test case for r170674 | Reed Kotler |