aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-3/+9
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-1/+1
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+6
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-1/+6
2009-08-25expr.h (jumpifnot_1, [...]): Declare.Michael Matz1-0/+3
2009-08-25expr.h (struct separate_ops, sepops): New type for passing around an exploded...Michael Matz1-0/+11
2009-08-06Merge ARM/hard_vfp_branch to trunkRichard Earnshaw1-1/+1
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-1/+10
2009-06-28builtins.c (expand_errno_check): Use do_compare_rtx_and_jump.Paolo Bonzini1-0/+2
2009-05-12Merge cond-optab branch.Paolo Bonzini1-3/+3
2009-04-25target.h (struct gcc_target): Add case_values_threshold field.Anatoly Sokolov1-4/+0
2009-03-27re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)H.J. Lu1-1/+1
2009-03-17re PR middle-end/39443 (Builtin redirection no longer working for memcmp)Jakub Jelinek1-1/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-24Makefile.in (GTFILES): Add $(srcdir)/expr.h.Kazu Hirata1-1/+1
2008-12-23re PR middle-end/31150 (Not promoting an whole array to be static const)Jakub Jelinek1-0/+1
2008-12-23re PR target/38488 (x86_64 generates much larger and slightly slower code for...Jakub Jelinek1-0/+5
2008-09-01expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka1-5/+5
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+1
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-2/+23
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+3
2008-07-04Revert 137452.Kai Tietz1-3/+0
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz1-0/+3
2008-04-03re PR middle-end/35800 (Revision 133835 failed to compile binutils)Richard Guenther1-1/+1
2008-04-02expr.c (expand_var): Delete it.Paolo Bonzini1-2/+0
2008-03-22re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford1-0/+1
2007-12-03re PR middle-end/33713 (can't find a register in class 'GENERAL_REGS' while r...Steven Bosscher1-3/+0
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-3/+3