Skip to content
  1. Nov 08, 2009
    • Daniel Dunbar's avatar
      Eliminate &&s in tests. · 8b576979
      Daniel Dunbar authored
       - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
      
      llvm-svn: 86430
      8b576979
  2. Nov 07, 2009
  3. Nov 04, 2009
  4. Nov 03, 2009
  5. Oct 31, 2009
  6. Oct 30, 2009
  7. Oct 29, 2009
  8. Oct 28, 2009
  9. Oct 27, 2009
  10. Oct 26, 2009
  11. Oct 23, 2009
  12. Oct 21, 2009
  13. Oct 20, 2009
  14. Oct 18, 2009
  15. Oct 17, 2009
  16. Oct 15, 2009
  17. Oct 14, 2009
    • Chris Lattner's avatar
      fix some cfstring related issues: · 4f8a2e22
      Chris Lattner authored
      1) -fwritable-string does affect the non-utf16 version of cfstrings
         just not the utf16 ones.
      2) utf16 strings should always be marked constant, as the __TEXT segment
         is readonly.
      3) The name of the global doesn't matter, remove it from TargetInfo.
      4) Trust the asmprinter to drop cstrings into the right section, like llvmgcc does now.
      
      This fixes rdar://7115750
      
      llvm-svn: 84077
      4f8a2e22
  18. Oct 13, 2009
  19. Oct 09, 2009
  20. Oct 08, 2009
  21. Oct 07, 2009
  22. Oct 05, 2009
  23. Oct 02, 2009
Loading