summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-011-5/+7
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-6/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TI removal] Remove `TerminatorInst` from BasicBlockUtils.hChandler Carruth2018-10-151-1/+1
* [LowerMemIntrinsics] Update uses of deprecated MemIntrinsic::getAlignment API...Daniel Neilson2018-02-051-7/+7
* [Memcpy Loop Lowering] Remove the fixed int8 lowering.Sean Fertile2017-12-181-80/+13
* [Memcpy Loop Lowering] Only calculate residual size/bytes copied when needed.Sean Fertile2017-12-161-6/+10
* [Memcpy Loop Lowering] Insert loop BB inbetween the split BB.Sean Fertile2017-12-151-2/+3
* Extend memcpy expansion in Transform/Utils to handle wider operand types.Sean Fertile2017-07-071-9/+279
* Recommit "r306541 - Add zero-length check to memcpy/memset load store loop ex...Teresa Johnson2017-07-011-5/+14
* Revert "r306541 - Add zero-length check to memcpy/memset load store loop expa...Daniel Jasper2017-06-301-12/+5
* Add zero-length check to memcpy/memset load store loop expansionTeresa Johnson2017-06-281-5/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* NVPTX: Extract mem intrinsic expansions into utilitiesMatt Arsenault2017-02-081-0/+231
OpenPOWER on IntegriCloud