summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Commit message (Expand)AuthorAge
* Fix memory leak of RegScavenger accidentally added in r211037.James Molloy2014-06-17
* Refactor the disabling of Thumb-1 LDM/STM generationJames Molloy2014-06-16
* Fix a bug in the Thumb1 ARM Load/Store optimizerRenato Golin2014-06-10
* Fix the Load/Store optimization pass to work with Thumb1.James Molloy2014-05-16
* Enable the Load/Store optimization pass for Thumb1 but make it return immedia...James Molloy2014-05-16
* Fix a few comment typos and style issues.James Molloy2014-05-16
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* 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