| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not lose mem_operands while lowering VLD / VST intrinsics. | Evan Cheng | 2011-04-19 | 1 | -0/+8 |
* | Fix bugs in the pseuo-ization of ADCS/SBCS pointed out by Jim, as well as doi... | Owen Anderson | 2011-04-05 | 1 | -47/+0 |
* | Convert ADCS and SBCS instructions into pseudos that are expanded to the ADC/... | Owen Anderson | 2011-04-05 | 1 | -0/+47 |
* | Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually... | Owen Anderson | 2011-03-29 | 1 | -6/+4 |
* | There are two pseudos in this case that are Thumb mode, not one. | Owen Anderson | 2011-03-17 | 1 | -1/+1 |
* | Pseudo-ize VMOVDcc and VMOVScc. | Jim Grosbach | 2011-03-11 | 1 | -0/+13 |
* | 80 columns | Jim Grosbach | 2011-03-11 | 1 | -1/+2 |
* | ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32q | Jim Grosbach | 2011-03-11 | 1 | -1/+2 |
* | Properly pseudo-ize ARM MVNCCi. | Jim Grosbach | 2011-03-11 | 1 | -0/+11 |
* | Properly pseudo-ize ARM MOVCCi and MOVCCi16. | Jim Grosbach | 2011-03-11 | 1 | -0/+21 |
* | Properly pseudo-ize MOVCCr and MOVCCs. | Jim Grosbach | 2011-03-10 | 1 | -0/+27 |
* | Preliminary support for ARM frame save directives emission via MI flags. | Anton Korobeynikov | 2011-03-05 | 1 | -3/+2 |
* | Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ... | Owen Anderson | 2011-02-08 | 1 | -38/+5 |
* | Change VLD3/4 and VST3/4 for quad registers to not update the address register. | Bob Wilson | 2011-02-07 | 1 | -1/+25 |
* | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -1/+1 |
* | Last round of fixes for movw + movt global address codegen. | Evan Cheng | 2011-01-21 | 1 | -20/+33 |
* | Sorry, several patches in one. | Evan Cheng | 2011-01-20 | 1 | -141/+172 |
* | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng | 2011-01-17 | 1 | -10/+37 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -2/+2 |
* | Revert r121721, which broke buildbots. | Owen Anderson | 2010-12-13 | 1 | -15/+0 |
* | Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid... | Owen Anderson | 2010-12-13 | 1 | -0/+15 |
* | Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns. | Bob Wilson | 2010-12-13 | 1 | -23/+0 |
* | Use pseudo instructions for 2-register Neon instructions for scalar FP. | Bob Wilson | 2010-12-13 | 1 | -12/+29 |
* | Remove unused variables | Matt Beaumont-Gay | 2010-12-09 | 1 | -2/+0 |
* | Remove extraneous semicolon. | Bill Wendling | 2010-12-09 | 1 | -1/+1 |
* | Style nit and whitespace cleanup | Jason W Kim | 2010-12-08 | 1 | -2/+2 |
* | Removed dead comment. | Jason W Kim | 2010-12-08 | 1 | -2/+0 |
* | ARM/MC/ELF TPsoft is now a proper pseudo inst. | Jason W Kim | 2010-12-08 | 1 | -0/+15 |
* | Second attempt at converting Thumb2's LDRpci, including updating the gazillio... | Owen Anderson | 2010-12-07 | 1 | -4/+36 |
* | Revert r121021, which broke the buildbots. | Owen Anderson | 2010-12-06 | 1 | -32/+2 |
* | Trailing whitespace. | Jim Grosbach | 2010-12-06 | 1 | -1/+1 |
* | Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend... | Owen Anderson | 2010-12-06 | 1 | -2/+32 |
* | When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes, | Jim Grosbach | 2010-12-02 | 1 | -4/+5 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-30 | 1 | -0/+13 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-29 | 1 | -0/+13 |
* | Add support for NEON VLD2-dup instructions. | Bob Wilson | 2010-11-28 | 1 | -0/+13 |
* | Add NEON VLD1-dup instructions (load 1 element to all lanes). | Bob Wilson | 2010-11-27 | 1 | -0/+13 |
* | Avoid release build warnings. | Benjamin Kramer | 2010-11-19 | 1 | -2/+2 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 1 | -1/+3 |
* | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling | 2010-11-16 | 1 | -8/+21 |
* | Add conditional move of large immediate. | Evan Cheng | 2010-11-13 | 1 | -3/+7 |
* | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng | 2010-11-12 | 1 | -28/+24 |
* | Add NEON VST1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-02 | 1 | -3/+16 |
* | Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-01 | 1 | -3/+19 |
* | Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in | Jim Grosbach | 2010-10-29 | 1 | -0/+28 |
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 1 | -2/+2 |
* | The return value of this call is not used, so no point | Duncan Sands | 2010-10-21 | 1 | -8/+7 |
* | Fix backwards conditional. | Jim Grosbach | 2010-10-20 | 1 | -1/+1 |
* | Add dynamic realignment when rematerializing the base register. | Jim Grosbach | 2010-10-20 | 1 | -0/+13 |
* | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -2/+38 |