summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/MergeConsecutiveStores.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Use LivePhysRegs in X86FixupBWInsts.Ahmed Bougacha2016-04-261-6/+9
* [X86] More test updates to support fixup-byte-word-insts optimizationKevin B. Smith2016-02-221-3/+6
* Fix two issues in MergeConsecutiveStores:James Y Knight2015-11-021-3/+7
* merge vector stores into wider vector stores and fix AArch64 misaligned acces...Sanjay Patel2015-09-251-4/+2
* use CHECK-LABEL for more precisionSanjay Patel2015-09-011-7/+7
* remove unnecessary/conflicting target infoSanjay Patel2015-09-011-3/+0
* fixed test to specify triple rather than arch and CPUSanjay Patel2015-09-011-2/+2
* Add some tests based on PR21711Sanjay Patel2015-06-161-0/+61
* Fix alignment checks in MergeConsecutiveStores.James Y Knight2015-05-081-8/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-25/+25
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-95/+95
* Revert r227242 - Merge vector stores into wider vector stores (PR21711).Quentin Colombet2015-01-271-58/+0
* Merge vector stores into wider vector stores (PR21711)Sanjay Patel2015-01-271-0/+58
* merge consecutive stores of extracted vector elements (PR21711)Sanjay Patel2015-01-221-0/+59
* Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov2014-12-311-33/+0
* merge consecutive stores of extracted vector elementsSanjay Patel2014-12-191-0/+33
* fix typo, add spaces; NFCSanjay Patel2014-12-161-37/+37
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-121-0/+1
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-5/+5
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-011-0/+96
* Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.Nadav Rotem2013-02-141-0/+34
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-191-1/+1
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-041-3/+35
* A DAGCombine optimization for mergeing consecutive stores to memory. The opti...Nadav Rotem2012-10-031-0/+273
* Revert r164910 because it causes failures to several phase2 builds.Nadav Rotem2012-09-301-150/+0
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-301-0/+150
* Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile ofDuncan Sands2012-09-291-150/+0
* A DAGCombine optimization for merging consecutive stores. This optimization i...Nadav Rotem2012-09-291-0/+150
OpenPOWER on IntegriCloud