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
...
*
[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
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-1
/
+1
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-4
/
+8
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-2
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-3
/
+2
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-2
/
+3
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-3
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-2
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-9
/
+9
*
Move this test a bit later, after the point at which we know that we either
Duncan Sands
2012-10-05
1
-10
/
+10
*
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
1
-7
/
+7
*
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
1
-4
/
+30
*
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-13
1
-3
/
+3
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-82
/
+82
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-4
/
+4
[prev]
[next]