tree.h (enum tree_code_class): Add tcc_vl_exp.
[gcc.git] / gcc / c-convert.c
2005-12-03 Joseph Myersc-common.c (c_sizeof_or_alignof_type): Use fold_convert...
2005-06-28 Joseph Myerstarget.h (invalid_conversion, [...]): New hooks.
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-03-29 Kazu Hiratabuiltin-types.def, [...]: Update copyright.
2005-03-23 Joseph Myersc-common.c (c_common_truthvalue_conversion): Adjust...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-02-04 Kazu Hirataalloc-pool.h, [...]: Update copyright.
2004-02-03 Paolo Bonzinire PR c/11658 (Wrong error message)
2003-06-19 Andreas Jaegerc-aux-info.c: Convert to ISO C99.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-04-05 Andreas SchwabFix last change: c-common.h instead of c-convert.h.
2002-04-05 Andreas Schwabc-convert.c: Include c-convert.h.
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-04-23 Joseph Myersc-convert.c (convert): When converting to a BOOLEAN_TYP...
2000-11-13 Joseph Myersc-common.c (boolean_increment): New function.
2000-06-24 Bernd SchmidtVector conversions support
2000-04-10 Richard Kennerc-convert.c (convert): Handle REFERENCE_TYPE like POINT...
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-01-06 Jeff LawCopyright fixes.
1998-05-06 Robert Lipetoplev.h: New file.
1995-06-15 Richard KennerUpdate FSF address.
1993-03-04 Richard Stallman(convert): Handle conversion to complex type.
1993-01-09 Brendan KehoeCygnus<-->FSF merge.
1992-12-30 Richard Kenner(convert_to_integer): Handle TRUTH_XOR_EXPR.
1992-09-11 Richard Stallman(convert_to_integer): Don't pass truncation thru lshift...
1992-09-09 Richard Stallman(convert_to_integer): When optimizing LSHIFT_EXPR and
1992-08-14 Richard Stallman(convert): When converting to variant of same type...
1992-07-31 Richard Stallman(convert): If main variants match,
1992-07-28 Richard Stallman(convert): Succeed if TYPE is the main variant of the...
1992-07-17 Richard Kenner(convert_to_integer): Don't add a NOP_EXPR in cases...
1992-07-17 Richard Stallman(convert_to_integer): Push truncation inside COND_EXPR.
1992-04-21 Tom Woodentered into RCS
1992-01-29 Richard StallmanInitial revision