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
*
[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
*
MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...
Benjamin Kramer
2014-03-10
1
-0
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-12
/
+10
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-24
/
+24
*
A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
Nick Lewycky
2014-02-06
1
-1
/
+11
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Self-memcpy-elision and memcpy of constant byte to memset transforms don't ca...
Nick Lewycky
2014-02-04
1
-4
/
+7
*
Handle an addrspacecast case in memcpyopt
Matt Arsenault
2014-01-22
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
MemCpyOptimizer: Use max legal int size instead of pointer size
Matt Arsenault
2013-09-16
1
-5
/
+8
[next]