summaryrefslogtreecommitdiff
path: root/test/CodeGen/darwin-string-literals.c
AgeCommit message (Expand)Author
2015-05-12Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava
2014-01-21Use private linkage for utf-16 objc strings too.Rafael Espindola
2014-01-21Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola
2014-01-20Give explicit sections for string constants used in NSStrings.Rafael Espindola
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2012-03-30The UTF16 string referenced by a CFString should go into the __TEXT,__ustringBill Wendling
2011-03-14Switch from internal to linker_private linkage, it is sufficient to please th...Rafael Espindola
2011-03-14Fix link of libxul with LTO and the linker in xcode4. It is not clear if thisRafael Espindola
2011-01-17Add unnamed_addr to the special strings created byRafael Espindola
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall
2010-02-01Don't explicitly force utf strings into the __TEXT,__ustringChris Lattner
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-10-14fix some cfstring related issues: Chris Lattner
2009-08-03Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-23Output UTF-16 string literals independent of host byte order.Daniel Dunbar
2009-07-16codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner
2009-04-03Add target hook for setting symbol prefix and section of unicodeDaniel Dunbar
2009-03-31Add Target hooks for IRgen of [cf]string literals.Daniel Dunbar