Skip to content
  1. Feb 09, 2013
    • Jakob Stoklund Olesen's avatar
      Turn on -new-live-intervals by default. · 63e5b4c2
      Jakob Stoklund Olesen authored
      This uses a liveness algorithm that does not depend on data from the
      LiveVariables analysis, it is the first step towards removing
      LiveVariables completely.
      
      llvm-svn: 174774
      63e5b4c2
    • Jordan Rose's avatar
      CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. · cea01ee9
      Jordan Rose authored
      check_cxx_symbol_exists requires CMake 2.8.6, so even though I
      recommended it to Owen it's probably better to stay away for now.
      This check is not technically correct because we're checking <math.h>
      but then using <cmath> in the actual code, but if we run into problems we
      can do the same sort of dance as isinf() and isnan() where we check /both/
      headers and then write a wrapper header around them.
      
      llvm-svn: 174773
      cea01ee9
  2. Feb 08, 2013
  3. Feb 07, 2013
Loading