| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Use simple RegState::Define flag instead of getDefRegState(true). | Bob Wilson | 2010-10-15 | 1 | -5/+5 |
| * | When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomes | Jim Grosbach | 2010-10-15 | 1 | -2/+1 |
| * | Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos | Jim Grosbach | 2010-10-14 | 1 | -0/+29 |
| * | Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually be | Jim Grosbach | 2010-10-06 | 1 | -0/+26 |
| * | When expanding ARM pseudo registers, copy the existing predicate operands | Bob Wilson | 2010-09-16 | 1 | -9/+29 |
| * | Add missing break. | Bob Wilson | 2010-09-16 | 1 | -0/+1 |
| * | Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded after | Bob Wilson | 2010-09-16 | 1 | -0/+50 |
| * | Avoid warnings. | Bob Wilson | 2010-09-14 | 1 | -2/+3 |
| * | Convert some VTBL and VTBX instructions to use pseudo instructions prior to | Bob Wilson | 2010-09-13 | 1 | -3/+54 |
| * | Switch all the NEON vld-lane and vst-lane instructions over to the new | Bob Wilson | 2010-09-13 | 1 | -160/+435 |
| * | For double-spaced VLD3/VLD4 instructions, copy the explicit super-register use | Bob Wilson | 2010-09-09 | 1 | -5/+9 |
| * | Simplify copying over operands from pseudo NEON load/store instructions. | Bob Wilson | 2010-09-09 | 1 | -30/+19 |