| Commit message (Expand) | Author | Age | Files | Lines |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
| * | remove an uneeded statement (condition is covered by the statement | Reed Kotler | 2013-12-15 | 1 | -2/+0 |
| * | Last change for mips16 prolog/epilog cleanup and optimization. | Reed Kotler | 2013-12-15 | 1 | -28/+48 |
| * | Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. | Reed Kotler | 2013-12-11 | 1 | -4/+8 |
| * | Next step in Mips16 prologue/epilogue cleanup. | Reed Kotler | 2013-12-10 | 1 | -8/+22 |
| * | get rid of superfluous comment | Reed Kotler | 2013-12-09 | 1 | -1/+0 |
| * | Delete some old code used for testing that is not needed anymore. | Reed Kotler | 2013-12-09 | 1 | -87/+33 |
| * | Make sure we mark these registers as defined. Previously was done | Reed Kotler | 2013-12-08 | 1 | -6/+10 |
| * | Cleaning up of prologue/epilogue code for Mips16. First step | Reed Kotler | 2013-12-08 | 1 | -4/+13 |
| * | Delete dead code. | Reed Kotler | 2013-12-06 | 1 | -16/+0 |
| * | Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds | Reed Kotler | 2013-11-24 | 1 | -2/+2 |
| * | Make all the conditional Mips 16 branches get initially set for the | Reed Kotler | 2013-11-15 | 1 | -0/+6 |
| * | Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h> | NAKAMURA Takumi | 2013-11-13 | 1 | -2/+1 |
| * | Allow the code which returns the length for inline assembler to know | Reed Kotler | 2013-11-13 | 1 | -1/+47 |
| * | Change the default branch instruction to be the 16 bit variety for mips16. | Reed Kotler | 2013-11-12 | 1 | -1/+2 |
| * | Remove unused stdio.h includes | Dmitri Gribenko | 2013-08-18 | 1 | -3/+1 |
| * | [mips] Rename HIRegs and LORegs. | Akira Hatanaka | 2013-08-14 | 1 | -2/+2 |
| * | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -2/+2 |
| * | Clean up code for Mips16 large frame handling. | Reed Kotler | 2013-08-04 | 1 | -28/+109 |
| * | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -1/+1 |
| * | [mips] Rename functions. No functionality changes. | Akira Hatanaka | 2013-05-13 | 1 | -2/+2 |
| * | [mips] Define overloaded versions of storeRegToStack and loadRegFromStack. | Akira Hatanaka | 2013-03-29 | 1 | -10/+9 |
| * | Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters. | Reed Kotler | 2013-02-25 | 1 | -55/+0 |
| * | Make psuedo FEXT_T8I816_ins into a custom emitter. | Reed Kotler | 2013-02-24 | 1 | -53/+0 |
| * | Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded | Reed Kotler | 2013-02-24 | 1 | -22/+0 |
| * | Expand pseudos/macros: | Reed Kotler | 2013-02-20 | 1 | -0/+56 |
| * | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, | Reed Kotler | 2013-02-19 | 1 | -1/+16 |
| * | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. | Reed Kotler | 2013-02-19 | 1 | -0/+26 |
| * | Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16. | Reed Kotler | 2013-02-18 | 1 | -0/+8 |
| * | Expand pseudo/macro BteqzT8SltuX16 . There is no test case because | Reed Kotler | 2013-02-18 | 1 | -0/+5 |
| * | Expand pseudo/macro BteqzT8SltX16. | Reed Kotler | 2013-02-18 | 1 | -0/+3 |
| * | Expand macro/pseudo BteqzT8CmpX16. | Reed Kotler | 2013-02-18 | 1 | -0/+3 |
| * | Beginning of expanding all current mips16 macro/pseudo instruction sequences. | Reed Kotler | 2013-02-18 | 1 | -0/+15 |
| * | One more try to make this look nice. I have lots of pseudo lowering | Reed Kotler | 2013-02-16 | 1 | -4/+9 |
| * | Use a different scheme to chose 16/32 variants. This scheme is more | Reed Kotler | 2013-02-16 | 1 | -8/+6 |
| * | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler | 2013-02-13 | 1 | -3/+12 |
| * | When Mips16 frames grow large, the immediate field may exceed the maximum | Reed Kotler | 2013-02-08 | 1 | -3/+72 |
| * | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-19 | 1 | -19/+33 |
| * | fix most of remaining issues with large frames. | Reed Kotler | 2012-12-20 | 1 | -8/+131 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
| * | Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN | Reed Kotler | 2012-10-31 | 1 | -1/+17 |
| * | Change mips16 delay slot jumps to non delay slot forms by default. | Reed Kotler | 2012-10-30 | 1 | -1/+1 |
| * | Add conditional branch instructions and their patterns. | Reed Kotler | 2012-10-17 | 1 | -2/+29 |
| * | Div, Rem int/unsigned int | Reed Kotler | 2012-10-12 | 1 | -8/+15 |
| * | 1. Add load/store words from the stack | Reed Kotler | 2012-09-28 | 1 | -2/+19 |
| * | mips16 fixes. | Akira Hatanaka | 2012-09-14 | 1 | -1/+1 |
| * | Remove unused private field to silence build warning. | Craig Topper | 2012-08-23 | 1 | -1/+1 |
| * | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka | 2012-08-02 | 1 | -0/+4 |
| * | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka | 2012-07-31 | 1 | -1/+6 |
| * | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka | 2012-07-31 | 1 | -0/+123 |