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
...
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-3
/
+8
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-8
/
+3
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-3
/
+8
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+0
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Fix two issues that Eli Friedman pointed out, where would misoptimized code l...
Owen Anderson
2008-06-01
1
-3
/
+14
*
Don't remove the memcpy when call slot substitution fails.
Owen Anderson
2008-06-01
1
-0
/
+5
*
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-16
1
-1
/
+1
*
processStore may delete the instruction, avoid
Torok Edwin
2008-05-04
1
-2
/
+1
*
Revert r50441. The original code was correct. Add some more comments so tha...
Owen Anderson
2008-04-29
1
-3
/
+9
*
Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...
Owen Anderson
2008-04-29
1
-4
/
+6
*
We should be returning true here since we've changed the function.
Owen Anderson
2008-04-29
1
-1
/
+1
*
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-21
1
-92
/
+44
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+769
[prev]