aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-04expr.h (copy_blkmode_from_reg): Delete.Eric Botcazou1-3/+0
2016-06-14re PR middle-end/71310 (Bitfields cause load hit store with smaller store and...Richard Biener1-0/+4
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt1-9/+12
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-7/+23
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+3
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+1
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