aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-0/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+12
2012-11-12Instrument built-in memory access function callsDodji Seketeli1-0/+3
2012-10-30gimple.h (gimple_store_p): New predicate.Richard Biener1-0/+25
2012-10-24re PR debug/54828 (ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0)Jakub Jelinek1-0/+18
2012-10-23tree-ssa-operands.h (struct def_optype_d, [...]): Remove.Michael Matz1-62/+37
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-7/+7
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-6/+6
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-2/+1
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-3/+5
2012-08-20gimple.h (gimple_statement_base): Annotate with GTY chain_next.Richard Guenther1-1/+1
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-0/+2
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-2/+0
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-4/+4
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+1
2012-06-01tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.Aldy Hernandez1-1/+1
2012-05-31re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez1-1/+9
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-21gimple.h (gimple_set_in_transaction): Remove.Aldy Hernandez1-14/+1
2012-05-19cgraphbuild.c (record_reference): Update.Jan Hubicka1-1/+1
2012-05-15gimple.c (gimple_set_modified): Move ...Richard Guenther1-1/+11
2012-05-03basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz1-37/+15
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-262/+376
2012-05-02re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher1-0/+1
2012-04-05gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther1-7/+0
2012-04-05gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther1-1/+1
2012-03-29tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther1-1/+0
2012-02-28re PR middle-end/51752 (trans-mem: publication safety violated)Aldy Hernandez1-2/+20
2012-02-24re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther1-2/+7
2012-01-11gimple.h (gimplify_body): Remove first argument.Eric Botcazou1-1/+1
2012-01-09gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez1-3/+0
2012-01-05re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)Jakub Jelinek1-1/+2
2011-12-19gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek1-1/+1
2011-12-06re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther1-1/+0
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-31/+7
2011-12-01RevertDiego Novillo1-1/+13
2011-11-29gimple.c (gimple_call_set_cannot_inline): Move from gimple.h.Diego Novillo1-13/+1
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-0/+8
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-11/+157
2011-11-02re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther1-1/+0
2011-09-26gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek1-0/+1
2011-09-09gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther1-1/+1
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-1/+1
2011-08-30re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther1-4/+0
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+24
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-3/+71
2011-06-10ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka1-1/+1
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt1-0/+1
2011-05-09lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther1-2/+0