Skip to content
  1. Feb 12, 2009
    • Steve Naroff's avatar
      Several cleanups: · b7605153
      Steve Naroff authored
      - rename isObjCIdType/isObjCClassType -> isObjCIdStructType/isObjCClassStructType. The previous name didn't do what you would expect.
      - add back isObjCIdType/isObjCClassType to do what you would expect. Not currently used, however many of the isObjCIdStructType/isObjCClassStructType clients could be converted over time.
      - move static Sema function areComparableObjCInterfaces to ASTContext (renamed to areComparableObjCPointerTypes, since it now operates on pointer types).
      
      llvm-svn: 64385
      b7605153
    • Daniel Dunbar's avatar
      Support __attribute__(section(<name>)) · 648bf783
      Daniel Dunbar authored
      llvm-svn: 64380
      648bf783
    • Daniel Dunbar's avatar
      x86_64: Initial varargs support. · 753cc07d
      Daniel Dunbar authored
       - Doesn't yet handle case where values are passed in mixed (general
         purpose & floating point) registers; otherwise largely
         functional. Code still needs some cleaning.
      
      Fixes:
      MultiSource/Applications/lua/lua
      MultiSource/Applications/siod/siod
      MultiSource/Applications/sqlite3/sqlite3
      SingleSource/Regression/C/PR640
      SingleSource/UnitTests/2003-07-09-SignedArgs
      SingleSource/UnitTests/2007-03-02-VaCopy
      
      gcc compat test suite results (Darwin x86-32 & -64):
      --
      # of expected passes		1262
      # of unexpected failures	56
      # of unresolved testcases	34
      # of unsupported tests		2
      
      Compare to: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090209/012050.html
      
      llvm-svn: 64370
      753cc07d
    • Anders Carlsson's avatar
      Add support for generating block call expressions. · 2437cbfa
      Anders Carlsson authored
      llvm-svn: 64346
      2437cbfa
  2. Feb 11, 2009
  3. Feb 10, 2009
  4. Feb 09, 2009
  5. Feb 08, 2009
Loading