summaryrefslogtreecommitdiff
path: root/test/CodeGen/darwin-string-literals.c
Commit message (Expand)AuthorAgeFilesLines
* [PPC] Remove Darwin support from POWER backend.Kit Barton2018-08-271-8/+0
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-6/+6
* Use private linkage for utf-16 objc strings too.Rafael Espindola2014-01-211-4/+4
* Now that r199688 avoids the real issue, use private linkage for objc strings.Rafael Espindola2014-01-211-2/+2
* Give explicit sections for string constants used in NSStrings.Rafael Espindola2014-01-201-4/+4
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* The UTF16 string referenced by a CFString should go into the __TEXT,__ustringBill Wendling2012-03-301-2/+5
* Switch from internal to linker_private linkage, it is sufficient to please th...Rafael Espindola2011-03-141-2/+2
* Fix link of libxul with LTO and the linker in xcode4. It is not clear if thisRafael Espindola2011-03-141-2/+2
* Add unnamed_addr to the special strings created byRafael Espindola2011-01-171-4/+4
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-2/+2
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-2/+0
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-041-0/+2
* Don't explicitly force utf strings into the __TEXT,__ustringChris Lattner2010-02-011-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* fix some cfstring related issues: Chris Lattner2009-10-141-4/+4
* Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).Daniel Dunbar2009-08-031-2/+3
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Output UTF-16 string literals independent of host byte order.Daniel Dunbar2009-07-231-4/+10
* codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner2009-07-161-5/+4
* Add target hook for setting symbol prefix and section of unicodeDaniel Dunbar2009-04-031-1/+2
* Add Target hooks for IRgen of [cf]string literals.Daniel Dunbar2009-03-311-0/+9