llvm-project/clang/lib
Daniel Dunbar ead7c91240 Fix bitfield accesses which straddle the boundary of the underlying
type.

 - This generates somewhat less optimal code than before but this is
   not hard to rectify once stable (at the cost of slightly more
   complex code).

 - This currently always uses little-endian ordering of the bitfield. 

 - This breaks the CodeGen/bitfield.c test because it was grepping for
   hard-coded assembly instructions. Will fix once a better test case
   is constructed (hard to do without execution).

 - This fixes SingleSource/UnitTests/2006-01-23-InitializedBitField.c
   and Regression/C/PR1386.c from the test suite.

 - <rdar://problem/6085090>, <rdar://problem/6094169>

llvm-svn: 54395
2008-08-06 05:08:45 +00:00
..
AST remove spaces at eol to test commit access 2008-08-05 23:15:29 +00:00
Analysis Added decl_iterator to DeclStmt to provide an abstract interface to iterate over the ScopedDecls of a DeclStmt. 2008-08-05 20:46:55 +00:00
Basic Add EXTWARN Diagnostic class. 2008-08-05 00:07:51 +00:00
CodeGen Fix bitfield accesses which straddle the boundary of the underlying 2008-08-06 05:08:45 +00:00
Driver add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex In c89 mode accept hex fp constants as an extension: 2008-07-25 18:18:34 +00:00
Parse Move AsmLabel into Declarator instead of just a parameter to 2008-08-05 16:28:08 +00:00
Rewrite Add CSS for word wrapping of long message bubbles. 2008-07-11 23:13:22 +00:00
Sema Implement GNU asm-label extension support in CodeGen. This fixes 2008-08-06 00:03:29 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00