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
/
AArch64
/
AArch64LoadStoreOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Register (existing) AArch64LoadStoreOpt pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
Update comment. NFC.
Chad Rosier
2015-08-05
1
-2
/
+2
*
Convert some AArch64 code to foreach loops. NFC.
Pete Cooper
2015-08-03
1
-3
/
+2
*
Simplify switch as all cases other than default return true. NFC.
Chad Rosier
2015-07-22
1
-10
/
+0
*
Follow up to r242810. NFC.
Chad Rosier
2015-07-21
1
-1
/
+1
*
[AArch64] Simplify the passing of arguments. NFC.
Chad Rosier
2015-07-21
1
-23
/
+37
*
[AArch64] Remove an overly conservative check when generating store pairs.
Chad Rosier
2015-06-09
1
-2
/
+3
*
[AArch64] Enhance the load/store optimizer with target-specific alias analysis.
Chad Rosier
2015-05-21
1
-20
/
+51
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-2
/
+2
*
[AArch64][LoadStoreOptimizer] Generate LDP + SXTW instead of LD[U]R + LD[U]RSW.
Quentin Colombet
2015-03-06
1
-11
/
+116
*
Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
2015-01-28
1
-4
/
+2
*
[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
Quentin Colombet
2015-01-24
1
-1
/
+15
*
Add missing closing namespace comment.
Jim Grosbach
2014-08-11
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-4
/
+4
*
[AArch64] clang-format the load/store optimizer.
Tilmann Scheller
2014-06-04
1
-16
/
+25
*
[AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer.
Tilmann Scheller
2014-06-04
1
-19
/
+19
*
[AArch64] Fix typo in load/store optimizer.
Tilmann Scheller
2014-06-03
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+942