Age | Commit message (Expand) | Author | Files | Lines |
2002-04-16 | re PR middle-end/6279 (gcc-3.1 miscompiles qmake on IA-64) | Jakub Jelinek | 1 | -2/+7 |
2002-04-12 | expr.c (expand_assigment): Remove duplicate conversions #ifdef POINTERS_EXTEN... | Richard Kenner | 1 | -10/+10 |
2002-04-11 | re PR rtl-optimization/6177 (ia64 ICE with single-element complex array in LA... | Jakub Jelinek | 1 | -0/+10 |
2002-04-10 | expr.c (expand_expr): Don't force into registers if EXPAND_INITIALIZER. | Richard Henderson | 1 | -1/+2 |
2002-04-09 | expr.c (expand_expr): Force overflows into registers. | Richard Henderson | 1 | -1/+11 |
2002-04-09 | expr.c (is_aligning_offset): New function. | Richard Kenner | 1 | -0/+57 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -2/+3 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -1/+1 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -5/+3 |
2002-03-29 | re PR target/5672 ([mn10200] Compiler segmentation fault in static initialiser.) | Richard Henderson | 1 | -1/+2 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -9/+13 |
2002-03-27 | c-common.c (c_expand_expr): Fix prototype. | Neil Booth | 1 | -2/+3 |
2002-03-25 | c-decl.c (maybe_build_cleanup): Remove. | Neil Booth | 1 | -1/+2 |
2002-03-25 | re PR target/6043 (IICE on ia64 for Blitz config test for C++ complex math) | Jakub Jelinek | 1 | -4/+18 |
2002-03-22 | fix g++ testcase crash namedret1.c on sparcv9 and s390 | Andrew MacLeod | 1 | -1/+2 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -1/+1 |
2002-03-21 | * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT. | Richard Kenner | 1 | -1/+1 |
2002-03-20 | PR optimization/5999, middle-end/5731 | Dale Johannesen | 1 | -0/+1 |
2002-03-19 | expr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER. | David Edelsohn | 1 | -7/+6 |
2002-03-19 | emit-rtl.c (gen_int_mode): New function. | Lars Brinkhoff | 1 | -3/+2 |
2002-03-18 | re PR target/5740 (sparcv9 ICE on complex_value.cc in libstdc++ test suite) | Jakub Jelinek | 1 | -6/+11 |
2002-03-13 | expr.c (expand_expr, [...]): Do not call copy_to_reg with VOIDmode operand. | Ulrich Weigand | 1 | -1/+18 |
2002-03-09 | re PR middle-end/5877 (negative offset to array index leads to inefficient code) | Jakub Jelinek | 1 | -11/+12 |
2002-03-08 | expr.c (expand_expr): Use unsave lang hook. | Neil Booth | 1 | -1/+2 |
2002-02-28 | rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i... | Steve Ellcey | 1 | -5/+5 |
2002-02-25 | expr.c (expand_expr): Do not apply distributive law in EXPAND_SUM case. | Richard Henderson | 1 | -14/+11 |
2002-02-22 | expr.c (store_expr): When converting expression to promoted equivalent type... | Richard Kenner | 1 | -1/+5 |
2002-02-21 | emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS... | Richard Henderson | 1 | -20/+4 |
2002-02-21 | re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055) | Jakub Jelinek | 1 | -13/+11 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -2/+9 |
2002-02-16 | * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE. | Richard Kenner | 1 | -1/+6 |
2002-02-13 | re PR c/5681 (gcc 3.0.3 produces wrong assembler code) | Jakub Jelinek | 1 | -1/+1 |
2002-02-12 | c-typeck.c (digest_init): Handle vectors. | Stan Shebs | 1 | -6/+23 |
2002-02-08 | expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also. | Richard Henderson | 1 | -4/+13 |
2002-01-29 | expr.c (force_operand): Ignore flag_pic for detecting pic address loads. | Richard Henderson | 1 | -2/+1 |
2002-01-23 | * expr.c (move_by_pieces_1): Extend size before negation. | Richard Henderson | 1 | -2/+4 |
2002-01-12 | Fix editing error | Richard Kenner | 1 | -1/+1 |
2002-01-12 | diagnostic.c (warn_deprecated_use): Rework to lower indentation. | Richard Kenner | 1 | -21/+25 |
2002-01-11 | * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET. | Janis Johnson | 1 | -1/+1 |
2002-01-08 | expr.c (store_expr): Convert VOIDmode constants back to target's mode. | Jakub Jelinek | 1 | -6/+12 |
2002-01-04 | tree.h (expand_expr_stmt_value): Add maybe_last argument. | Jakub Jelinek | 1 | -2/+2 |
2002-01-03 | builtins.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2002-01-02 | c-common.h (genrtl_expr_stmt_value): Declare. | Alexandre Oliva | 1 | -3/+3 |
2001-12-29 | expr.c (store_field): Use adjust_address, not PUT_MODE. | Richard Kenner | 1 | -6/+3 |
2001-12-29 | * expr.c (convert_move): If -fforce-mem, force FROM to not be memory. | Richard Kenner | 1 | -0/+3 |
2001-12-28 | expr.c (expand_expr): Don't mark memory for non-constants as constant. | Geoffrey Keating | 1 | -4/+1 |
2001-12-22 | expr.c (expand_expr, [...]): Handling taking address of SAVE_EXPR. | Richard Kenner | 1 | -14/+26 |
2001-12-17 | expmed.c (emit_store_flag): Extract updated comparison code from the return v... | Jeff Law | 1 | -0/+8 |
2001-12-16 | expr.c (highest_pow2_factor, [...]): Fix error in last change. | Richard Kenner | 1 | -1/+2 |
2001-12-15 | expr.c (highest_pow2_factor, [...]): Return BIGGEST_ALIGNMENT for 0. | Richard Kenner | 1 | -8/+8 |