Skip to content
  1. May 21, 2008
  2. May 20, 2008
  3. May 19, 2008
  4. May 16, 2008
  5. May 15, 2008
  6. May 14, 2008
  7. May 13, 2008
  8. May 12, 2008
  9. May 10, 2008
  10. May 09, 2008
    • Nate Begeman's avatar
      Extend vector member references to include {.hi, .lo, .e, .o} which return a · f322eabb
      Nate Begeman authored
      vector of the same element type and half the width, with the high, low, even,
      and odd elements respectively.
      
      Allow member references to member references, so that .hi.hi gives you the high
      quarter of a vector.  This is fairly convenient syntax for some insert/extract
      operations.
      
      Remove some unnecessary methods/types in the ExtVectorElementExpr class.
      
      llvm-svn: 50892
      f322eabb
  11. May 07, 2008
  12. May 05, 2008
  13. May 04, 2008
  14. May 02, 2008
  15. May 01, 2008
  16. Apr 28, 2008
  17. Apr 27, 2008
    • Argyrios Kyrtzidis's avatar
      Parsing of namespaces: · 08114898
      Argyrios Kyrtzidis authored
      -NamespaceDecl for the AST
      -Checks for name clashes between namespaces and tag/normal declarations.
      
      This commit doesn't implement proper name lookup for namespaces.
      
      llvm-svn: 50321
      08114898
  18. Apr 23, 2008
    • Ted Kremenek's avatar
      TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects · 467297ab
      Ted Kremenek authored
      when it is constructed via deserialization.  This is done by recording a flag
      indicating that this is the case, and it deletes these objects by getting
      the references stored in the ASTContext object.  This fixes some memory
      leaks that occurs when we deserialize translation units from bitcode files.
      
      The rationale between having TranslationUnit sometimes own these objects and
      sometimes not is that a TranslationUnit object can be constructed from
      state generated by the parser (Preprocessor; semantic analyzer, etc.), and thus
      in these cases won't own the IdentifierTable or Selectors, etc.  During
      deserialization, there is no Preprocessor, so somebody needs to own these
      objects in order for them to be properly reclaimed.
      
      llvm-svn: 50149
      467297ab
    • Fariborz Jahanian's avatar
      Patch to build AST for property implementation declarations and · 6efdf1dd
      Fariborz Jahanian authored
      to print declaration from its AST.
      
      llvm-svn: 50117
      6efdf1dd
Loading