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
*
[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
*
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
1
-1
/
+5
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-3
/
+2
*
Update comment.
Chad Rosier
2011-12-05
1
-1
/
+1
*
Make the MemCpyOptimizer a bit more aggressive. I can't think of a scenerio
Chad Rosier
2011-12-05
1
-1
/
+1
*
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
1
-1
/
+1
*
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-10-16
1
-12
/
+17
*
Add missing space.
Nick Lewycky
2011-10-12
1
-1
/
+1
*
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
Eli Friedman
2011-08-17
1
-3
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-07-14
1
-1
/
+1
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-3
/
+3
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-3
/
+3
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-3
/
+3
*
Stop using memdep for a check that didn't really make sense with memdep. In t...
Eli Friedman
2011-06-15
1
-11
/
+9
*
Add "unknown" results for memdep, which mean "I don't know whether a dependen...
Eli Friedman
2011-06-15
1
-1
/
+1
*
PR10067: Add missing safety check to call return transformation in MemCpyOpt:...
Eli Friedman
2011-06-02
1
-4
/
+21
*
Teach valuetracking that byval arguments with a specified alignment are
Chris Lattner
2011-05-23
1
-5
/
+10
*
Preserve line number info.
Devang Patel
2011-05-04
1
-1
/
+4
*
enhance memcpyopt to obey -fno-builtin and friends. This addresses a
Chris Lattner
2011-05-01
1
-0
/
+17
[next]