Age | Commit message (Expand) | Author |
2013-03-30 | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka |
2013-03-14 | [mips] Rename functions and variables to start with proper case. | 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 | 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 pseudo/macro BteqzT8SltuX16 . There is no test case because | Reed Kotler |
2013-02-18 | Beginning of expanding all current mips16 macro/pseudo instruction sequences. | Reed Kotler |
2013-02-16 | Clean up mips16 td file in preparation for massive pseudo lowering work. | Reed Kotler |
2013-02-14 | Remove the form field from Mips16 instruction formats and set things | 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-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-02 | Start static relocation implementation for mips16. | Reed Kotler |
2013-01-19 | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter |
2012-12-20 | fix most of remaining issues with large frames. | Reed Kotler |
2012-12-19 | Add some missing Defs and Uses. | Reed Kotler |
2012-11-30 | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. | Chandler Carruth |
2012-10-31 | Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN | Reed Kotler |
2012-10-30 | Change mips16 delay slot jumps to non delay slot forms by default. | Reed Kotler |
2012-10-29 | Implement patterns for extloadi8 and extloadi16 | Reed Kotler |
2012-10-28 | Implement brind operator for mips16. | Reed Kotler |
2012-10-28 | This patch is for the implementation of mips16 complex pattern addr16. | Reed Kotler |
2012-10-27 | Implement MipsHi for mips16 | Reed Kotler |
2012-10-26 | implement mips16 tls global addr | Reed Kotler |
2012-10-26 | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34... | Reed Kotler |
2012-10-26 | Implement carry for subtract/add for mips16 | Reed Kotler |
2012-10-26 | implement large (>16 bit) constant loading. | Reed Kotler |
2012-10-25 | implement mips16 patterns for select nodes | Reed Kotler |
2012-10-23 | implement setXX patterns | Reed Kotler |
2012-10-17 | Add conditional branch instructions and their patterns. | Reed Kotler |
2012-10-12 | Div, Rem int/unsigned int | Reed Kotler |
2012-10-10 | Reorder some parts of the td file to by in alphabetical order | Reed Kotler |
2012-10-05 | Patch for integer multiply, signed/unsigned, long/long long. | Reed Kotler |
2012-09-28 | 1. Add load/store words from the stack | Reed Kotler |
2012-09-25 | blank line for test commit | Reed Kotler |
2012-09-21 | Properly save and restore RA and Mips16 callee save registers S0,S1 | Akira Hatanaka |
2012-09-15 | Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and | Akira Hatanaka |
2012-09-14 | mips16 fixes. | Akira Hatanaka |
2012-08-03 | 1. Redo mips16 instructions to avoid multiple opcodes for same instruction. | Akira Hatanaka |
2012-07-31 | Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether | Akira Hatanaka |
2012-07-26 | Fix call setup for PIC. | Akira Hatanaka |