summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Generic/ForceStackAlign.ll
AgeCommit message (Expand)Author
2024-11-03[SPARC] Allow overaligned `alloca`s (#107223)Koakuma
2024-03-15[NVPTX] support dynamic allocas with PTX alloca instruction (#84585)Alex MacLean
2022-12-19[CodeGen] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-01[Sparc] Convert tests to check 'target=sparc.*'Paul Robinson
2022-12-01[NVPTX] Convert tests to check 'target=nvptx.*'Paul Robinson
2022-04-26[NVPTX][tests] add "XFAIL: nvptx" for some testsIgor Chebykin
2022-02-08[CodeGen][test] XFAIL CodeGen/Generic/ForceStackAlign.ll on SPARCRainer Orth
2021-06-08reland [IR] make -stack-alignment= into a module attrNick Desaulniers
2021-06-08Revert "[IR] make -stack-alignment= into a module attr"Nick Desaulniers
2021-06-08[IR] make -stack-alignment= into a module attrNick Desaulniers
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-11Use function attribute "stackrealign" to decide whether stackAkira Hatanaka
2015-07-20Targets: commonize some stack realignment codeJF Bastien