Skip to content
  1. Dec 28, 2012
  2. Dec 27, 2012
  3. Dec 26, 2012
  4. Dec 25, 2012
    • Erik Verbruggen's avatar
      Fix for PR12222. · 11a2eccc
      Erik Verbruggen authored
      Changed getLocStart() and getLocEnd() to be required for Stmts, and make
      getSourceRange() optional. The default implementation for getSourceRange()
      is build the range by calling getLocStart() and getLocEnd().
      
      llvm-svn: 171067
      11a2eccc
    • Guy Benyei's avatar
      Add intel_ocl_bicc calling convention as a function attribute to clang. The... · f0a014bb
      Guy Benyei authored
      Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM.
      
      llvm-svn: 171056
      f0a014bb
    • Rafael Espindola's avatar
      Add 171048 back but invalidate the cache of all redeclarations when setting · 54606d57
      Rafael Espindola authored
      the body of a functions. The problem was that hasBody looks at the entire chain
      and causes problems to -fvisibility-inlines-hidden if the cache was not
      invalidated.
      
      Original message:
      
      Cache visibility of decls.
      
      This unifies the linkage and visibility caching. I first implemented this when
      working on pr13844, but the previous fixes removed the performance advantage of
      this one.
      This is still a step in the right direction for making linkage and visibility
      cheap to use.
      
      llvm-svn: 171053
      54606d57
    • NAKAMURA Takumi's avatar
      Revert r171048, "Cache visibility of decls." · eb63feb5
      NAKAMURA Takumi authored
      It broke stage2.
      
      llvm-svn: 171050
      eb63feb5
    • Rafael Espindola's avatar
      Cache visibility of decls. · f92a59f0
      Rafael Espindola authored
      This unifies the linkage and visibility caching. I first implemented this when
      working on pr13844, but the previous fixes removed the performance advantage of
      this one.
      
      This is still a step in the right direction for making linkage and visibility
      cheap to use.
      
      llvm-svn: 171048
      f92a59f0
  5. Dec 24, 2012
  6. Dec 23, 2012
  7. Dec 22, 2012
  8. Dec 21, 2012
Loading