summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/mips-vector-return.c
AgeCommit message (Expand)Author
2025-01-20[Clang] Don't match irrelevant attributes in mips return tests (NFC)Nikita Popov
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
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-24[clang][test] Make mips-vector-return.c work with CLANG_DEFAULT_PIE_ON_LINUX=onFangrui Song
2021-12-02[funcattrs] Infer writeonly argument attributePhilip Reames
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
2018-02-07Recommit r324107 again.Rafael Espindola
2018-02-07Revert "Recommit r324107."Rafael Espindola
2018-02-07Recommit r324107.Rafael Espindola
2018-02-02Revert "Start setting dso_local in clang."Rafael Espindola
2018-02-02Start setting dso_local in clang.Rafael Espindola
2014-09-04[mips] Mark aggregates returned in registers with the 'inreg' attribute.Daniel Sanders
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-01-31Update the tests.Bill Wendling
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-07-03Make the following changes in the way Mips handles vector arguments and returnAkira Hatanaka
2012-05-11Fix handling of vector return types.Akira Hatanaka