aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-1/+1
2010-11-16expr.c (alignment_for_piecewise_move): New function.Nathan Froyd1-96/+64
2010-11-11re PR middle-end/46388 (ICE in int_mode_for_mode, at stor-layout.c:493)Jakub Jelinek1-10/+20
2010-11-05re PR target/45670 (Less efficient x86 addressing mode selection on 4.6, caus...Jakub Jelinek1-1/+1
2010-11-05re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+2
2010-11-05re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+1
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-2/+43
2010-10-22expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang1-6/+12
2010-10-13Centralize knowledge of eh personality routines.Richard Henderson1-3/+21
2010-10-12expr.c (store_expr): Share code for STRING_CST and MEM_REF of &STRING_CST cases.Jakub Jelinek1-49/+15
2010-10-08lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther1-0/+1
2010-10-04expr.c (expand_assignment): Add assertion to prevent emitting null rtx for mo...Julian Brown1-0/+4
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-1/+1
2010-09-24re PR middle-end/45738 (ICE: tree check: expected var_decl, have debug_expr_d...Jan Hubicka1-1/+3
2010-09-20re PR rtl-optimization/45728 (ICE: in gen_lowpart_general, at rtlhooks.c:59 a...Jakub Jelinek1-1/+9
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-7/+1
2010-09-15re PR tree-optimization/45633 (internal compiler error: verify_stmts failed)Jakub Jelinek1-0/+19
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-86/+107
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+1
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-13/+1
2010-08-05expr.c (store_expr): Use emit_block_move only if both source and target are M...Richard Guenther1-1/+4
2010-08-04re PR middle-end/45176 (restrict qualifier is not used in a manually unrolled...Richard Guenther1-1/+1
2010-07-30re PR lto/45141 (lto1 ICEs when linking cns_solve again)Richard Guenther1-1/+2
2010-07-28re PR middle-end/44790 (Bootstrap fails after MEM-REF merge)Eric Botcazou1-4/+7
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-35/+0
2010-07-19re PR rtl-optimization/44941 (ICE: RTL check: expected code 'mem', have 'reg'...Richard Guenther1-7/+6
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-2/+1
2010-07-12regs.h (target_regs): Add x_direct_load, x_direct_store and x_float_extend_fr...Richard Sandiford1-11/+1
2010-07-07re PR middle-end/44790 (Bootstrap fails after MEM-REF merge)Richard Guenther1-6/+4
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-16/+8
2010-07-04gcc/Richard Sandiford1-37/+2
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-24/+26
2010-07-03c-common.c (IN_GCC_FRONTEND): Do not undef.Manuel López-Ibáñez1-33/+0
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+151
2010-06-29calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd1-2/+4
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-106/+10
2010-06-18re PR rtl-optimization/40900 (redundant sign extend of short function returne...Eric Botcazou1-15/+25
2010-06-17expr.c (get_inner_reference): Use double_int for bit_offset calculation.Richard Guenther1-11/+15
2010-06-16common.opt (-fstrict-volatile-bitfields): new.DJ Delorie1-0/+24
2010-05-31re PR middle-end/44337 (ICE: in expand_assignment, at expr.c:4276)Jakub Jelinek1-1/+12
2010-05-24gengtype-lex.l: Add HARD_REG_SET.Paul Brook1-0/+13
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-23expr.c (expand_expr_real_1): Only use conversion between modes if both types ...Eric Botcazou1-3/+2
2010-04-23sese.h (create_if_region_on_edge): Remove.Laurynas Biveinis1-1/+0
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-97/+73
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-22/+9
2010-04-12expr.c (categorize_ctor_elements_1): Properly count sub-elements of non-const...Eric Botcazou1-7/+11
2010-04-08re PR bootstrap/43681 (bootstrap fails with "unused" var message for an appar...Jakub Jelinek1-0/+3
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther1-0/+11