aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-expr.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25middle-end/100727 - fix call expansion with WITH_SIZE_EXPR argRichard Biener1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-19/+5
2020-01-09Add a compatible_vector_types_p target hookRichard Sandiford1-4/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-07Allow COND_EXPR and VEC_COND_EXPR condtions to trapIlya Leoshkevich1-4/+21
2019-09-24Use more switch statements.Martin Liska1-28/+31
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-03-07re PR c++/84704 (internal compiler error: gimplification failed)Jakub Jelinek1-0/+3
2018-01-13Allow ADDR_EXPRs of TARGET_MEM_REFsRichard Sandiford1-1/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-5/+5
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-14Remove Java references in source code.Martin Liska1-2/+2
2017-03-09re PR target/79971 (ICE in const_binop, at fold-const.c:1554 on ARM target wi...Richard Biener1-1/+1
2017-01-24Add "__RTL" to cc1David Malcolm1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-03-11re PR tree-optimization/70177 (ICE in extract_ops_from_tree starting with r23...Jakub Jelinek1-2/+2
2016-01-07re PR c/68960 (__attribute__ ((aligned ())) is ignored for OpenMP private var...Jakub Jelinek1-0/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-3/+5
2015-11-03gimple-expr.c (useless_type_conversion_p): Reinstate type canonical check for...Eric Botcazou1-7/+7
2015-11-03defer mark_addressable calls during expand till the end of expandAlexandre Oliva1-2/+55
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-21re PR middle-end/67966 (ICE in convert_move, at expr.c:282)Jan Hubicka1-8/+5
2015-10-07expr.c (store_expr_with_bounds): Handle aggregate moves from BLKmode.Jan Hubicka1-9/+15
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-39/+0
2015-07-24Revert:David Edelsohn1-0/+39
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-39/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-0/+39
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-39/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-07alias.c (get_alias_set): Be ready for TYPE_CANONICAL of ptr_type_node to not ...Jan Hubicka1-7/+6
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-20expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.Marek Polacek1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-3/+2
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-0/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1