aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-21/+47
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-108/+165
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-45/+260
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+25
* ARM: correct liveness flags during ARMLoadStoreOptTim Northover2013-10-101-0/+77
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-041-1/+4
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-7/+7
* Simplify code.Craig Topper2013-07-101-6/+2
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-4/+4
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-201-1/+2
* Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2013-04-181-1/+17
* Reverting 178851 as it broke buildbotsRenato Golin2013-04-051-161/+10
* Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas...Stepan Dyatkovskiy2013-04-051-1/+1
* Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy2013-04-051-10/+161
* [arm load/store optimizer] When trying to merge a base update load/store, makeChad Rosier2013-03-251-1/+1
* Radar numbers don't belong in source code.Evan Cheng2013-02-211-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-201-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-091-4/+2
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-1/+1
* ARM: Nuke remnant bogus code.Jim Grosbach2012-04-241-2/+0
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-1/+1
* ARM LDR/LDRT has the same encoding collision as STR/STRT.Jim Grosbach2012-04-101-8/+7
* ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.Jim Grosbach2012-04-051-0/+8
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-281-0/+4
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-281-3/+20
* Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."Jakob Stoklund Olesen2012-03-281-4/+0
* ARMLoadStoreOptimizer invalidates register liveness.Jakob Stoklund Olesen2012-03-271-0/+4
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-271-8/+8
* Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.hCraig Topper2012-03-261-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexedEvan Cheng2012-02-071-24/+58
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-24/+0
* ARM Ld/St Optimizer fix.Andrew Trick2012-01-111-3/+4
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-7/+5
* ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.NAKAMURA Takumi2011-11-251-0/+1
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-111-0/+22
* Hide cpu name checking in ARMSubtarget.Evan Cheng2011-11-091-1/+1
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-081-3/+9
* Apply the same fix for the change in LDR_PRE_IMM/LDRB_PRE_IMM operand encodin...Owen Anderson2011-08-291-1/+2
* Update the load-store optimizer for changes to the operands on LDR_PRE_IMM an...Owen Anderson2011-08-291-4/+10
* invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...Owen Anderson2011-08-261-1/+1
* ARM STR_POST_IMM offset encoding fix in load/store optimizer.Jim Grosbach2011-08-121-13/+10
* ARM refactor indexed store instructions.Jim Grosbach2011-08-051-2/+8
* Split am2offset into register addend and immediate addend forms, necessary fo...Owen Anderson2011-07-261-3/+3
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-1/+2