summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SROA/big-endian.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+252
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-252/+0
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [SROA] fix assetion failureHiroshi Inoue2018-01-161-12/+28
* [SROA] Disable non-whole-alloca splits by defaultHiroshi Inoue2017-12-181-28/+12
* Recommit rL319407: [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue2017-12-011-12/+28
* Revert rL319407: [SROA] enable splitting for non-whole-alloca loads and stores Hiroshi Inoue2017-11-301-28/+12
* [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue2017-11-301-12/+28
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [SROA] Rip out all support for SSAUpdater in SROA.Chandler Carruth2015-08-261-1/+0
* [SROA] Fix a nasty pile of bugs to do with big-endian, different allocaChandler Carruth2015-07-221-0/+123
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-5/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-10/+10
* [SROA] Teach SROA to be more aggressive in splitting now that we haveChandler Carruth2015-01-021-0/+59
* [SROA] Teach SROA how to much more intelligently handle split loads andChandler Carruth2015-01-011-59/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Fix typo in test-case.Jakub Staszak2012-12-121-8/+8
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-101-7/+2
* Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth2012-10-251-17/+28
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-0/+108
OpenPOWER on IntegriCloud