aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/c-strings.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-14[Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek1-0/+5
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie1-11/+11
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-4/+4
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-01-16Add comdat to string literal variables on COFF.Rafael Espindola1-1/+1
2014-03-24MS ABI: Eliminate Duplicate StringsDavid Majnemer1-5/+10
2014-03-24Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov1-10/+5
2014-03-24CodeGen: Remove unneeded directivesDavid Majnemer1-24/+10
2014-03-23CodeGen: Make string tests exercise the MS ABIDavid Majnemer1-1/+20
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-5/+5
2013-05-06Add SystemZ supportUlrich Weigand1-3/+10
2013-01-25FileCheck'ize testDmitri Gribenko1-7/+26
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-4/+4
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-08-13make sure the size of constant arrays is respectedNuno Lopes1-1/+3
2008-08-13Add GetAddrOfConstantCString methodDaniel Dunbar1-0/+34