1. 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 13 years ago
  2. a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 13 years ago
  3. 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
  4. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  5. 460980d Add unnamed_addr to internal globals which are only used as an operand to memcpy. (Spotted by looking at IR.) by Eli Friedman · 13 years ago
  6. b0dd670 Match llvm-gcc's string literals alignment by forcing alignment on string literals to 1. This can significantly impact the size of the string data, and as far as I know, the alignment doesn't help performance. rdar://9078969 . by Eli Friedman · 13 years ago
  7. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  8. 04ea366 tests: Force a triple to avoid wchar_t differences. by Daniel Dunbar · 14 years ago
  9. a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 14 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 16 years ago
  13. c8e9cd6 eliminate some random .ll file outputs by Chris Lattner · 16 years ago
  14. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  15. 6d0747d no need to verify this, no errors/warnings are expected. by Chris Lattner · 17 years ago
  16. ad6ebd6 String literal in aggregate expression by Seo Sanghyeon · 17 years ago