Skip to content
  1. Aug 31, 2010
  2. Aug 30, 2010
  3. Aug 29, 2010
    • Alexis Hunt's avatar
      Implement C++0x user-defined string literals. · 79eb5469
      Alexis Hunt authored
      The extra data stored on user-defined literal Tokens is stored in extra
      allocated memory, which is managed by the PreprocessorLexer because there isn't
      a better place to put it that makes sure it gets deallocated, but only after
      it's used up. My testing has shown no significant slowdown as a result, but
      independent testing would be appreciated.
      
      llvm-svn: 112458
      79eb5469
    • Bob Wilson's avatar
      Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub · 0e7a3989
      Bob Wilson authored
      with zext/sext operations, instead of to llvm intrinsics.  (We can also
      get rid of the clang builtins and handle these entirely in the arm_neon.h
      header if there is a way to express vector sext/zext in C.)
      
      llvm-svn: 112413
      0e7a3989
  4. Aug 27, 2010
  5. Aug 26, 2010
  6. Aug 25, 2010
  7. Aug 24, 2010
  8. Aug 23, 2010
  9. Aug 22, 2010
Loading