aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-1/+21
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-1/+20
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+21
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener1-459/+0
2013-10-14re PR other/58712 (issues found by --enable-checking=valgrind)Richard Biener1-2/+5
2013-10-11gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge1-2/+2
2013-10-11target.c: New file.Jakub Jelinek1-1/+78
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+23
2013-10-01tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod1-0/+38
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-1/+24
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-224/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+257
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+3
2013-08-16re PR tree-optimization/58164 (internal compiler error: in make_decl_rtl, at ...Jakub Jelinek1-0/+7
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-2/+9
2013-04-18Simplified GIMPLE IL builder functions.Diego Novillo1-0/+101
2013-04-12gimple.c (is_gimple_constant): Vector CONSTRUCTORs should not be considered a...Richard Biener1-7/+0
2013-04-08gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.Jeff Law1-1/+5
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-5/+49
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-31/+31
2012-11-12Instrument built-in memory access function callsDodji Seketeli1-0/+16
2012-10-23tree-ssa-operands.h (struct def_optype_d, [...]): Remove.Michael Matz1-1/+0
2012-09-24re PR middle-end/52173 (internal compiler error: verify_ssa failed possibly c...Richard Guenther1-15/+12
2012-09-19Integrate lexical block into source_location.Dehao Chen1-9/+2
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-4/+12
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-1172/+9
2012-09-11re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther1-9/+5
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-32/+7
2012-08-08tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther1-11/+4
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-17/+14
2012-07-16Restore type attribute comparisonH.J. Lu1-0/+4
2012-07-13gimple.c (gimple_types_compatible_p_1): Remove redundant type attribute compa...Richard Guenther1-15/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-23gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.Eric Botcazou1-22/+11
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-1/+11
2012-05-15gimple.c (gimple_set_modified): Move ...Richard Guenther1-11/+0
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther1-10/+4
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-79/+37
2012-04-05gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther1-83/+5
2012-02-24re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther1-14/+9
2012-02-15re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou1-6/+2
2012-01-09gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez1-11/+0
2011-12-19re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-1/+1
2011-12-15re PR debug/51567 (ICE in splice_child_die, at dwarf2out.c:5009 with -flto -g)Richard Guenther1-2/+32
2011-12-06re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther1-63/+0
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-1/+0
2011-12-01RevertDiego Novillo1-30/+0