index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
MemCpyOptimizer.cpp
Age
Commit message (
Expand
)
Author
2009-07-03
Even more passes being LLVMContext'd.
Owen Anderson
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-03-19
Remove strange extra semicolons.
Nick Lewycky
2009-03-08
change the MemIntrinsic get/setAlignment method to take an unsigned
Chris Lattner
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-12-05
Make a few major changes to memdep and its clients:
Chris Lattner
2008-11-29
Eliminate the dropInstruction method, which is not needed any more.
Chris Lattner
2008-11-29
Introduce and use a new MemDepResult class to hold the results of a memdep
Chris Lattner
2008-11-29
Reimplement the internal abstraction used by MemDep in terms
Chris Lattner
2008-11-21
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-06-01
Fix two issues that Eli Friedman pointed out, where would misoptimized code l...
Owen Anderson
2008-06-01
Don't remove the memcpy when call slot substitution fails.
Owen Anderson
2008-05-16
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-04
processStore may delete the instruction, avoid
Torok Edwin
2008-04-29
Revert r50441. The original code was correct. Add some more comments so tha...
Owen Anderson
2008-04-29
Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl...
Owen Anderson
2008-04-29
We should be returning true here since we've changed the function.
Owen Anderson
2008-04-21
Refactor memcpyopt based on Chris' suggestions. Consolidate several functions
Owen Anderson
2008-04-09
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson