aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-07atomic_base.h (atomic_thread_fence): Call builtin.Andrew MacLeod1-2/+2
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod1-3/+10
2011-10-12expr.h (copy_blkmode_to_reg): Declare.Richard Sandiford1-0/+2
2011-09-12re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek1-1/+9
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez1-1/+4
2011-04-29expr.h (expand_shift): Rename to ...Richard Guenther1-2/+4
2011-03-21expr.h (prepare_operand): Move to...Richard Sandiford1-3/+0
2011-03-03explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson1-2/+2
2010-10-22expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang1-1/+1
2010-10-09re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson1-1/+1
2010-08-30Stack usage supportEric Botcazou1-3/+2
2010-07-03c-common.c (IN_GCC_FRONTEND): Do not undef.Manuel López-Ibáñez1-2/+0
2010-07-02expr.h (emit_stack_probe): Declare.Eric Botcazou1-0/+3
2010-06-02mkconfig.sh: Include insn-flags.h and insn-constants.h before defaults.h.Steven Bosscher1-136/+0
2010-05-29basic-block.h (struct control_flow_graph): Move last_label_uid field up.Nathan Froyd1-1/+1
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-8/+8
2009-12-13tm.texi (STACK_CHECK_PROBE_LOAD): Delete.Eric Botcazou1-5/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-11-10re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-0/+3
2009-11-03re PR target/10127 (-fstack-check let's program crash)Eric Botcazou1-8/+12