Skip to content
  1. Sep 30, 2011
  2. Sep 29, 2011
  3. Sep 28, 2011
  4. Sep 27, 2011
  5. Sep 26, 2011
  6. Sep 25, 2011
  7. Sep 24, 2011
  8. Sep 23, 2011
  9. Sep 22, 2011
  10. Sep 21, 2011
    • Jim Grosbach's avatar
      Tidy up. Whitepsace. · 098f5a29
      Jim Grosbach authored
      llvm-svn: 140275
      098f5a29
    • Nadav Rotem's avatar
      [VECTOR-SELECT] Address one of the bugs in pr10902. · bc9ba301
      Nadav Rotem authored
      Vector SetCC result types need to be type-legalized.
      This code worked before because scalar result types are known to be legal.
      
      llvm-svn: 140249
      bc9ba301
    • Andrew Trick's avatar
      Lower ARM adds/subs to add/sub after adding optional CPSR operand. · 924123ac
      Andrew Trick authored
      This is still a hack until we can teach tblgen to generate the
      optional CPSR operand rather than an implicit CPSR def. But the
      strangeness is now limited to the selection DAG. ADD/SUB MI's no
      longer have implicit CPSR defs, nor do we allow flag setting variants
      of these opcodes in machine code. There are several corner cases to
      consider, and getting one wrong would previously lead to nasty
      miscompilation. It's not the first time I've debugged one, so this
      time I added enough verification to ensure it won't happen again.
      
      llvm-svn: 140228
      924123ac
Loading