summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/c-strings.c
AgeCommit message (Expand)Author
2025-08-13[clang] [test] Improve XFAIL patterns for aarch64 msvc (#153397)Martin Storsjö
2025-08-12[win][arm64ec] Handle Arm64EC for Clang CodeGen tests that current XFAIL AArc...Daniel Paoliello
2022-12-20[CLANG] Fix typo in test/CodeGen/c-strings.cMuhammad Omair Javaid
2022-12-19[CLANG] XFAIL c-strings.c & volatile-1.c AArch64/WindowsMuhammad Omair Javaid
2022-12-15[clang] Convert tests to check 'target=...'Paul Robinson
2022-11-30[Hexagon] Convert tests to check 'target=hexagon-.*'Paul Robinson
2022-11-02[CLANG] XFAIL c-strings.c & volatile-1.c AArch64/WindowsMuhammad Omair Javaid
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-05-18[NFC][Clang] Modify expect of fail test or XFAIL because CSKY align is differentZi Xuan Wu (Zeson)
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2018-03-20Set dso_local on string literals.Rafael Espindola
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2015-12-14[Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-01-16Add comdat to string literal variables on COFF.Rafael Espindola
2014-03-24MS ABI: Eliminate Duplicate StringsDavid Majnemer
2014-03-24Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov
2014-03-24CodeGen: Remove unneeded directivesDavid Majnemer
2014-03-23CodeGen: Make string tests exercise the MS ABIDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-05-06Add SystemZ supportUlrich Weigand
2013-01-25FileCheck'ize testDmitri Gribenko
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-13make sure the size of constant arrays is respectedNuno Lopes
2008-08-13Add GetAddrOfConstantCString methodDaniel Dunbar