aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-01constraints.md: New.Kazu Hirata1-0/+1
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-3/+3
2007-04-242007-xx-xx Chao-ying Fu <fu@mips.com> Richard Sandiford <richard@nildram.co.uk>Richard Sandiford1-1/+42
2007-04-24Revert:Jan Hubicka1-3/+3
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-3/+3
2007-04-22re PR middle-end/31448 (ICE in expand_shift with bit fields and expand inlini...Andrew Pinski1-1/+8
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+1
2007-04-06langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P.Daniel Berlin1-6/+0
2007-04-03expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield an appropri...Richard Henderson1-3/+13
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-1/+1
2007-03-22defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz1-7/+8
2007-03-01expr.c (emit_move_complex_push): Export.Richard Henderson1-11/+21
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-1/+9
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-23/+11
2007-02-15expr.c (expand_expr_real_1): If a temporary is made and the reference doesn't...Eric Botcazou1-3/+12
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-0/+35
2007-02-09calls.c (store_one_arg): Pass correct alignment to emit_push_insn for non-BLK...Joseph Myers1-1/+16
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-9/+44
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-4/+4
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-0/+7
2006-12-07expr.c (string_constant): Account for non-zero lower bound arrays.Andrew MacLeod1-1/+15
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-7/+20
2006-11-27expr.c (emit_block_move_via_libcall): Export.Jan Hubicka1-10/+11
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+24
2006-11-14expmed.c (emit_store_flag_1): New function.Richard Earnshaw1-18/+14
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-5/+0
2006-11-08[multiple changes]Dorit Nuzman1-0/+31
2006-10-13re PR target/29250 (internal compiler error: in extract_insn, at recog.c:2084)David Edelsohn1-1/+2
2006-10-09Revert emutls patch.Richard Henderson1-35/+0
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-0/+35
2006-07-26re PR target/27907 (ICE in expand_simple_unop, at optabs.c:2307)Zdenek Dvorak1-0/+2
2006-07-18tree.h (categorize_ctor_elements): Adjust prototype and add descriptive comme...Olivier Hainque1-29/+43
2006-06-23re PR middle-end/28131 (FAIL: gcc.c-torture/execute/va-arg-25.c compilation (...Roger Sayle1-3/+5
2006-06-20expr.c (expand_expr_real_1): For vector constants with integer modes...Roger Sayle1-8/+15
2006-05-23expr.c (undefined_operand_subword_p): New.Joseph Myers1-1/+40
2006-05-17re PR middle-end/27620 (g++.dg/init/array15.C uses 4MB stack space)Bernd Schmidt1-0/+13
2006-04-17expr.c (expand_assignment): Optimize away no-op moves where the source and de...Roger Sayle1-1/+4
2006-04-16re PR middle-end/25474 (Extra load for some FP code)Roger Sayle1-1/+5
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-12expr.c (emit_group_store): Correct operand order in call to subreg_lowpart_of...Roger Sayle1-4/+4
2006-04-10expr.c (store_constructor): Don't bother clearing target if we're about to as...Roger Sayle1-1/+1
2006-04-04builtins.c (fold_builtin_sprintf): Use fold_convert instead of convert in the...Roger Sayle1-33/+35
2006-04-02re PR middle-end/26977 (ICE in emit_move_insn)Roger Sayle1-6/+12
2006-03-31expr.c (emit_group_store): Make bytepos a HOST_WIDE_INT to signed vs.Roger Sayle1-1/+1
2006-03-30re PR target/17959 (-mpowerpc64 can cause worse code than without it)Roger Sayle1-6/+49
2006-03-28expr.c (emit_group_store): Only create a new pseudo reg if the quantity it ne...Roger Sayle1-3/+9
2006-03-21re PR middle-end/20297 (#pragma GCC visibility isn't properly handled for bui...Jason Merrill1-0/+4
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-26/+40