Skip to content
Snippets Groups Projects
  1. Feb 20, 2014
    • Warren Hunt's avatar
      Add _mm_prefetch and some others as MS builtins · dd353014
      Warren Hunt authored
      This patch adds several built-ins that are required for ms 
      compatibility. _mm_prefetch must be a built-in because it takes a 
      compile-time constant argument and our prior approach of using a #define 
      to the current built-in doesn't work in the presence of re-declaration 
      of _mm_prefetch. The others can be obtained by including the windows 
      system headers. If a user includes the windows system headers but not 
      intrin.h they still need to work and therefore must be built-in because 
      we don't get a chance to implement them in intrin.h in this case.
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201734 91177308-0d34-0410-b5e6-96231b3b80d8
      dd353014
    • Aaron Ballman's avatar
      Until attribute documentation is implemented as a server-side feature, I will... · ea8a5232
      Aaron Ballman authored
      Until attribute documentation is implemented as a server-side feature, I will be manually committing AttributeReference.rst so that attribute documentation can be on the live server instead of simply disappearing from the language extensions page without obvious replacement.
      
      This is a temporary stop-gap solution until server-side generation is implemented, at which point the AttributeReference.rst will go back to holding placeholder text.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201733 91177308-0d34-0410-b5e6-96231b3b80d8
      ea8a5232
  2. Feb 19, 2014
Loading