| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters. | Reed Kotler | 2013-02-25 | 5 | -69/+70 |
| * | Make psuedo FEXT_T8I816_ins into a custom emitter. | Reed Kotler | 2013-02-24 | 5 | -61/+39 |
| * | Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded | Reed Kotler | 2013-02-24 | 4 | -22/+34 |
| * | 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 | 3 | -0/+82 |
| * | [mips] Emit call16 operator instead of got_disp. The former allows lazy binding. | Akira Hatanaka | 2013-02-22 | 1 | -3/+1 |
| * | Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers | Reed Kotler | 2013-02-22 | 2 | -8/+8 |
| * | Expand mips16 SelT form pseudso/macros. | Reed Kotler | 2013-02-22 | 3 | -0/+81 |
| * | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 8 | -51/+47 |
| * | Expand the sel pseudo/macro. This generates basic blocks where previously | Reed Kotler | 2013-02-21 | 3 | -1/+97 |
| * | Mips specific standalone assembler addressing mode %hi and %lo. | Jack Carter | 2013-02-21 | 1 | -0/+5 |
| * | ELF symbol table field st_other support, | Jack Carter | 2013-02-20 | 1 | -85/+84 |
| * | MCParser: Update method names per coding guidelines. | Jim Grosbach | 2013-02-20 | 1 | -19/+19 |
| * | Update TargetLowering ivars for name policy. | Jim Grosbach | 2013-02-20 | 1 | -1/+1 |
| * | Fix the (clang -Werror) build by removing an unused member variable. | David Blaikie | 2013-02-20 | 1 | -2/+1 |
| * | Expand pseudos/macros: | Reed Kotler | 2013-02-20 | 3 | -10/+110 |
| * | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 1 | -0/+4 |
| * | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 1 | -1/+4 |
| * | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 4 | -6/+36 |
| * | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, | Reed Kotler | 2013-02-19 | 2 | -1/+48 |
| * | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. | Reed Kotler | 2013-02-19 | 3 | -0/+58 |
| * | 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 | 2 | -0/+7 |
| * | 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 | 3 | -3/+34 |
| * | Clean up mips16 td file in preparation for massive pseudo lowering work. | Reed Kotler | 2013-02-16 | 1 | -71/+68 |
| * | One more try to make this look nice. I have lots of pseudo lowering | Reed Kotler | 2013-02-16 | 2 | -4/+12 |
| * | Use a different scheme to chose 16/32 variants. This scheme is more | Reed Kotler | 2013-02-16 | 2 | -11/+7 |
| * | [mips] Remove SDNPWantParent from the list of SDNodeProperties. | Akira Hatanaka | 2013-02-16 | 2 | -17/+14 |
| * | [mips] Clean up class MipsCCInfo. | Akira Hatanaka | 2013-02-15 | 2 | -58/+74 |
| * | [mips] Split SelectAddr, which was used to match address patterns, into two | Akira Hatanaka | 2013-02-15 | 3 | -18/+71 |
| * | Remove a final dependency on the form field in tablegen; which is a remnant | Reed Kotler | 2013-02-15 | 2 | -6/+10 |
| * | Fix minor mips16 issues in directives for function prologue. Probably this does | Reed Kotler | 2013-02-15 | 1 | -7/+10 |
| * | [mips] Disallow moving load/store instructions past volatile instructions. | Akira Hatanaka | 2013-02-14 | 1 | -1/+1 |
| * | [mips] Replace usage of SmallSet with BitVector, which is used to keep track of | Akira Hatanaka | 2013-02-14 | 1 | -86/+83 |
| * | [mips] Fix comments and coding style violations. Declare functions to be const. | Akira Hatanaka | 2013-02-14 | 1 | -64/+47 |
| * | [mips] Simplify code in function Filler::findDelayInstr. | Akira Hatanaka | 2013-02-14 | 1 | -38/+29 |
| * | Remove the form field from Mips16 instruction formats and set things | Reed Kotler | 2013-02-14 | 3 | -87/+73 |
| * | For Mips 16, add the optimization where the 16 bit form of addiu sp can be used | Reed Kotler | 2013-02-13 | 3 | -3/+46 |
| * | Make jumptables work for -static | Reed Kotler | 2013-02-13 | 1 | -0/+2 |
| * | [mips] Expand pseudo instructions before they are emitted in | Akira Hatanaka | 2013-02-11 | 1 | -11/+38 |
| * | [mips] Fix indentation. | Akira Hatanaka | 2013-02-11 | 1 | -41/+39 |
| * | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed Kotler | 2013-02-08 | 2 | -0/+21 |
| * | When Mips16 frames grow large, the immediate field may exceed the maximum | Reed Kotler | 2013-02-08 | 3 | -10/+90 |
| * | [mips] Make Filler a class and reduce indentation. | Akira Hatanaka | 2013-02-07 | 1 | -34/+38 |
| * | [mips] Add definition of JALR instruction which has two register operands. Ch... | Akira Hatanaka | 2013-02-07 | 3 | -3/+14 |
| * | 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 |
| * | [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0". | Akira Hatanaka | 2013-02-06 | 3 | -15/+7 |