summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
Commit message (Expand)AuthorAgeFilesLines
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-0/+2
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-2/+0
* basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher2012-07-111-4/+4
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-0/+1
* tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.Aldy Hernandez2012-06-011-1/+1
* re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez2012-05-311-1/+9
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* gimple.h (gimple_set_in_transaction): Remove.Aldy Hernandez2012-05-211-14/+1
* cgraphbuild.c (record_reference): Update.Jan Hubicka2012-05-191-1/+1
* gimple.c (gimple_set_modified): Move ...Richard Guenther2012-05-151-1/+11
* basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz2012-05-031-37/+15
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-262/+376
* re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher2012-05-021-0/+1
* gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther2012-04-051-7/+0
* gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup.Richard Guenther2012-04-051-1/+1
* tree-flow.h (struct pre_expr_d): Remove forward declaration.Richard Guenther2012-03-291-1/+0
* re PR middle-end/51752 (trans-mem: publication safety violated)Aldy Hernandez2012-02-281-2/+20
* re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther2012-02-241-2/+7
* gimple.h (gimplify_body): Remove first argument.Eric Botcazou2012-01-111-1/+1
* gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez2012-01-091-3/+0
* re PR middle-end/51761 (ICE in verify_gimple_stmt, at tree-cfg.c:4241)Jakub Jelinek2012-01-051-1/+2
* gimple.h (gimplify_seq_add_stmt): Rename to...Jakub Jelinek2011-12-191-1/+1
* re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther2011-12-061-1/+0
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-31/+7
* RevertDiego Novillo2011-12-011-1/+13
* gimple.c (gimple_call_set_cannot_inline): Move from gimple.h.Diego Novillo2011-11-291-13/+1
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-0/+8
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-11/+157
* re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther2011-11-021-1/+0
* gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek2011-09-261-0/+1
* gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator instead o...Richard Guenther2011-09-091-1/+1
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-1/+1
* re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...Richard Guenther2011-08-301-4/+0
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-0/+24
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-3/+71
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka2011-06-101-1/+1
* re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt2011-06-071-0/+1
* lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p for diagnostics.Richard Guenther2011-05-091-2/+0
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-4/+53
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor2011-04-191-0/+1
* re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek2011-04-181-1/+1
* gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther2011-04-181-15/+19
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz2011-04-151-0/+24
* gimple.h (gimple_asm_clobbers_memory_p): Declare.Nathan Froyd2011-04-151-0/+1
* re PR tree-optimization/46076 (constant propagation and compile-time math no ...Richard Guenther2011-04-121-8/+22
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-6/+9
* re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor2010-12-221-1/+0
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-3/+3
* re PR tree-optimization/46621 (gimple.h includes tm.h)Joern Rennecke2010-11-291-2/+0
* gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.Richard Guenther2010-11-271-4/+17