aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-18re PR middle-end/56015 (expand expands p[9] = COMPLEX_EXPR <-IMAGPART_EXPR <p...Jakub Jelinek1-0/+48
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR middle-end/55114 (gcc.dg/builtins-53.c ICEs on mips64 soft-float)Richard Sandiford1-0/+17
2013-01-02re PR middle-end/55198 (libquadmath/math/fmaq.c:233:7: internal compiler error)John David Anglin1-1/+2
2012-12-16re PR rtl-optimization/55630 (FAIL: g++.dg/pr48660.C -std=c++98 (internal com...Eric Botcazou1-1/+6
2012-12-15re PR libmudflap/53952 (FAIL: libmudflap.c++/pass55-frag.cxx ( -O[123]) execu...Alexandre Oliva1-9/+36
2012-11-18expr.c (expand_assignment): Don't set MEM_KEEP_ALIAS_SET_P here.Richard Sandiford1-2/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-15expr.c (expand_cond_expr_using_cmove): Use promoted mode for temp.Steve Ellcey1-6/+8
2012-11-10expr.c (store_field): Remove TYPE parameter.Eric Botcazou1-83/+41
2012-11-07re PR middle-end/55235 (FAIL: gcc.target/i386/pr44948-2a.c)Uros Bizjak1-12/+5
2012-11-04expr.c (expand_expr_real_1): Change to not using input_location.Dehao Chen1-4/+2
2012-11-01tree-eh.c (do_return_redirection): Set location for jump statement.Dehao Chen1-29/+12
2012-10-31* expr.c (can_move_by_pieces): Apply ATTRIBUTE_UNUSED to len.Joern Rennecke1-1/+1
2012-10-30defaults.h (SLOW_UNALIGNED_ACCESS): Provide default definition.Richard Sandiford1-6/+0
2012-10-25expr.c (emit_block_move_via_loop): Use simplify_gen_binary rather than gen_rt...Richard Sandiford1-2/+2
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+6
2012-10-20re PR middle-end/54315 (unnecessary copy of return value for union)Eric Botcazou1-48/+83
2012-10-162012-10-16 Tom de Vries <tom@codesourcery.com>Tom de Vries1-4/+4
2012-10-16[multiple changes]Easwaran Raman1-10/+18
2012-10-15expr.c (expand_expr_real_1): Do not unnecessarily copy the object in the MEM_...Eric Botcazou1-3/+8
2012-10-02re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...Jakub Jelinek1-1/+1
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-2/+4
2012-09-23expr.c (do_store_flag): Remove duplicated code.Marc Glisse1-11/+0
2012-09-19Integrate lexical block into source_location.Dehao Chen1-8/+3
2012-09-18re PR middle-end/54617 (ICE on gcc.c-torture/compile/pr42025-2.c with -m64 a...Eric Botcazou1-10/+27