Skip to content
  1. Apr 17, 2009
  2. Apr 13, 2009
  3. Apr 09, 2009
  4. Mar 31, 2009
  5. Mar 28, 2009
  6. Mar 22, 2009
  7. Mar 20, 2009
  8. Mar 10, 2009
  9. Mar 03, 2009
  10. Feb 28, 2009
  11. Feb 25, 2009
  12. Feb 20, 2009
  13. Feb 10, 2009
  14. Feb 08, 2009
  15. Feb 07, 2009
  16. Feb 04, 2009
  17. Feb 03, 2009
  18. 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
  19. 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
  20. Jan 16, 2009
  21. Jan 15, 2009
  22. Jan 10, 2009
  23. Jan 06, 2009
  24. Dec 18, 2008
  25. Dec 15, 2008
  26. Dec 13, 2008
  27. Dec 09, 2008
  28. Nov 26, 2008
Loading