summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/alloc-no-stack-realign.ll
AgeCommit message (Expand)Author
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-10-14[ARM] Simplify address calculation for NEON load/storeAndrew Savonichev
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-05-11[SelectionDAG] Don't promote the alignment of allocas beyond the stack alignm...Eli Friedman
2017-11-28[DAGCombine] Disable finding better chains for stores at O0Simon Dardis
2017-04-20ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover
2017-03-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-03-03[SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth
2017-02-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-25In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-10-13Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-10-13In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-10-12[DAGCombiner] Do not remove the load of stored values when optimizations are ...Konstantin Zhuravlyov
2016-09-28Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-09-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-19[ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha
2015-02-04Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin
2015-01-08Fix large stack alignment codegen for ARM and Thumb2 targetsKristof Beyls
2014-12-13Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."Ahmed Bougacha
2014-12-13Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."Renato Golin
2014-12-10[ARM] Combine base-updating/post-incrementing vector load/stores.Ahmed Bougacha
2014-12-09[ARM] Make testcase more explicit. NFC.Ahmed Bougacha
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling
2013-02-08Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren