summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Commit message (Expand)AuthorAge
...
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Clean up some code for clarity.Bob Wilson2011-04-05
* Check early if this is an unsupported opcode, so that we can avoid needlessly...Owen Anderson2011-03-29
* Add safety check that didn't show up in testing.Owen Anderson2011-03-29
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587Evan Cheng2011-03-15
* Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...Jakob Stoklund Olesen2011-02-15
* Move code for OffsetCompare struct closer to where it is used.Bob Wilson2011-02-07
* Fix a few more places that should use MBB::getLastNonDebugInstr().Jakob Stoklund Olesen2011-01-13
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson2011-01-06
* Missed the _RET versions of LDMIA.Bill Wendling2010-11-18
* Add missing opcodes now that this function's used in more than one place.Bill Wendling2010-11-17
* Revert r119109 for now. It's breaking 176.gcc.Evan Cheng2010-11-17
* The machine instruction no longer encodes the submode as a separate operand. WeBill Wendling2010-11-17
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* Make sure ARM multi load / store pass copies memoperands when forming ldrd / ...Evan Cheng2010-11-15
* Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, likeJim Grosbach2010-10-27
* One more spot where the new arm mode LDR instruction representationJim Grosbach2010-10-27
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-26
* Grammar.Jim Grosbach2010-10-26
* Transfer implicit ops when forming load multiple and return instructions.Evan Cheng2010-10-22
* Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson2010-09-29
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-15
* Calculate the number of VLDM/VSTM registers by subtracting the number ofBob Wilson2010-09-10
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-10
* Remember to clear the shadow kill flag at the same time as clearing the realJakob Stoklund Olesen2010-08-30
* When merging Thumb2 loads/stores, do not give up when the offset is one ofBob Wilson2010-08-27
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* Unsigned value cannot be < 0.Bob Wilson2010-08-27
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* When no memoperands are present, assume unaligned, volatile.Jakob Stoklund Olesen2010-06-29
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-22
* Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh...Evan Cheng2010-06-21
* Make sure to skip dbg_value instructions when finding an insertion point forJim Grosbach2010-06-15
* be slightly more subtle about skipping dbg_value instructions; otherwise, if aJim Grosbach2010-06-09
* fix copy/paste/modify think-oJim Grosbach2010-06-08
* Another fix to prevent debug info from affecting codegen. rdar://7797940Jim Grosbach2010-06-04
* more dbg_value adjustments so debug info doesn't affect codegenJim Grosbach2010-06-04
* fix typoJim Grosbach2010-06-04
* Teach the ARM load-store optimizer to deal with dbg_value instructions.Jim Grosbach2010-06-03
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-15
* vldm/vstm can only do up to 16 double-word registers at a time.Jim Grosbach2010-03-26
* pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson2010-03-20
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-16
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-16
* Wrap a long line and add some parens to be consistent.Bob Wilson2010-03-16