summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in wide-int.Kenneth Zadeck2014-05-061-104/+80
* Remove PUSH_ARGS_REVERSED from the RTL expander.James Greenhalgh2014-04-291-20/+0
* Add clobber_regTom de Vries2014-04-251-0/+12
* expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree during TER and i...Richard Biener2014-04-241-6/+27
* re PR middle-end/60556 (tip of tree crash with mips compiler)Steve Ellcey2014-04-111-3/+3
* re PR target/60648 (ICE (segmentation fault) in expand_binop)Jeff Law2014-03-281-5/+6
* * expr.c (expand_expr_real_1): Remove outdated comment.Eric Botcazou2014-03-201-12/+5
* calls.c (store_one_arg): Remove incorrect const qualification on the type of ...Eric Botcazou2014-03-201-9/+2
* expr.c (expand_expr_real_1): For a bit-field destination type...Eric Botcazou2014-02-191-4/+9
* re PR target/43546 (ICE: in assign_stack_local_1, at function.c:353 with -mpr...Jakub Jelinek2014-02-131-2/+11
* re PR middle-end/54041 (-mshort ICE in convert_memory_address_addr_space, at ...Jeff Law2014-02-111-0/+5
* re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)Jakub Jelinek2014-02-071-2/+2
* re PR middle-end/58344 (ICE with segfault at -O1 and above on x86_64-linux-gnu)Jakub Jelinek2014-01-161-1/+19
* re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger2014-01-081-66/+86
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* expr.c (convert_modes): For SUBREG_PROMOTED_VAR_P use SUBREG_REG (x) instead ...Jakub Jelinek2013-12-171-1/+1
* expr.c (expand_assignment): Remove dependency on flag_strict_volatile_bitfields.Bernd Edlinger2013-12-111-15/+11
* re PR middle-end/59399 (ICE in expand_expr_real_1 with -m64 -fsanitize=signed...Marek Polacek2013-12-111-7/+5
* expr.c (expand_expr_real_1): Always return 0 for the extraction of a bit-fiel...Eric Botcazou2013-12-101-0/+9
* expr.c (expand_assignment): Update bitregion_start and bitregion_end.Bernd Edlinger2013-12-061-0/+3
* * expr.c (expand_assignment): Update comments.Jeff Law2013-12-041-4/+4
* re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek2013-12-031-6/+0
* Fix C++0x memory model for unaligned fields in packed...Bernd Edlinger2013-12-021-0/+11
* expr.c (emit_group_store): Corrected BITFIELD_END parameter.Bernd Edlinger2013-12-011-1/+1
* 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2013-11-271-7/+30
* re PR middle-end/59138 (possible packed struct miscompile)Eric Botcazou2013-11-271-9/+17
* Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger2013-11-261-30/+7
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* expr.c (store_constructor): Allow CONSTRUCTOR with VECTOR_TYPE (same sized) e...Jakub Jelinek2013-11-221-2/+14
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* md.texi (setmem): Document new parameter.Jan Hubicka2013-11-191-17/+40
* cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2013-11-181-2/+2
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-21/+21
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-8/+8
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-15/+15
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-8/+8
* md.texi (setmem, movstr): Update documentation.Jan Hubicka2013-11-171-15/+76
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-11/+17
* re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:...Jakub Jelinek2013-11-061-7/+16
* Don't use mode wider than Pmode for size in movmem/setmemH.J. Lu2013-11-051-7/+9
* tree.c (tree_ctz): New function.Jakub Jelinek2013-10-311-68/+8
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* * expr.c (expand_expr_real_1) <case MEM>: Eliminate small redundancy.Eric Botcazou2013-10-291-1/+1
* expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of...Igor Shevlyakov2013-10-241-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+4
* Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...Bernd Edlinger2013-10-211-6/+8
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-3/+1