| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a pattern for the "trap" instruction. | Reed Kotler | 2013-08-07 | 1 | -0/+15 |
| * | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -2/+2 |
| * | Add the saving of S2. This is needed for some of the floating point | Reed Kotler | 2013-08-04 | 1 | -4/+4 |
| * | Clean up code for Mips16 large frame handling. | Reed Kotler | 2013-08-04 | 1 | -4/+10 |
| * | Add an omitted IsCall=1. | Reed Kotler | 2013-08-01 | 1 | -0/+1 |
| * | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka | 2013-03-30 | 1 | -2/+2 |
| * | [mips] Rename functions and variables to start with proper case. | Akira Hatanaka | 2013-03-14 | 1 | -1/+1 |
| * | Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters. | Reed Kotler | 2013-02-25 | 1 | -0/+2 |
| * | Make psuedo FEXT_T8I816_ins into a custom emitter. | Reed Kotler | 2013-02-24 | 1 | -0/+1 |
| * | Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded | Reed Kotler | 2013-02-24 | 1 | -0/+1 |
| * | Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses | Reed Kotler | 2013-02-23 | 1 | -5/+10 |
| * | Expand pseudos/macros for Selt. This is the last of the complex | Reed Kotler | 2013-02-23 | 1 | -0/+1 |
| * | Expand mips16 SelT form pseudso/macros. | Reed Kotler | 2013-02-22 | 1 | -0/+1 |
| * | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler | 2013-02-21 | 1 | -0/+20 |
| * | Expand pseudos/macros: | Reed Kotler | 2013-02-20 | 1 | -10/+40 |
| * | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, | Reed Kotler | 2013-02-19 | 1 | -0/+32 |
| * | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. | Reed Kotler | 2013-02-19 | 1 | -0/+27 |
| * | Expand pseudo/macro BteqzT8SltuX16 . There is no test case because | Reed Kotler | 2013-02-18 | 1 | -0/+2 |
| * | Beginning of expanding all current mips16 macro/pseudo instruction sequences. | Reed Kotler | 2013-02-18 | 1 | -2/+16 |
| * | Clean up mips16 td file in preparation for massive pseudo lowering work. | Reed Kotler | 2013-02-16 | 1 | -71/+68 |
| * | Remove the form field from Mips16 instruction formats and set things | Reed Kotler | 2013-02-14 | 1 | -13/+22 |
| * | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler | 2013-02-13 | 1 | -0/+22 |
| * | Make jumptables work for -static | Reed Kotler | 2013-02-13 | 1 | -0/+2 |
| * | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed Kotler | 2013-02-08 | 1 | -0/+17 |
| * | Make sure we call externals from libraries properly when -static. | Reed Kotler | 2013-02-07 | 1 | -0/+3 |
| * | Enable jumps when in -static mode. | Reed Kotler | 2013-02-07 | 1 | -1/+1 |
| * | Start static relocation implementation for mips16. | Reed Kotler | 2013-02-02 | 1 | -1/+26 |
| * | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-19 | 1 | -6/+6 |
| * | fix most of remaining issues with large frames. | Reed Kotler | 2012-12-20 | 1 | -1/+29 |
| * | Add some missing Defs and Uses. | Reed Kotler | 2012-12-19 | 1 | -1/+11 |
| * | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. | Chandler Carruth | 2012-11-30 | 1 | -1/+1 |
| * | Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN | Reed Kotler | 2012-10-31 | 1 | -2/+23 |
| * | Change mips16 delay slot jumps to non delay slot forms by default. | Reed Kotler | 2012-10-30 | 1 | -2/+9 |
| * | Implement patterns for extloadi8 and extloadi16 | Reed Kotler | 2012-10-29 | 1 | -0/+4 |
| * | Implement brind operator for mips16. | Reed Kotler | 2012-10-28 | 1 | -0/+19 |
| * | This patch is for the implementation of mips16 complex pattern addr16. | Reed Kotler | 2012-10-28 | 1 | -4/+40 |
| * | Implement MipsHi for mips16 | Reed Kotler | 2012-10-27 | 1 | -2/+8 |
| * | implement mips16 tls global addr | Reed Kotler | 2012-10-26 | 1 | -0/+8 |
| * | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34... | Reed Kotler | 2012-10-26 | 1 | -2/+7 |
| * | Implement carry for subtract/add for mips16 | Reed Kotler | 2012-10-26 | 1 | -0/+15 |
| * | implement large (>16 bit) constant loading. | Reed Kotler | 2012-10-26 | 1 | -0/+4 |
| * | implement mips16 patterns for select nodes | Reed Kotler | 2012-10-25 | 1 | -2/+379 |
| * | implement setXX patterns | Reed Kotler | 2012-10-23 | 1 | -4/+181 |
| * | Add conditional branch instructions and their patterns. | Reed Kotler | 2012-10-17 | 1 | -0/+267 |
| * | Div, Rem int/unsigned int | Reed Kotler | 2012-10-12 | 1 | -0/+41 |
| * | Reorder some parts of the td file to by in alphabetical order | Reed Kotler | 2012-10-10 | 1 | -64/+75 |
| * | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler | 2012-10-05 | 1 | -5/+78 |
| * | 1. Add load/store words from the stack | Reed Kotler | 2012-09-28 | 1 | -32/+66 |
| * | blank line for test commit | Reed Kotler | 2012-09-25 | 1 | -0/+1 |
| * | Properly save and restore RA and Mips16 callee save registers S0,S1 | Akira Hatanaka | 2012-09-21 | 1 | -5/+8 |