Skip to content
  1. Mar 22, 2009
  2. Mar 20, 2009
  3. Mar 10, 2009
  4. Mar 03, 2009
  5. Feb 28, 2009
  6. Feb 25, 2009
  7. Feb 20, 2009
  8. Feb 10, 2009
  9. Feb 08, 2009
  10. Feb 07, 2009
  11. Feb 04, 2009
  12. Feb 03, 2009
  13. Feb 02, 2009
    • Daniel Dunbar's avatar
      More ABI API cleanup. · d931a87f
      Daniel Dunbar authored
       - Lift CGFunctionInfo creation above ReturnTypeUsesSret and
         EmitFunction{Epi,Pro}log.
      
      llvm-svn: 63553
      d931a87f
    • Daniel Dunbar's avatar
      ABI handling API changes. · 7633cbf0
      Daniel Dunbar authored
       - Lift CGFunctionInfo creation up to callers of EmitCall.
      
       - Move isVariadic bit out of CGFunctionInfo, take as argument to
         GetFunctionType instead.
      
      No functionality change.
      
      llvm-svn: 63550
      7633cbf0
  14. Jan 20, 2009
    • Douglas Gregor's avatar
      Remove ScopedDecl, collapsing all of its functionality into Decl, so · 6e6ad602
      Douglas Gregor authored
      that every declaration lives inside a DeclContext.
      
      Moved several things that don't have names but were ScopedDecls (and,
      therefore, NamedDecls) to inherit from Decl rather than NamedDecl,
      including ObjCImplementationDecl and LinkageSpecDecl. Now, we don't
      store empty DeclarationNames for these things, nor do we try to insert
      them into DeclContext's lookup structure.
      
      The serialization tests are temporarily disabled. We'll re-enable them
      once we've sorted out the remaining ownership/serialiazation issues
      between DeclContexts and TranslationUnion, DeclGroups, etc.
      
      llvm-svn: 62562
      6e6ad602
  15. Jan 16, 2009
  16. Jan 15, 2009
  17. Jan 10, 2009
  18. Jan 06, 2009
  19. Dec 18, 2008
  20. Dec 15, 2008
  21. Dec 13, 2008
  22. Dec 09, 2008
  23. Nov 26, 2008
  24. Nov 25, 2008
  25. Nov 22, 2008
  26. Nov 21, 2008
  27. Nov 20, 2008
Loading