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
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
Refactor isPointerOffset (NFC).
Evgeniy Stepanov
2019-08-19
1
-7
/
+7
*
Move isPointerOffset function to ValueTracking (NFC).
Evgeniy Stepanov
2019-08-15
1
-86
/
+2
*
NFC: Pass DataLayout into isBytewiseValue
Vitaly Buka
2019-07-10
1
-3
/
+4
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-2
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-9
/
+8
*
[memcpyopt] Remove a few unnecessary isVolatile() checks. NFC
Xin Tong
2019-01-04
1
-6
/
+4
*
[MemCpyOpt] Use LocationSize instead of ints; NFC
George Burgess IV
2018-12-23
1
-3
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-2
/
+1
*
[memcpyopt] Add debug logs when forwarding memcpy src to dst
Reid Kleckner
2018-12-21
1
-0
/
+2
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-1
/
+2
*
Reapply "[MemCpyOpt] memset->memcpy forwarding with undef tail"
Nikita Popov
2018-12-13
1
-16
/
+34
*
Revert r348645 - "[MemCpyOpt] memset->memcpy forwarding with undef tail"
David L. Jones
2018-12-13
1
-30
/
+16
*
[MemCpyOpt] memset->memcpy forwarding with undef tail
Nikita Popov
2018-12-07
1
-16
/
+30
*
Merge clang's isRepeatedBytePattern with LLVM's isBytewiseValue
JF Bastien
2018-09-21
1
-1
/
+4
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-13
/
+13
*
[MemCpyOpt] Skip optimizing basic blocks not reachable from entry
Bjorn Pettersson
2018-04-23
1
-1
/
+10
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[MemCpyOpt] Update to new API for memory intrinsic alignment
Daniel Neilson
2018-03-21
1
-25
/
+35
*
Revert "[memcpyopt] Teach memcpyopt to optimize across basic blocks"
Reid Kleckner
2017-12-28
1
-46
/
+10
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-12-20
1
-10
/
+46
*
Revert r319482 and r319483 "[memcpyopt] Teach memcpyopt to optimize across ba...
Hans Wennborg
2017-12-06
1
-28
/
+3
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-11
/
+11
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-11-30
1
-3
/
+28
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
1
-6
/
+13
*
Default MemoryLocation passed to getModRefInfo should be None (D35441)
Alina Sbirlea
2017-08-01
1
-1
/
+1
*
Allow None as a MemoryLocation to getModRefInfo
Alina Sbirlea
2017-08-01
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-4
/
+4
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-1
/
+1
*
[MemCpyOpt] Only replace memcpy with bitcast if address spaces match
Matt Arsenault
2017-04-10
1
-0
/
+5
*
MemCpyOptimizer: don't create new addrspace casts
Fiona Glaser
2017-03-14
1
-0
/
+11
*
[MemCpyOpt] clang-format + trim the legacy pass. NFC.
George Burgess IV
2017-03-08
1
-39
/
+23
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-2
/
+2
*
[Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...
Eugene Zelenko
2017-01-18
1
-16
/
+49
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-0
/
+2
*
[MemCpyOpt] Don't sink LoadInst below possible clobber.
Bryant Wong
2016-12-27
1
-5
/
+11
*
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
[next]