Age | Commit message (Expand) | Author |
2013-03-12 | [mips] Rename function and variable names to start with proper case. Fix typos. | Akira Hatanaka |
2013-03-08 | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard |
2013-03-06 | [mips] Custom-legalize BR_JT. | 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-04 | [mips] Print move instructions. | Akira Hatanaka |
2013-03-04 | Mips specific inline assembler constraint 'R' | Jack Carter |
2013-03-04 | Mips ISD typo | Jia Liu |
2013-03-01 | [mips] Fix inefficient code generation. | Akira Hatanaka |
2013-03-01 | Fix indentation. | Akira Hatanaka |
2013-03-01 | Fix PR10475 | Michael Liao |
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] Do not add SecondLastInst to list BranchInstrs if there is only one | Akira Hatanaka |
2013-03-01 | [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. | Akira Hatanaka |
2013-03-01 | [mips] Add options to disable searching backward and in successor blocks. | Akira Hatanaka |
2013-03-01 | [mips] Add capability to search in the forward direction for instructions that | Akira Hatanaka |
2013-03-01 | [mips] Define helper function searchRange | Akira Hatanaka |
2013-03-01 | [mips] Rename function findDelayInstr to searchBackward. | Akira Hatanaka |
2013-03-01 | [mips] Define class MemDefsUses. | Akira Hatanaka |
2013-02-27 | Fix cut/paste error in a comment. | Reed Kotler |
2013-02-27 | Add the skeleton for the Mips constant island pass. | Reed Kotler |
2013-02-26 | [mips] Use class RegDefsUses to track register defs and uses. | Akira Hatanaka |
2013-02-25 | Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters. | Reed Kotler |
2013-02-24 | Make psuedo FEXT_T8I816_ins into a custom emitter. | Reed Kotler |
2013-02-24 | Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded | Reed Kotler |
2013-02-23 | Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses | Reed Kotler |
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 | Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers | Reed Kotler |
2013-02-22 | Expand mips16 SelT form pseudso/macros. | Reed Kotler |
2013-02-21 | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky |
2013-02-21 | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler |
2013-02-21 | Mips specific standalone assembler addressing mode %hi and %lo. | Jack Carter |
2013-02-20 | ELF symbol table field st_other support, | Jack Carter |
2013-02-20 | MCParser: Update method names per coding guidelines. | Jim Grosbach |
2013-02-20 | Update TargetLowering ivars for name policy. | Jim Grosbach |
2013-02-20 | Fix the (clang -Werror) build by removing an unused member variable. | David Blaikie |
2013-02-20 | Expand pseudos/macros: | Reed Kotler |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
2013-02-19 | ELF symbol table field st_other support, | Jack Carter |
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 BteqzT8SltuX16 . There is no test case because | Reed Kotler |
2013-02-18 | Expand pseudo/macro BteqzT8SltX16. | Reed Kotler |