Skip to content
  1. May 21, 2008
  2. May 20, 2008
  3. May 19, 2008
  4. May 18, 2008
  5. May 17, 2008
    • Eli Friedman's avatar
      Fix support for _Bool bitfields. The issue is that the bitfield width · f2442dcc
      Eli Friedman authored
      used for _Bool is not the same as the primitive width (which for _Bool 
      is 1 bit).  The load and store changes add some casts to make the 
      types consistent.  The EmitLValue changes make sure that the pointer is 
      of an appropriate type for loading the bitfield.
      
      This isn't perfect, but it's an improvement, and getting everything 
      right depends on actually laying out structs in an ABI-compliant way.
      
      llvm-svn: 51224
      f2442dcc
Loading