aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek1-6/+0
2013-12-02Fix C++0x memory model for unaligned fields in packed...Bernd Edlinger1-0/+11
2013-12-01expr.c (emit_group_store): Corrected BITFIELD_END parameter.Bernd Edlinger1-1/+1
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-7/+30
2013-11-27re PR middle-end/59138 (possible packed struct miscompile)Eric Botcazou1-9/+17
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-30/+7
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-22expr.c (store_constructor): Allow CONSTRUCTOR with VECTOR_TYPE (same sized) e...Jakub Jelinek1-2/+14
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka1-17/+40
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-21/+21
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-8/+8
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-15/+15
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-8/+8
2013-11-17md.texi (setmem, movstr): Update documentation.Jan Hubicka1-15/+76
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-11/+17
2013-11-06re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:...Jakub Jelinek1-7/+16
2013-11-05Don't use mode wider than Pmode for size in movmem/setmemH.J. Lu1-7/+9
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-68/+8
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-29* expr.c (expand_expr_real_1) <case MEM>: Eliminate small redundancy.Eric Botcazou1-1/+1
2013-10-24expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of...Igor Shevlyakov1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-10-21Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and...Bernd Edlinger1-6/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-3/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore1-16/+10
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-1/+19
2013-09-26* expr.c (expand_assignment): Remove obsolete comment.Eric Botcazou1-4/+0
2013-09-20re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger1-47/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-6/+15
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-7/+10
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-7/+10
2013-09-02re PR middle-end/56382 (FAIL: gcc.c-torture/compile/pr55921.c (internal comp...Eric Botcazou1-4/+9
2013-08-05re PR other/12081 (Gcc can't be compiled with -mregparm=3)Oleg Endo1-4/+4
2013-06-25expr.c (expand_expr_real_1): Fix formatting glitches.Eric Botcazou1-22/+21
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-67/+65
2013-06-19expr.c (expand_expr_real_1): Use SCOPE_FILE_SCOPE_P to check for global context.Richard Biener1-1/+1
2013-06-14re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)Alan Modra1-9/+3
2013-06-12expr.c (expand_expr_real_1): Use straight-line flow.Eric Botcazou1-24/+15
2013-05-14re PR tree-optimization/57251 (ICE in optab_handler, at optabs.h:258)Jakub Jelinek1-1/+28
2013-05-07re PR debug/57184 (ICE in expand_expr_real_1, at expr.c:10478)Jakub Jelinek1-0/+9
2013-05-03double-int.h (lshift): New overload without precision and arith argument.Richard Biener1-5/+3
2013-03-06re PR middle-end/56548 (ICE in emit_move_insn, at expr.c:3486 with -march=pen...Jakub Jelinek1-1/+2
2013-02-21re PR inline-asm/56405 (ICE on questionable "m" argument)Jakub Jelinek1-0/+2