summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore2013-09-271-16/+10
* tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod2013-09-261-1/+19
* * expr.c (expand_assignment): Remove obsolete comment.Eric Botcazou2013-09-261-4/+0
* re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger2013-09-201-47/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-6/+15
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-7/+10
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-7/+10
* re PR middle-end/56382 (FAIL: gcc.c-torture/compile/pr55921.c (internal comp...Eric Botcazou2013-09-021-4/+9
* re PR other/12081 (Gcc can't be compiled with -mregparm=3)Oleg Endo2013-08-051-4/+4
* expr.c (expand_expr_real_1): Fix formatting glitches.Eric Botcazou2013-06-251-22/+21
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-67/+65
* expr.c (expand_expr_real_1): Use SCOPE_FILE_SCOPE_P to check for global context.Richard Biener2013-06-191-1/+1
* re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)Alan Modra2013-06-141-9/+3
* expr.c (expand_expr_real_1): Use straight-line flow.Eric Botcazou2013-06-121-24/+15
* re PR tree-optimization/57251 (ICE in optab_handler, at optabs.h:258)Jakub Jelinek2013-05-141-1/+28
* re PR debug/57184 (ICE in expand_expr_real_1, at expr.c:10478)Jakub Jelinek2013-05-071-0/+9
* double-int.h (lshift): New overload without precision and arith argument.Richard Biener2013-05-031-5/+3