aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+1
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+1
2016-05-09Fix handling of negative bitpos in expand_debug_exprRichard Sandiford1-1/+1
2016-04-23re PR sanitizer/70712 (False positive from AddressSanitizer with use of 'alig...Jakub Jelinek1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill1-10/+0
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill1-0/+10
2016-02-18Do not emit red stack zones for a fn with no_sanitize_addressJakub Jelinek1-4/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-11avoid alignment of static variables affecting stack'sJan Beulich1-0/+3
2015-12-08re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)Eric Botcazou1-4/+7
2015-12-07re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)Eric Botcazou1-1/+6
2015-12-03Empty the redirect_edge_var_map after each passAlan Lawrence1-1/+1
2015-12-03cfgexpand.c (expand_gimple_stmt_1): Return statement with DECL as return valu...Ilya Enkovich1-3/+6
2015-11-17Short-cut generation of simple built-in functionsRichard Sandiford1-1/+16
2015-11-16re PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invali...Richard Biener1-0/+3
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-5/+7
2015-11-03defer mark_addressable calls during expand till the end of expandAlexandre Oliva1-0/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+12
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-14/+13
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-2/+2
2015-10-09[PR67891] don't test is_gimple_reg after parm expansionAlexandre Oliva1-3/+0
2015-09-27revert to assign_parms assignments using default defsAlexandre Oliva1-161/+171
2015-09-20switch from gimple to gimple*Trevor Saunders1-24/+24
2015-09-16re PR tree-optimization/67253 (ICE at -O3 on x86_64-linux-gnu (verify_gimple ...Richard Biener1-1/+3
2015-08-19[PR64164] fix regressions reported on m68k and armebAlexandre Oliva1-10/+34
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-117/+354
2015-08-03re PR middle-end/64744 (ARM: gcc internal compiler error: in store_field, at ...Alexander Basov1-1/+10
2015-07-31Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov1-14/+5
2015-07-24Revert:David Edelsohn1-266/+104
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-104/+266
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-19/+4
2015-07-05target-insns.def (stack_protect_set, [...]): New targetm instruction patterns.Richard Sandiford1-14/+6
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (unbounded_hashmap_traits): New class.Richard Sandiford1-19/+1
2015-06-18re PR middle-end/66568 ([CHKP] internal compiler error: in expand_expr_addr_e...Ilya Enkovich1-35/+57
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-266/+104
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-104/+266
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-4/+4
2015-05-20cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek1-1/+1
2015-05-11Convert to md_asm_adjustRichard Henderson1-327/+286
2015-05-11Canonicalize asm volatility earlierRichard Henderson1-8/+3
2015-05-11Merge expand_asm_operands into expand_asm_stmtRichard Henderson1-95/+72
2015-05-11Only resolve_asm_operand_names onceRichard Henderson1-2/+0