Skip to content
  1. Feb 10, 2008
    • Steve Naroff's avatar
      · 43c50866
      Steve Naroff authored
      Change Expr::isLvalue() to allow the "void" type. This fixes bz2000 submitted by Neil Booth.
      
      Neil, can you point me to the place in the C99 spec that says this is allowed? I thought Expr::isLvalue() conformed to the spec, which says "C99 6.3.2.1: an lvalue is an expression with an object type or an incomplete type other than void.". Please advise.
      
      llvm-svn: 46917
      43c50866
    • Nick Lewycky's avatar
      Match GCC's behaviour for these sections. · 52ea27db
      Nick Lewycky authored
      llvm-svn: 46916
      52ea27db
    • Nate Begeman's avatar
      memopv16i8 had wrong alignment requirement, would have broken pabsb · 727c7634
      Nate Begeman authored
      pabs{b,w,d} are not two address
      fix extract-to-mem sse4 ops
      add sse4 vector sign extend nodes
      
      llvm-svn: 46915
      727c7634
  2. Feb 09, 2008
  3. Feb 08, 2008
Loading