1. dc0f137 Switch from internal to linker_private linkage, it is sufficient to please the new linker. by Rafael Espindola · 13 years ago
  2. 584acf2 Fix link of libxul with LTO and the linker in xcode4. It is not clear if this by Rafael Espindola · 13 years ago
  3. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 14 years ago
  4. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  5. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  6. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 14 years ago
  7. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  10. 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
  11. 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
  12. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  13. 70ee975 Output UTF-16 string literals independent of host byte order. by Daniel Dunbar · 15 years ago
  14. 95b851e codegen string literals using private linkage now like llvm-gcc, eliminating by Chris Lattner · 15 years ago
  15. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 15 years ago
  16. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 15 years ago