summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memcpy.ll
Commit message (Expand)AuthorAgeFilesLines
* Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...Manuel Jacob2015-12-121-0/+13
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-10/+10
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-10/+10
* fix memcpy/memset/memmove lowering when optimizing for sizeSanjay Patel2015-07-301-50/+3
* add tests to show broken current behavior of minsize attributeSanjay Patel2015-07-281-0/+67
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-2/+2
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-6/+6
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-251-0/+13
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-101-0/+13
* Fix broken check lines.Benjamin Kramer2012-08-171-12/+12
* Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner2012-02-051-0/+13
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-071-2/+2
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-25/+17
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-17/+25
* Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng2011-01-061-20/+44
* Revert r122936. I'll re-implement the change.Evan Cheng2011-01-061-44/+20
* r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowingEvan Cheng2011-01-061-20/+44
* fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner2010-05-311-0/+30
* upgrade and filecheckize this test.Chris Lattner2010-05-311-6/+16
* Add nounwind.Evan Cheng2010-04-051-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Refactor the memcpy lowering for the x86 target.Rafael Espindola2007-09-281-0/+17
OpenPOWER on IntegriCloud