summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: add correct kill flags when combining stm instructionsTim Northover2015-06-291-0/+6
* ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually ...Matthias Braun2015-06-241-107/+112
* [ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on defJohn Brawn2015-06-231-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* [ARM] Make helper function static.Benjamin Kramer2015-06-051-8/+2
* ARM: Thumb2 LDRD/STRD supports independent input/output regsMatthias Braun2015-06-031-20/+22
* Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"Renato Golin2015-06-021-22/+20
* ARM: Thumb2 LDRD/STRD supports independent input/output regsMatthias Braun2015-06-011-20/+22
* ARMLoadStoreOptimizer: Fix doxygen comments; NFCMatthias Braun2015-06-011-34/+28
* CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperandsMatthias Braun2015-05-291-3/+3
* ARMLoadStoreOptimizer: Code cleanup; NFCMatthias Braun2015-05-271-15/+12
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-181-15/+15
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* In preparation for moving ARM's TargetRegisterInfo to the TargetMachineEric Christopher2015-03-121-1/+1
* Improve handling of stack accesses in Thumb-1Renato Golin2015-02-251-9/+27
* Migrate ARM except for TTI, AsmPrinter, and frame loweringEric Christopher2015-01-291-11/+8
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* Fix load-store optimizer on thumbv4tJonathan Roelofs2015-01-211-3/+14
* Grab the subtarget info off of the MachineFunction rather thanEric Christopher2014-10-141-1/+1
* [Thumb] Make load/store optimizer less conservative.Moritz Roth2014-09-241-60/+195
* ARM load/store optimizer: Don't materialize a new base register withMoritz Roth2014-09-161-4/+15
* Thumb1 load/store optimizer: Improve code to materialize new base register.Moritz Roth2014-08-211-5/+13
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-1/+1
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* ARM: Fix and re-enable load/store optimizer for Thumb1.Moritz Roth2014-08-151-111/+8
* ARM load/store optimizer: Compute BaseKill correctly.Moritz Roth2014-08-151-5/+11
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-3/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-6/+6
* Fix memory leak of RegScavenger accidentally added in r211037.James Molloy2014-06-171-1/+3
* Refactor the disabling of Thumb-1 LDM/STM generationJames Molloy2014-06-161-0/+4
* Fix a bug in the Thumb1 ARM Load/Store optimizerRenato Golin2014-06-101-7/+7
* Fix the Load/Store optimization pass to work with Thumb1.James Molloy2014-05-161-34/+238
* Enable the Load/Store optimization pass for Thumb1 but make it return immedia...James Molloy2014-05-161-1/+10
* Fix a few comment typos and style issues.James Molloy2014-05-161-16/+17
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Prune includes in ARM target.Craig Topper2014-03-221-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-4/+4
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-13/+13
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-12/+7
* 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
OpenPOWER on IntegriCloud