summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memset-2.ll
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...Hans Wennborg2016-04-071-2/+1
* Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminat...Hans Wennborg2016-04-061-1/+2
* [x86] regenerate checksSanjay Patel2016-04-051-5/+10
* Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...Hans Wennborg2016-04-041-1/+1
* Revert r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFrameP...Hans Wennborg2016-03-311-1/+1
* [X86] Merge adjacent stack adjustments in eliminateCallFramePseudoInstr (PR27...Hans Wennborg2016-03-311-1/+1
* [X86] Enable call frame optimization ("mov to push") not only for optsize (PR...Hans Wennborg2016-03-301-3/+3
* regenerate checksSanjay Patel2016-03-291-10/+33
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-5/+5
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-5/+5
* Hide the stub created for MO_ExternalSymbol too.Rafael Espindola2013-12-051-2/+2
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-2/+2
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-15/+1
* Try to unbreak the arm buildbot.Benjamin Kramer2011-01-071-1/+1
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-1/+15
* Try to reuse the value when lowering memset.Benjamin Kramer2011-01-021-0/+9
* Lower the i8 extension in memset to a multiply instead of a potentially long ...Benjamin Kramer2011-01-021-0/+11
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-221-2/+2
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-021-5/+3
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-011-2/+10
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-40/+6
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-2/+4
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-211-0/+45
OpenPOWER on IntegriCloud