summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/alignment.c
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2020-08-12Limit Max Vector alignment on COFF targets to 8192.Erich Keane
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2015-09-29Honor the casted-to alignment of an explicit cast even whenJohn McCall
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-07Correctly allign arrays on 32 bit systems.Rafael Espindola
2012-08-16Remove names from the CHECK lines.Tanya Lattner
2012-08-16Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner
2012-01-04fix test on -Asserts builds.Chris Lattner
2012-01-04implement rdar://10639962 by keeping track of increased alignment Chris Lattner
2011-12-19loads also handled of course.Chris Lattner
2011-12-19Fix PR5279 - don't sliently drop alignment information on stores of types tha...Chris Lattner
2011-12-19filecheckize.Chris Lattner
2011-12-19rename test.Chris Lattner