Skip to content
  1. Feb 06, 2014
  2. Feb 05, 2014
  3. Feb 04, 2014
    • Chandler Carruth's avatar
      Silence a warning: · f6ae4922
      Chandler Carruth authored
      In file included from ../unittests/Support/ProcessTest.cpp:11:
      ../utils/unittest/googletest/include/gtest/gtest.h:1448:28: warning: comparison of integers of different signs: 'const unsigned int' and 'const int' [-Wsign-compare]
      GTEST_IMPL_CMP_HELPER_(NE, !=);
      ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      ../utils/unittest/googletest/include/gtest/gtest.h:1433:12: note: expanded from macro 'GTEST_IMPL_CMP_HELPER_'
        if (val1 op val2) {\
                 ^
      ../unittests/Support/ProcessTest.cpp:46:3: note: in instantiation of function template specialization 'testing::internal::CmpHelperNE<unsigned int, int>' requested here
        EXPECT_NE((r1 | r2), 0);
        ^
      
      llvm-svn: 200801
      f6ae4922
    • Rafael Espindola's avatar
      Remove unused SF_ThreadLocal. · 975e115e
      Rafael Espindola authored
      llvm-svn: 200800
      975e115e
    • Justin Bogner's avatar
      llvm-cov: Fix include order in GCOV.cpp · df82c62f
      Justin Bogner authored
      llvm-svn: 200796
      df82c62f
    • Benjamin Kramer's avatar
      SimplifyLibCalls: Push TLI through the exp2->ldexp transform. · 34f460ed
      Benjamin Kramer authored
      For the odd case of platforms with exp2 available but not ldexp.
      
      llvm-svn: 200795
      34f460ed
    • Peter Collingbourne's avatar
      Avoid using EL_GETFP. · 45b4c499
      Peter Collingbourne authored
      This should fix the build against old versions of libedit.
      
      llvm-svn: 200794
      45b4c499
Loading