aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-24re PR middle-end/69909 (wrong code with -Os and vectors @ x86_64)Jakub Jelinek1-1/+5
2016-02-19Tweak comment further.Jakub Jelinek1-1/+3
2016-02-19re PR c++/69851 (ICE: in assign_temp, at function.c:961)Jakub Jelinek1-2/+15
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-1/+1
2016-01-22[multiple changes]Christian Bruel1-1/+10
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt1-5/+5
2016-01-14Tidy: remove reduc_xxx_optab migration code.Alan Lawrence1-29/+10
2016-01-11re PR target/69010 (Boolean vector constant with a scalar mode is expanded in...Ilya Enkovich1-3/+33
2016-01-08PR c++/68983 (BE)Jason Merrill1-3/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-12expr.c (do_store_flag): Expand vector comparison as VEC_COND_EXPR if...Ilya Enkovich1-1/+2
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-3/+46
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-117/+211
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+11
2015-10-21Change default of non-overlapping address space conversionRichard Henderson1-12/+18
2015-10-21re PR middle-end/67966 (ICE in convert_move, at expr.c:282)Jan Hubicka1-8/+0
2015-10-12re PR c++/67557 (Calling copy constructor of base class in constructor of der...Jason Merrill1-1/+17
2015-10-07expr.c (store_expr_with_bounds): Handle aggregate moves from BLKmode.Jan Hubicka1-0/+8
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-4/+4
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-3/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-15/+15
2015-09-17Split up optabs.[hc]Richard Sandiford1-0/+1
2015-09-10[Patch/expand] Cost instruction sequences when doing left wide shiftJiong Wang1-1/+23
2015-09-01expr.c (expand_expr_real_1): For expanding TERed defs set the current locatio...Richard Biener1-4/+6
2015-08-19[Patch][expand] Check gimple statement to improve LSHIFT_EXP expandJiong Wang1-16/+105
2015-08-17arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (...David Sherwood1-1/+1
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-15/+26
2015-08-03re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov1-9/+1
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-3/+1
2015-07-24Revert:David Edelsohn1-25/+14
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-14/+25
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10[obvious] Fix typos above expand_cond_expr_using_cmoveKyrylo Tkachov1-3/+3
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-5/+2
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-07-05expr.h (gen_move_insn_uncast): Delete.Richard Sandiford1-9/+0
2015-07-05target.def: Add code_for_* hooks.Richard Sandiford1-12/+4
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+2
2015-06-30gcc/Richard Sandiford1-17/+11
2015-06-30target-insns.def (canonicalize_funcptr_for_compare): Add.Richard Biener1-4/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-17/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-25/+14
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-14/+25
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2