aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
AgeCommit message (Expand)Author
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman
2010-03-26vldm/vstm can only do up to 16 double-word registers at a time.Jim Grosbach
2010-03-20pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson
2010-03-16Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson
2010-03-16Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson
2010-03-16Wrap a long line and add some parens to be consistent.Bob Wilson
2010-03-13Change ARM ld/st multiple instructions to have variant instructions forBob Wilson
2010-03-13Combine the code to build VLDM and VSTM instructions, since they areBob Wilson
2010-03-12Tidy up. No functional changes.Bob Wilson
2010-03-04pr6480: Don't try producing ld/st-multiple instructions when the address isBob Wilson
2010-02-24Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understandJakob Stoklund Olesen
2010-02-12Load / store multiple instructions cannot load / store sp. Sorry, can't come ...Evan Cheng
2010-01-14Don't fold insufficiently aligned ldr/str into ldm/stm instructions.Jakob Stoklund Olesen
2009-12-23Move kill flags when the same register occurs more than once in a sequence.Jakob Stoklund Olesen
2009-12-23Handle undef operands properly.Jakob Stoklund Olesen
2009-12-23Make insert position available to MergeOpsUpdate.Jakob Stoklund Olesen
2009-12-23Perform kill flag calculations in new method. No functional changes.Jakob Stoklund Olesen
2009-12-23Move repeated code to a new method. No functional change.Jakob Stoklund Olesen
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-11-14When expanding t2STRDi8 r, r to two stores, add kill markers correctly.Evan Cheng
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-22Load / store multiple was missing opportunites when the load / store bundles ...Evan Cheng
2009-10-01Change ld/st multiples to explicitly model the writeback to base register. Th...Evan Cheng
2009-09-29Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.Evan Cheng
2009-09-27Enable pre-regalloc load / store multiple pass for Thumb2.Evan Cheng
2009-09-26Add comment.Evan Cheng
2009-09-25Code clean up and prepare for Thumb2 support. No functionality changes.Evan Cheng
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-11Update register class references to use the global constant ARM::*RegisterCla...Jim Grosbach
2009-08-18Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-08-08Code refactoring. No functionality change.Evan Cheng
2009-08-07It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng
2009-08-04Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.Evan Cheng
2009-08-04Thumb2 does not have ib (increment before) and da (decrement after) forms of ...Evan Cheng
2009-08-04Load / store multiple pass fixes for Thumb2. Not enabled yet.Evan Cheng
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...Evan Cheng
2009-07-10Remove a bogus assertion.Evan Cheng
2009-07-09Initial support for load / store multiple opt pass Thumb2 support (post-alloc...Evan Cheng
2009-07-08Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Start converting to new error handling API.Torok Edwin
2009-06-19Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng
2009-06-19Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.Evan Cheng
2009-06-18- Update register allocation hint after coalescing. This is done by the targe...Evan Cheng