summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
Commit message (Expand)AuthorAgeFilesLines
* stor-layout.c (element_precision): New function.Marc Glisse2013-05-101-2/+9
* Simplified GIMPLE IL builder functions.Diego Novillo2013-04-181-0/+101
* gimple.c (is_gimple_constant): Vector CONSTRUCTORs should not be considered a...Richard Biener2013-04-121-7/+0
* gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.Jeff Law2013-04-081-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener2013-01-071-5/+49
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-31/+31
* Instrument built-in memory access function callsDodji Seketeli2012-11-121-0/+16
* tree-ssa-operands.h (struct def_optype_d, [...]): Remove.Michael Matz2012-10-231-1/+0
* re PR middle-end/52173 (internal compiler error: verify_ssa failed possibly c...Richard Guenther2012-09-241-15/+12
* Integrate lexical block into source_location.Dehao Chen2012-09-191-9/+2
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-4/+12
* gimple.h (gimple_register_type): Remove.Richard Guenther2012-09-111-1172/+9
* re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther2012-09-111-9/+5
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-32/+7
* tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther2012-08-081-11/+4
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-17/+14
* Restore type attribute comparisonH.J. Lu2012-07-161-0/+4
* gimple.c (gimple_types_compatible_p_1): Remove redundant type attribute compa...Richard Guenther2012-07-131-15/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.Eric Botcazou2012-05-231-22/+11
* tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther2012-05-221-1/+11
* gimple.c (gimple_set_modified): Move ...Richard Guenther2012-05-151-11/+0
* cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther2012-05-101-10/+4
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-79/+37
* gimple.c (walk_gimple_op): Compute val_only for the LHS of an assigment in th...Richard Guenther2012-04-051-83/+5
* re PR tree-optimization/52361 (gcc.dg/pr48141.c times out with checking enabled)Richard Guenther2012-02-241-14/+9
* re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou2012-02-151-6/+2
* gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez2012-01-091-11/+0
* re PR bootstrap/51572 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-12-191-1/+1
* re PR debug/51567 (ICE in splice_child_die, at dwarf2out.c:5009 with -flto -g)Richard Guenther2011-12-151-2/+32
* re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple...Richard Guenther2011-12-061-63/+0
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-1/+0
* RevertDiego Novillo2011-12-011-30/+0
* gimple.c (gimple_call_set_cannot_inline): Move from gimple.h.Diego Novillo2011-11-291-0/+30
* re PR tree-optimization/50605 (ice in ipa_get_jf_pass_through_result with -O3)Martin Jambor2011-11-181-1/+11
* re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)Richard Guenther2011-11-101-38/+4
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-1/+3
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-56/+81
* gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr also on COND_EXPR/V...Jakub Jelinek2011-10-141-3/+18
* Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson2011-10-071-1/+1
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-1/+2
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-0/+1
* gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek2011-09-261-3/+24
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-5/+5
* re PR tree-optimization/49948 (ICE with -ftree-parallelize-loops: "address ta...Jakub Jelinek2011-08-031-0/+14
* gimple.c (canonicalize_cond_expr_cond): Handle cast from boolean-type.Kai Tietz2011-08-021-1/+3
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-1/+25
* gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.Richard Guenther2011-06-161-9/+1
* gimple.c (gimple_register_canonical_type): Do not register any types via gimp...Richard Guenther2011-05-311-12/+0