aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou1-14/+43
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-35/+26
2012-09-06tree.h (MOVE_NONTEMPORAL): Remove.Richard Guenther1-2/+2
2012-08-13re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek1-1/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-2/+7
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+1
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-8/+3
2012-07-19Fix 0 != CODE_FOR_nothing thinkoRichard Henderson1-1/+1
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold1-0/+3
2012-07-18re PR tree-optimization/53970 (-ftree-vectorization does not handle well unal...Richard Guenther1-41/+0
2012-07-18tree.h (get_object_or_type_alignment): Remove.Richard Guenther1-4/+4
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-1/+6
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-21/+7
2012-07-05expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.Steven Bosscher1-2/+1
2012-06-28re PR middle-end/53790 (ICE on dereferencing a extern union in asm statement)Richard Guenther1-0/+1
2012-06-28expr.c (convert_move): Latch mem integer inputs into a register before expand...Olivier Hainque1-3/+6
2012-06-27Add MULT_HIGHPART_EXPRRichard Henderson1-0/+1
2012-06-18re PR middle-end/53698 (ICE: in plus_constant, at explow.c:88 with -O -mx32 -...Richard Sandiford1-0/+1
2012-06-17output.h (split_double): Move prototype to rtl.h.Steven Bosscher1-1/+0
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-1/+1
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-53/+22
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-2/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-21expr.c (get_def_for_expr_class): Define only if HAVE_conditional_move.Andreas Schwab1-0/+4
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-5/+7
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-19/+11
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-18/+28
2012-05-04expr.c (get_def_for_expr_class): New function.Andrew Pinski1-4/+175
2012-04-26re PR middle-end/52940 (conversion from MODE_PARTIAL_INT uses sign extension ...Bernd Schmidt1-7/+6
2012-04-23expr.c (expand_expr_real_1): Remove setting parent's alias set for temporarie...Martin Jambor1-11/+3
2012-04-17tree-flow.h (array_at_struct_end_p): Move declaration ...Richard Guenther1-0/+37
2012-04-13expr.c (expand_expr_real_1): Pass type, not the expression, to set_mem_attrib...Martin Jambor1-2/+10
2012-04-11re PR target/16458 (PowerPC - redundant compare)Peter Bergner1-2/+7
2012-04-04expr.c (expand_expr_real_2): Handle larger sizetype in POINTER_PLUS_EXPR.Tristan Gingold1-0/+5
2012-04-03expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.Eric Botcazou1-7/+28
2012-03-27expmed.c (store_bit_field): Assert that BITREGION_START is a multiple of a un...Eric Botcazou1-0/+19
2012-03-26toplev.c (check_global_declaration_1): Do not call assemble_external.Steven Bosscher1-16/+5
2012-03-24expr.c (optimize_bitfield_assignment_op): Use str_mode and str_bitsize instea...Eric Botcazou1-14/+9
2012-03-20stor-layout.c (finish_bitfield_representative): Fallback to conservative maxi...Richard Guenther1-7/+12
2012-03-19builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead of copy_to_mo...Uros Bizjak1-3/+3
2012-03-16expr.c (expand_expr_real_1): handle misaligned scalar reads from memory throu...Martin Jambor1-14/+20
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-14/+17
2012-03-14expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE when expanding ...Martin Jambor1-61/+10
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-95/+24
2012-03-13expr.c (expand_assignment): Handle misaligned scalar writes to memory through...Martin Jambor1-7/+15
2012-03-07coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther1-4/+3
2012-02-29re PR middle-end/52419 (Wrong expansion of misaligned vector store)Jakub Jelinek1-20/+37
2012-02-13re PR middle-end/52209 (wrong code at -O0)Jakub Jelinek1-2/+3
2012-02-07re PR middle-end/51994 (git-1.7.8.3 miscompiled due to negative bitpos from g...Eric Botcazou1-0/+18