aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27expr.h (array_at_struct_end_p): Move to...Eric Botcazou1-133/+0
2015-05-27[expr.c] PR target/65358 Avoid clobbering partial argument during sibcallKyrylo Tkachov1-9/+81
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-2/+2
2015-05-24add default for HAVE_tablejumpTrevor Saunders1-5/+0
2015-05-24add default for HAVE_store_multipleTrevor Saunders1-2/+0
2015-05-24add default for HAVE_load_multipleTrevor Saunders1-4/+0
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders1-8/+2
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-4/+4
2015-05-22move default for STACK_PUSH_CODE to defaults.hTrevor Saunders1-8/+0
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-34/+24
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-12/+8
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-82/+95
2015-05-20expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.Marek Polacek1-1/+1
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford1-2/+1
2015-05-19caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford1-3/+3
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-1/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-4/+4
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-29dojump.c (do_compare_rtx_and_jump): Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-04-14expr.c (expand_assignment): Force an address offset computation into a regist...Nick Clifton1-2/+14
2015-04-07re PR middle-end/65680 (ICE at -O1 and above on x86_64-linux-gnu in expand_as...Jakub Jelinek1-1/+1
2015-03-16re PR middle-end/65409 (ICE in store_field)Eric Botcazou1-5/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+65
2015-01-15expr.c (expand_expr_real_1): Use the expression to set the memory attributes ...Eric Botcazou1-9/+9
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-27re PR middle-end/64067 (ICE in expand_expr_real_1, at expr.c:10540, involving...Jakub Jelinek1-5/+7
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich1-1/+5
2014-11-17Makefile.in: Add ccmp.o.Zhenqiang Chen1-1/+13
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen1-3/+1