Skip to content
  1. Jan 07, 2012
  2. Jan 06, 2012
  3. Jan 05, 2012
  4. Jan 04, 2012
  5. Jan 03, 2012
  6. Jan 01, 2012
    • Rafael Espindola's avatar
      Revert 147399. It broke CodeGen/ARM/vext.ll. · d3df9401
      Rafael Espindola authored
      llvm-svn: 147400
      d3df9401
    • Elena Demikhovsky's avatar
      Fixed a bug in SelectionDAG.cpp. · 67f80c34
      Elena Demikhovsky authored
      The failure seen on win32, when i64 type is illegal.
      It happens on stage of conversion VECTOR_SHUFFLE to BUILD_VECTOR.
      
      The failure message is:
      llc: SelectionDAG.cpp:784: void VerifyNodeCommon(llvm::SDNode*): Assertion `(I->getValueType() == EltVT || (EltVT.isInteger() && I->getValueType().isInteger() && EltVT.bitsLE(I->getValueType()))) && "Wrong operand type!"' failed.
      
      I added a special test that checks vector shuffle on win32.
      
      llvm-svn: 147399
      67f80c34
  7. Dec 28, 2011
    • Nadav Rotem's avatar
      PR11662. · 3c3dd6e5
      Nadav Rotem authored
      Promotion of the mask operand needs to be done using PromoteTargetBoolean, and not padded with garbage.
      
      llvm-svn: 147309
      3c3dd6e5
  8. Dec 26, 2011
  9. Dec 25, 2011
  10. Dec 23, 2011
  11. Dec 22, 2011
  12. Dec 21, 2011
  13. Dec 20, 2011
Loading