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
...
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-3
/
+16
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-16
/
+3
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[MemCpyOpt] Don't emit IR in an unspecified order
Benjamin Kramer
2016-11-07
1
-4
/
+4
*
[MemCpy] Add comments for r279769
Tim Shen
2016-08-25
1
-1
/
+2
*
[MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identi...
Tim Shen
2016-08-25
1
-1
/
+3
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-8
/
+6
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+4
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-3
/
+3
*
[PM] Port MemCpyOpt to the new PM.
Sean Silva
2016-06-14
1
-56
/
+96
*
[MemCpyOpt] Do not exchange llvm.lifetime.start and llvm.memcpy
Tim Shen
2016-06-08
1
-0
/
+5
*
[MemCpyOpt] Don't perform callslot optimization across may-throw calls
David Majnemer
2016-05-26
1
-1
/
+13
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
[MemCpyOpt] Use MaxIntSize in byte instead of bit
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
Revert "MemCpyOpt: combine local load/store sequences into memcpy."
Tim Northover
2016-05-10
1
-222
/
+48
*
MemCpyOpt: combine local load/store sequences into memcpy.
Tim Northover
2016-05-10
1
-48
/
+222
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Imporove load to store => memcpy
Amaury Sechet
2016-03-14
1
-18
/
+99
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-5
/
+5
*
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
[prev]
[next]