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
/
Transforms
/
Scalar
/
MemCpyOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR26051: Memcpy optimization should introduce a call to memcpy before the...
Mehdi Amini
2016-01-06
1
-2
/
+4
*
Promote aggregate store to memset when possible
Amaury Sechet
2016-01-06
1
-1
/
+27
*
Remove useless DEBUG
Amaury Sechet
2016-01-06
1
-1
/
+0
*
Improve load/store to memcpy for aggregate
Amaury Sechet
2016-01-06
1
-9
/
+23
*
Implement load to store => memcpy in MemCpyOpt for aggregates
Amaury Sechet
2016-01-05
1
-11
/
+73
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-3
/
+2
*
Use modulo operator instead of multiplying result of a divide and subtracting...
Craig Topper
2015-11-21
1
-1
/
+1
*
Use range-based for loops. NFC
Craig Topper
2015-11-20
1
-12
/
+8
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-18
/
+13
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-13
/
+18
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-18
/
+20
*
[MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls.
Andrea Di Biagio
2015-10-09
1
-0
/
+10
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-5
/
+3
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-7
/
+9
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-1
/
+0
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-08-13
1
-24
/
+20
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-4
/
+4
*
Fix a performance problem in memcpyopt by removing a linear scan over ranges ...
Nick Lewycky
2015-07-21
1
-16
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-6
/
+5
*
Fix a typo in a comment in MemCpyOpt (test commit)
Matt Wala
2015-06-12
1
-1
/
+1
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-12
/
+12
*
[MemCpyOpt] Do move the memset, but look at its dest's dependencies.
Ahmed Bougacha
2015-05-21
1
-1
/
+8
*
[MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC.
Ahmed Bougacha
2015-05-21
1
-2
/
+2
*
[MemCpyOpt] Don't move the memset when optimizing memset+memcpy.
Ahmed Bougacha
2015-05-20
1
-1
/
+1
*
[MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
2015-05-16
1
-1
/
+45
*
[MemCpyOpt] Remove dead argument. NFC.
Ahmed Bougacha
2015-05-16
1
-6
/
+4
*
[MemCpyOpt] Look at any dependency -not just source- for memset+memcpy.
Ahmed Bougacha
2015-05-11
1
-6
/
+7
*
[MemCpyOpt] Use the raw i8* dest when optimizing memset+memcpy.
Ahmed Bougacha
2015-04-21
1
-1
/
+2
*
[MemCpyOpt] Don't force i64 when promoting memset/memcpy sizes.
Ahmed Bougacha
2015-04-18
1
-3
/
+6
*
[MemCpyOpt] Promote both memset/memcpy sizes if differently typed.
Ahmed Bougacha
2015-04-18
1
-0
/
+6
*
[MemCpyOpt] Optimize double-storing by memset+memcpy.
Ahmed Bougacha
2015-04-17
1
-3
/
+59
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-45
/
+38
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Properly update AA metadata when performing call slot optimization
Bjorn Steinbrink
2015-02-07
1
-0
/
+10
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-6
/
+8
*
Allow call-slop optzn for destinations with a suitable dereferenceable attribute
Bjorn Steinbrink
2014-10-16
1
-14
/
+16
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+7
*
Fix a really bad miscompile introduced in r216865 - the else-if logic
Chandler Carruth
2014-09-01
1
-10
/
+14
*
Ignore lifetime intrinsics in use list for MemCpyOptimizer. Patch by Luqman A...
Nick Lewycky
2014-09-01
1
-0
/
+4
*
Don't eliminate memcpy's when the address of the pointer may itself be releva...
Nick Lewycky
2014-07-14
1
-0
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-19
/
+19
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...
Nick Lewycky
2014-03-26
1
-4
/
+16
[next]