| Commit message (Expand) | Author | Age | Files | Lines |
* | Calculate the number of VLDM/VSTM registers by subtracting the number of | Bob Wilson | 2010-09-10 | 1 | -2/+2 |
* | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson | 2010-09-10 | 1 | -1/+2 |
* | Remember to clear the shadow kill flag at the same time as clearing the real | Jakob Stoklund Olesen | 2010-08-30 | 1 | -0/+1 |
* | When merging Thumb2 loads/stores, do not give up when the offset is one of | Bob Wilson | 2010-08-27 | 1 | -10/+7 |
* | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson | 2010-08-27 | 1 | -77/+41 |
* | Unsigned value cannot be < 0. | Bob Wilson | 2010-08-27 | 1 | -2/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | When no memoperands are present, assume unaligned, volatile. | Jakob Stoklund Olesen | 2010-06-29 | 1 | -10/+13 |
* | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -12/+12 |
* | Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh... | Evan Cheng | 2010-06-21 | 1 | -39/+66 |
* | Make sure to skip dbg_value instructions when finding an insertion point for | Jim Grosbach | 2010-06-15 | 1 | -1/+2 |
* | be slightly more subtle about skipping dbg_value instructions; otherwise, if a | Jim Grosbach | 2010-06-09 | 1 | -5/+6 |
* | fix copy/paste/modify think-o | Jim Grosbach | 2010-06-08 | 1 | -1/+1 |
* | Another fix to prevent debug info from affecting codegen. rdar://7797940 | Jim Grosbach | 2010-06-04 | 1 | -0/+4 |
* | more dbg_value adjustments so debug info doesn't affect codegen | Jim Grosbach | 2010-06-04 | 1 | -2/+4 |
* | fix typo | Jim Grosbach | 2010-06-04 | 1 | -1/+1 |
* | Teach the ARM load-store optimizer to deal with dbg_value instructions. | Jim Grosbach | 2010-06-03 | 1 | -4/+16 |
* | Clean up 80 column violations. No functional change. | Jim Grosbach | 2010-06-02 | 1 | -2/+2 |
* | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | vldm/vstm can only do up to 16 double-word registers at a time. | Jim Grosbach | 2010-03-26 | 1 | -1/+5 |
* | pr6652: Use LDM to restore PC to the return address on ARMv4. | Bob Wilson | 2010-03-20 | 1 | -6/+11 |
* | Remove redundant writeback flag in ARM addressing mode 5. | Bob Wilson | 2010-03-16 | 1 | -4/+3 |
* | Remove the writeback flag from ARM's address mode 4. Now that we have separate | Bob Wilson | 2010-03-16 | 1 | -2/+1 |
* | Wrap a long line and add some parens to be consistent. | Bob Wilson | 2010-03-16 | 1 | -2/+3 |
* | Change ARM ld/st multiple instructions to have variant instructions for | Bob Wilson | 2010-03-13 | 1 | -84/+99 |
* | Combine the code to build VLDM and VSTM instructions, since they are | Bob Wilson | 2010-03-13 | 1 | -16/+14 |
* | Tidy up. No functional changes. | Bob Wilson | 2010-03-12 | 1 | -15/+16 |
* | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson | 2010-03-04 | 1 | -0/+5 |
* | Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understand | Jakob Stoklund Olesen | 2010-02-24 | 1 | -1/+9 |
* | Load / store multiple instructions cannot load / store sp. Sorry, can't come ... | Evan Cheng | 2010-02-12 | 1 | -1/+2 |
* | Don't fold insufficiently aligned ldr/str into ldm/stm instructions. | Jakob Stoklund Olesen | 2010-01-14 | 1 | -0/+12 |
* | Move kill flags when the same register occurs more than once in a sequence. | Jakob Stoklund Olesen | 2009-12-23 | 1 | -1/+22 |
* | Handle undef operands properly. | Jakob Stoklund Olesen | 2009-12-23 | 1 | -4/+8 |
* | Make insert position available to MergeOpsUpdate. | Jakob Stoklund Olesen | 2009-12-23 | 1 | -24/+25 |
* | Perform kill flag calculations in new method. No functional changes. | Jakob Stoklund Olesen | 2009-12-23 | 1 | -12/+15 |
* | Move repeated code to a new method. No functional change. | Jakob Stoklund Olesen | 2009-12-23 | 1 | -17/+47 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 1 | -1/+1 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -3/+3 |
* | When expanding t2STRDi8 r, r to two stores, add kill markers correctly. | Evan Cheng | 2009-11-14 | 1 | -0/+7 |
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -46/+46 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -2/+2 |
* | Load / store multiple was missing opportunites when the load / store bundles ... | Evan Cheng | 2009-10-22 | 1 | -0/+3 |
* | Change ld/st multiples to explicitly model the writeback to base register. Th... | Evan Cheng | 2009-10-01 | 1 | -3/+20 |
* | Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat. | Evan Cheng | 2009-09-29 | 1 | -0/+4 |
* | Enable pre-regalloc load / store multiple pass for Thumb2. | Evan Cheng | 2009-09-27 | 1 | -55/+88 |
* | Add comment. | Evan Cheng | 2009-09-26 | 1 | -0/+1 |
* | Code clean up and prepare for Thumb2 support. No functionality changes. | Evan Cheng | 2009-09-25 | 1 | -21/+49 |