aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-12re PR middle-end/82853 (Optimize x % 3 == 0 without modulo)Jakub Jelinek1-0/+2
2018-08-29re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer)Martin Sebor1-1/+1
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger1-1/+1
2018-06-08Remove MPXMartin Liska1-1/+0
2018-04-13re PR middle-end/81657 (FAIL: gcc.dg/20050503-1.c scan-assembler-not call)Martin Liska1-1/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: emit_group_load/storeRichard Sandiford1-3/+3
2017-12-21poly_int: push_block/emit_push_insnRichard Sandiford1-2/+2
2017-12-21poly_int: get_bit_rangeRichard Sandiford1-11/+2
2017-12-20poly_int: store mergingRichard Sandiford1-0/+9
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