Go to file
Chris Lattner 6512a88984 move a bunch more integer sizing out of target-specific code into
target indep code.  

Note that this changes functionality on PIC16: it defines __INT_MAX__
correctly for it, and it changes sizeof(long) to 16-bits (to match
the size of pointer).

llvm-svn: 57132
2008-10-05 20:06:37 +00:00
clang move a bunch more integer sizing out of target-specific code into 2008-10-05 20:06:37 +00:00
llvm Fix shift overflow bug that would occur when a field was a full 32-bits 2008-10-05 18:31:58 +00:00