summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Commit message (Expand)AuthorAge
* ARM: correct liveness flags during ARMLoadStoreOptTim Northover2013-10-10
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-04
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Simplify code.Craig Topper2013-07-10
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-20
* Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2013-04-18
* Reverting 178851 as it broke buildbotsRenato Golin2013-04-05
* Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas...Stepan Dyatkovskiy2013-04-05
* Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy2013-04-05
* [arm load/store optimizer] When trying to merge a base update load/store, makeChad Rosier2013-03-25
* Radar numbers don't belong in source code.Evan Cheng2013-02-21
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* ARM: Nuke remnant bogus code.Jim Grosbach2012-04-24
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* ARM LDR/LDRT has the same encoding collision as STR/STRT.Jim Grosbach2012-04-10
* ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.Jim Grosbach2012-04-05
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-28
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-28
* Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen2012-03-28
* ARMLoadStoreOptimizer invalidates register liveness.Jakob Stoklund Olesen2012-03-27
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-26
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexedEvan Cheng2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* ARM Ld/St Optimizer fix.Andrew Trick2012-01-11
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.NAKAMURA Takumi2011-11-25
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* Hide cpu name checking in ARMSubtarget.Evan Cheng2011-11-09
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-08
* Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin...Owen Anderson2011-08-29
* Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson2011-08-29
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-26
* ARM STR_POST_IMM offset encoding fix in load/store optimizer.Jim Grosbach2011-08-12
* ARM refactor indexed store instructions.Jim Grosbach2011-08-05
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-26
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Remove redundant Thumb2 ADD/SUB SP instruction definitions.Jim Grosbach2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Clean up comment a bit.Eric Christopher2011-05-25
* Fix more of PR8825. Now all of CodeGen/ARM passes with VerifyCoalescing turne...Cameron Zwarich2011-05-18
* use the MachineInstrBuilder operator-> to simplify some code.Chris Lattner2011-04-29