Skip to content
  1. Dec 05, 2012
  2. Dec 04, 2012
  3. Dec 03, 2012
  4. Nov 30, 2012
    • Chandler Carruth's avatar
      Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. · f12e3a67
      Chandler Carruth authored
      Rationale:
      1) This was the name in the comment block. ;]
      2) It matches Clang's __has_feature naming convention.
      3) It matches other compiler-feature-test conventions.
      
      Sorry for the noise. =]
      
      I've also switch the comment block to use a \brief tag and not duplicate
      the name.
      
      llvm-svn: 168996
      f12e3a67
  5. Nov 29, 2012
  6. Nov 28, 2012
  7. Nov 27, 2012
  8. Nov 20, 2012
    • Sean Silva's avatar
      Allow using MemoryBuffers with yaml::Stream directly. · aba8270d
      Sean Silva authored
      The rationale is to get YAML filenames in diagnostics from
      yaml::Stream::printError -- currently the filename is hard-coded as
      "YAML" because there's no buffer information available.
      
      Patch by Kim Gräsman!
      
      llvm-svn: 168341
      aba8270d
  9. Nov 17, 2012
  10. Nov 16, 2012
  11. Nov 14, 2012
  12. Nov 12, 2012
  13. Nov 10, 2012
  14. Nov 08, 2012
  15. Oct 31, 2012
  16. Oct 30, 2012
  17. Oct 29, 2012
    • Ulrich Weigand's avatar
      Implement arithmetic on APFloat with PPCDoubleDouble semantics by · d9f7e259
      Ulrich Weigand authored
      treating it as if it were an IEEE floating-point type with 106-bit
      mantissa.
      
      This makes compile-time arithmetic on "long double" for PowerPC
      in clang (in particular parsing of floating point constants)
      work, and fixes all "long double" related failures in the test
      suite.
      
      llvm-svn: 166951
      d9f7e259
  18. Oct 23, 2012
  19. Oct 18, 2012
    • Bob Wilson's avatar
      Use an export list when building JIT unittests. <rdar://problem/12473675> · 0f295dec
      Bob Wilson authored
      When building with LTO, the internalize pass is hiding some global symbols
      that are necessary for the JIT unittests. It seems like that may be a bug in
      LTO to do that by default, but until that gets fixed, this change makes sure
      that we export the necessary symbols for the tests to pass.
      
      llvm-svn: 166220
      0f295dec
  20. Oct 17, 2012
  21. Oct 16, 2012
  22. Oct 14, 2012
  23. Oct 12, 2012
Loading