index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMLoadStoreOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Thumb1 load/store optimizer: Improve code to materialize new base register.
Moritz Roth
2014-08-21
1
-5
/
+13
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
ARM: Fix and re-enable load/store optimizer for Thumb1.
Moritz Roth
2014-08-15
1
-111
/
+8
*
ARM load/store optimizer: Compute BaseKill correctly.
Moritz Roth
2014-08-15
1
-5
/
+11
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+6
*
Fix memory leak of RegScavenger accidentally added in r211037.
James Molloy
2014-06-17
1
-1
/
+3
*
Refactor the disabling of Thumb-1 LDM/STM generation
James Molloy
2014-06-16
1
-0
/
+4
*
Fix a bug in the Thumb1 ARM Load/Store optimizer
Renato Golin
2014-06-10
1
-7
/
+7
*
Fix the Load/Store optimization pass to work with Thumb1.
James Molloy
2014-05-16
1
-34
/
+238
*
Enable the Load/Store optimization pass for Thumb1 but make it return immedia...
James Molloy
2014-05-16
1
-1
/
+10
*
Fix a few comment typos and style issues.
James Molloy
2014-05-16
1
-16
/
+17
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-13
/
+13
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-12
/
+7
*
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2013-10-10
1
-0
/
+77
*
Swift: Only build vldm/vstm with q register aligned register lists
Arnold Schwaighofer
2013-09-04
1
-1
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-7
/
+7
*
Simplify code.
Craig Topper
2013-07-10
1
-6
/
+2
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-4
/
+4
*
ARM: Remove a (false) dependency on the memoryoperand's value as we do not use
Quentin Colombet
2013-06-20
1
-1
/
+2
*
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
1
-1
/
+17
*
Reverting 178851 as it broke buildbots
Renato Golin
2013-04-05
1
-161
/
+10
*
Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas...
Stepan Dyatkovskiy
2013-04-05
1
-1
/
+1
*
Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...
Stepan Dyatkovskiy
2013-04-05
1
-10
/
+161
*
[arm load/store optimizer] When trying to merge a base update load/store, make
Chad Rosier
2013-03-25
1
-1
/
+1
*
Radar numbers don't belong in source code.
Evan Cheng
2013-02-21
1
-1
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
1
-4
/
+2
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-1
/
+1
*
ARM: Nuke remnant bogus code.
Jim Grosbach
2012-04-24
1
-2
/
+0
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-1
/
+1
*
ARM LDR/LDRT has the same encoding collision as STR/STRT.
Jim Grosbach
2012-04-10
1
-8
/
+7
*
ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.
Jim Grosbach
2012-04-05
1
-0
/
+8
*
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
1
-0
/
+4
*
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
1
-3
/
+20
*
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
1
-4
/
+0
*
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+4
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-8
/
+8
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
1
-1
/
+1
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Do not fold ADD / SUB into load / store (to form pre-indexed, post-indexed
Evan Cheng
2012-02-07
1
-24
/
+58
[prev]
[next]