aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-0/+47
2013-10-29tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski1-0/+14
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-1/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-0/+2
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-3/+1
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener1-3/+0
2013-10-11gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-2/+264
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-1/+8
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-3/+51
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-17/+1
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-50/+91
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-27The gimple builder no longer support normal form.Diego Novillo1-9/+0
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-15/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-6/+2
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+25
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-1/+1
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-0/+3
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+51
2013-04-22[Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh1-3/+2
2013-04-18Simplified GIMPLE IL builder functions.Diego Novillo1-1/+31
2013-03-18re PR middle-end/56483 (LTO issue with expanding GIMPLE_COND)Richard Biener1-17/+0
2013-03-08trans-mem.c (expand_transaction): Do not set PR_INSTRUMENTEDCODE if GTMA_HAS_...Aldy Hernandez1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-07re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener1-0/+1
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