aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-05expr.h (gen_move_insn_uncast): Delete.Richard Sandiford1-1/+0
2015-05-27expr.h (array_at_struct_end_p): Move to...Eric Botcazou1-9/+0
2015-05-27[expr.c] PR target/65358 Avoid clobbering partial argument during sibcallKyrylo Tkachov1-2/+2
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-326/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+1
2014-11-17cfgexpand.c (expand_gimple_cond): Check ccmp.Zhenqiang Chen1-0/+2
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-0/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-99/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-51/+51
2014-10-16function.h: Flatten file.Andrew MacLeod1-80/+7
2014-09-10revert: calls.c (precompute_arguments): Check promoted_for_signed_and_unsigne...Kugan Vivekanandarajah1-1/+0
2014-08-19emit_move et al return rtx_insn *David Malcolm1-4/+4
2014-08-08calls.c (precompute_arguments): Check promoted_for_signed_and_unsigned_p and ...Kugan Vivekanandarajah1-0/+1
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-14/+0
2014-04-25Add clobber_regTom de Vries1-0/+8
2014-03-24re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc)Andreas Krebbel1-0/+2
2014-02-07re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)Jakub Jelinek1-0/+1
2014-01-08re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger1-5/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek1-0/+22
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+19
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka1-0/+3
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-2/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
2013-11-17md.texi (setmem, movstr): Update documentation.Jan Hubicka1-3/+9
2013-11-14function.c (assign_parms): Use all.reg_parm_stack_space instead of re-evaluat...Ulrich Weigand1-2/+2
2013-10-29expr.h: Revert change and include tree-core.h.Andrew MacLeod1-0/+3
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-3/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore1-1/+1
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez1-1/+1
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/+2
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford1-8/+0
2012-11-18expr.h (adjust_address_1): Add a size parameter.Richard Sandiford1-5/+10
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-10-20re PR middle-end/54315 (unnecessary copy of return value for union)Eric Botcazou1-1/+1
2012-10-16[multiple changes]Easwaran Raman1-3/+3
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou1-3/+15
2012-09-11tree.h (expand_case): Move prototype ...Steven Bosscher1-0/+9
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-5/+0
2012-06-15re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-0/+7
2012-01-02expr.h (move_by_pieces_ninsns): Declare.Richard Sandiford1-0/+4
2011-11-24optab.c (maybe_emit_atomic_exchange): New.Andrew MacLeod1-1/+4
2011-11-17Unify implementations of __builtin_mem_*_fence and __sync_synchronize.Richard Henderson1-1/+0