Skip to content
  1. Sep 26, 2011
  2. Sep 25, 2011
  3. Sep 24, 2011
    • Nadav Rotem's avatar
      · c2deabd2
      Nadav Rotem authored
      Implement Duncan's suggestion to use the result of getSetCCResultType if it is legal
      (this is always the case for scalars), otherwise use the promoted result type.
      
      Fix test/CodeGen/X86/vsplit-and.ll when promote-elements is enabled.
      
      llvm-svn: 140464
      c2deabd2
    • Nadav Rotem's avatar
      [Vector-Select] Address one of the problems in 10902. · 77426a75
      Nadav Rotem authored
      When generating the trunc-store of i1's, we need to use the vector type and not
      the scalar type.
      
      This patch fixes the assertion in CodeGen/Generic/bool-vector.ll when
      running with -promote-elements.
      
      llvm-svn: 140463
      77426a75
    • Benjamin Kramer's avatar
      Update CMake build. · c9d78d74
      Benjamin Kramer authored
      llvm-svn: 140462
      c9d78d74
    • Sebastian Redl's avatar
      Add a special note for overload resolution when an initializer list argument · a72462cd
      Sebastian Redl authored
      cannot be converted.
      This is in preparation for overload resolution of initializer lists.
      Currently, you will always get this message when you try to pass an init
      list to an overloaded function.
      
      llvm-svn: 140461
      a72462cd
Loading