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