[llvm-commits] [llvm-gcc] BITWIDTH8.patch (please review/commit)

Reid Spencer rspencer at reidspencer.com
Thu Feb 15 20:06:54 PST 2007


Devang,

Please find attached the latest bitwidth attribute patch. This is a
candidate for committing to llvm-gcc if it passes your review. The
differences between this patch and the one you reviewed are:

1. All six of the bit reduction builtins have been removed (not needed).
2. I've hacked on the C++ part of llvm-gcc to get it to handle the three
remaining
   builtins much like C does. This was a lot more involved than just
modifying the
   typeck.c file. semantics.c and call.c had to be modified too.

The main thing needing review are the changes to gcc/cp/*.c. The rest
you've already reviewed. If it looks good, please consider committing
it.

Thanks,

Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BITWIDTH8.patch
Type: text/x-patch
Size: 35657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070215/6dd8a51b/attachment.bin>


More information about the llvm-commits mailing list