aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
AgeCommit message (Expand)Author
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
2009-06-15Typo.Evan Cheng
2009-06-15Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.Evan Cheng
2009-06-15Silence a warning.Evan Cheng
2009-06-15Part 1.Evan Cheng
2009-06-13Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng
2009-06-05Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...Evan Cheng
2009-06-05When merging multiple load / store instructions. Use the DebugLoc of the firs...Evan Cheng
2009-06-05Code clean up: return vector by reference rather than by value. No functional...Evan Cheng
2009-06-04Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...Evan Cheng
2009-06-03Temporarily revert 72756 for now.Evan Cheng
2009-06-03Fold preceding / trailing base inc / dec into the single load / store as well.Evan Cheng
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-02-13Remove refs to non-DebugLoc versions of BuildMI from ARM.Dale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-11rename MachineInstr::setInstrDescriptor -> setDescChris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-19Avoid referencing deleted instruction.Evan Cheng
2007-07-10Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng
2007-07-05Reflects the chanegs made to PredicateOperand.Evan Cheng
2007-05-29Add missing const qualifiers.Evan Cheng
2007-05-15Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-26Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng
2007-03-26findRegisterUseOperand() changed.Evan Cheng