[llvm-commits] [llvm-gcc-4-2] r39811 - in /llvm-gcc-4-2/trunk/gcc: llvm-convert.cpp llvm-debug.cpp

Devang Patel dpatel at apple.com
Fri Jul 13 10:20:15 PDT 2007


On Jul 13, 2007, at 8:43 AM, Duncan Sands wrote:

> Include tm_p.h to get the definition of REG_CLASS_FROM_CONSTRAINT.
> Simplify use of vectors with constructors, and fix some small
> conversion bugs while there (eg: index used for value, value
> used for index).  Ressurect ConvertUnionCONSTRUCTOR, make it compile.
> FILE_TYPE has gone forever - it seems pointless to keep the comment.
> Before CHAR_TYPE was nuked, dwarf2out was changed to treat CHAR_TYPE
> and INTEGER_TYPE identically - so try to test for pascal strings
> using INTEGER_TYPE rather than CHAR_TYPE.  Determine the encoding
> for INTEGER_TYPE in the same way as in dwarf2out.  Break long lines.

Thanks!
-
Devang



More information about the llvm-commits mailing list