aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)Author
2015-06-03backport: re PR middle-end/65680 (ICE at -O1 and above on x86_64-linux-gnu in...Jakub Jelinek
2015-03-16re PR middle-end/65409 (ICE in store_field)Eric Botcazou
2015-01-15expr.c (expand_expr_real_1): Use the expression to set the memory attributes ...Eric Botcazou
2014-11-28backport: re PR middle-end/64067 (ICE in expand_expr_real_1, at expr.c:10540,...Jakub Jelinek
2014-09-01re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek
2014-07-20expr.c (store_field): Handle VOIDmode for calls that return values in multipl...Eric Botcazou
2014-04-11re PR middle-end/60556 (tip of tree crash with mips compiler)Steve Ellcey
2014-03-28re PR target/60648 (ICE (segmentation fault) in expand_binop)Jeff Law
2014-03-20* expr.c (expand_expr_real_1): Remove outdated comment.Eric Botcazou
2014-03-20calls.c (store_one_arg): Remove incorrect const qualification on the type of ...Eric Botcazou
2014-02-19expr.c (expand_expr_real_1): For a bit-field destination type...Eric Botcazou
2014-02-13re PR target/43546 (ICE: in assign_stack_local_1, at function.c:353 with -mpr...Jakub Jelinek
2014-02-11re PR middle-end/54041 (-mshort ICE in convert_memory_address_addr_space, at ...Jeff Law
2014-02-07re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)Jakub Jelinek
2014-01-16re PR middle-end/58344 (ICE with segfault at -O1 and above on x86_64-linux-gnu)Jakub Jelinek
2014-01-08re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-17expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x) instead ...Jakub Jelinek
2013-12-11expr.c (expand_assignment): Remove dependency on flag_strict_volatile_bitfields.Bernd Edlinger
2013-12-11re PR middle-end/59399 (ICE in expand_expr_real_1 with -m64 -fsanitize=signed...Marek Polacek
2013-12-10expr.c (expand_expr_real_1): Always return 0 for the extraction of a bit-fiel...Eric Botcazou
2013-12-06expr.c (expand_assignment): Update bitregion_start and bitregion_end.Bernd Edlinger
2013-12-04* expr.c (expand_assignment): Update comments.Jeff Law
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek
2013-12-02Fix C++0x memory model for unaligned fields in packed...Bernd Edlinger
2013-12-01expr.c (emit_group_store): Corrected BITFIELD_END parameter.Bernd Edlinger
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-27re PR middle-end/59138 (possible packed struct miscompile)Eric Botcazou
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22expr.c (store_constructor): Allow CONSTRUCTOR with VECTOR_TYPE (same sized) e...Jakub Jelinek
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-17md.texi (setmem, movstr): Update documentation.Jan Hubicka
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-11-06re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:...Jakub Jelinek
2013-11-05Don't use mode wider than Pmode for size in movmem/setmemH.J. Lu
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod
2013-10-29* expr.c (expand_expr_real_1) <case MEM>: Eliminate small redundancy.Eric Botcazou
2013-10-24expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of...Igor Shevlyakov
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-21Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...Bernd Edlinger