aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-13Remove VEC_RSHIFT_EXPR tree code, now unusedAlan Lawrence1-6/+0
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-2/+1
2014-11-10re PR tree-optimization/63798 (FAIL: gcc.target/powerpc/ppc-fmadd-1.c scan-as...Richard Biener1-0/+13
2014-11-06Allow a port to use pseudos as call args; don't put them in the fusage.Bernd Schmidt1-1/+4
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-9/+62
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+16
2014-11-01[Patch 7/7] Remove *_BY_PIECES_PJames Greenhalgh1-44/+22
2014-11-01[Patch 1/7] Hookize *_BY_PIECES_PJames Greenhalgh1-15/+8
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-145/+145
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-28Remove VEC_LSHIFT_EXPR and vec_shl_optabAlan Lawrence1-1/+0
2014-10-27Add new optabs for reducing vectors to scalarsAlan Lawrence1-0/+18
2014-10-27[Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar resultAlan Lawrence1-1/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-09-10revert: calls.c (precompute_arguments): Check promoted_for_signed_and_unsigne...Kugan Vivekanandarajah1-34/+1
2014-09-09single_set takes an insnDavid Malcolm1-1/+1
2014-09-05fixup_args_size_notes takes a pair of rtx_insnDavid Malcolm1-2/+1
2014-08-29expr.c (convert_move): If the target has an explicit converter, use it.DJ Delorie1-0/+20
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-2/+3
2014-08-26re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek1-1/+1
2014-08-22expr.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-14/+16
2014-08-19emit_move et al return rtx_insn *David Malcolm1-23/+26