summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/c-strings.c
Commit message (Expand)AuthorAgeFilesLines
* Set dso_local on string literals.Rafael Espindola2018-03-201-1/+1
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-4/+4
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+2
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-2/+2
* [Hexagon] Xfail two tests that fail due to over-aligning arraysKrzysztof Parzyszek2015-12-141-0/+5
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-11/+11
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-4/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Add comdat to string literal variables on COFF.Rafael Espindola2015-01-161-1/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-5/+10
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-10/+5
* CodeGen: Remove unneeded directivesDavid Majnemer2014-03-241-24/+10
* CodeGen: Make string tests exercise the MS ABIDavid Majnemer2014-03-231-1/+20
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* Add SystemZ supportUlrich Weigand2013-05-061-3/+10
* FileCheck'ize testDmitri Gribenko2013-01-251-7/+26
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* make sure the size of constant arrays is respectedNuno Lopes2008-08-131-1/+3
* Add GetAddrOfConstantCString methodDaniel Dunbar2008-08-131-0/+34