summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SROA/alignment.ll
Commit message (Expand)AuthorAgeFilesLines
* SROA: Don't drop atomic load/store alignments (PR45010)Hans Wennborg2020-02-281-0/+15
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+231
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-231/+0
* Tighten up tests that use -debugify as a shortcut. NFCPaul Robinson2019-03-141-2/+3
* SROA: preserve alignment tags on loads and stores.Tim Northover2018-12-181-0/+47
* [SROA] Preserve DebugLoc when rewriting alloca partitionsAnastasis Grammenos2018-06-281-0/+9
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-9/+9
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-9/+9
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-9/+9
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-16/+16
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-18/+18
* [SROA] Teach SROA to be more aggressive in splitting now that we haveChandler Carruth2015-01-021-5/+8
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-7/+7
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-131-31/+0
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-041-1/+1
* Fix an issue where we failed to adjust the alignment constraint onChandler Carruth2012-10-031-0/+31
* Try to use a better set of abstractions for computing the alignmentChandler Carruth2012-10-031-4/+59
* Fix more misspellings found by Duncan during review.Chandler Carruth2012-10-011-2/+2
* Fix several issues with alignment. We weren't always accounting for typeChandler Carruth2012-10-011-0/+31
* Fix a somewhat surprising miscompile where code relying on an ABIChandler Carruth2012-09-291-1/+22
* When rewriting the pointer operand to a load or store which hasChandler Carruth2012-09-261-0/+18
* Teach all of the loads, stores, memsets and memcpys created by theChandler Carruth2012-09-261-0/+46
OpenPOWER on IntegriCloud