Skip to content
  1. Apr 20, 2009
  2. Apr 19, 2009
  3. Apr 18, 2009
  4. Apr 17, 2009
  5. Apr 16, 2009
  6. Apr 15, 2009
  7. Apr 14, 2009
  8. Apr 13, 2009
  9. Apr 10, 2009
  10. Apr 09, 2009
  11. Apr 08, 2009
  12. Apr 07, 2009
    • Daniel Dunbar's avatar
      Various fixes to symbols used for Obj-C x86_64 metadata. · 15894b79
      Daniel Dunbar authored
       - Changed method names to match gcc (categories names still aren't
         mangled in).
      
       - Expose correct name for class and metadata symbols (although
         -fvisibility=hidden isn't yet correct).
      
       - Remove several things from llvm.used that didn't need to be there
         (I suspect this can still be trimmed).
      
       - Don't use asm-prefix extension for _objc_empty_{cache,vtable} (not
         needed).
      
       - Hide EH type class info with -fvisibility=hidden
      
       - Change setGlobal[Option]Visibility to not change the visibility of
         functions with internal linkage.
      
      llvm-svn: 68510
      15894b79
  13. Apr 04, 2009
  14. Apr 03, 2009
  15. Apr 02, 2009
  16. Apr 01, 2009
    • Steve Naroff's avatar
      CodeGenModule::GetAddrOfConstantCFString(): · 8d816d6c
      Steve Naroff authored
      - Finish up support for converting UTF8->UTF16 to support ObjC @"string" constants.
      
      Remove warning from CheckObjCString.
      
      As the FIXME in the test case indicates, I still have a bug to work out (apparently with \u handling).
      
      llvm-svn: 68245
      8d816d6c
Loading