Skip to content
  1. Jul 17, 2011
    • Oscar Fuentes's avatar
      Fix CMake build on Solaris · 2d48f653
      Oscar Fuentes authored
      When building LLVM/Clang on Solaris. The generated makefiles would
      have an extraneous semi-colon character in them prior to this change
      due to the way the 'CMAKE_CXX_FLAGS' variable was defined. Simply
      adjusting the definition by moving the current CMAKE_CXX_FLAGS value
      within the quotes solves the problem.
      
      Patch by Art Haas!
      
      llvm-svn: 135361
      2d48f653
    • Chris Lattner's avatar
      tidy up · d04e32d3
      Chris Lattner authored
      llvm-svn: 135360
      d04e32d3
    • Chandler Carruth's avatar
      Revert r135217, which wasn't the correct fix for PR10358. With this · 7cf5a376
      Chandler Carruth authored
      patch, we actually move the state-machine for the value set backwards
      one step. This can pretty easily lead to infinite loops where we
      continually try to propagate a bit, succeed for one iteration, but then
      back up because we find an uninitialized use.
      
      A reduced test case from PR10379 is included.
      
      llvm-svn: 135359
      7cf5a376
    • Benjamin Kramer's avatar
      Silence compiler warnings. · a7606b99
      Benjamin Kramer authored
      llvm-svn: 135358
      a7606b99
  2. Jul 16, 2011
Loading