summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/edlinger2016-06-061-3/+28
* Implement CALL_EXPR_MUST_TAIL_CALLdmalcolm2016-05-201-0/+1
* 2016-05-20 Richard Guenther <rguenther@suse.de>rguenth2016-05-201-0/+1
* Fix handling of negative bitpos in expand_debug_exprrsandifo2016-05-091-1/+1
* PR sanitizer/70712jakub2016-04-231-1/+1
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-2/+2
* Revert empty class parameter passing ABI changes.jason2016-04-141-10/+0
* Warn about empty parameter ABI with -Wabi=9.jason2016-04-131-0/+10
* Do not emit red stack zones for a fn with no_sanitize_addressmarxin2016-02-181-4/+16
* Update copyright years.jakub2016-01-041-1/+1
* avoid alignment of static variables affecting stack'sjbeulich2015-12-111-0/+3
* PR middle-end/68291ebotcazou2015-12-081-4/+7
* PR middle-end/68291ebotcazou2015-12-071-1/+6
* Empty the redirect_edge_var_map after each passalalaw012015-12-031-1/+1
* gcc/ienkovich2015-12-031-3/+6
* Short-cut generation of simple built-in functionsrsandifo2015-11-171-1/+16
* 2015-11-16 Richard Biener <rguenther@suse.de>rguenth2015-11-161-0/+3
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-5/+7
* defer mark_addressable calls during expand till the end of expandaoliva2015-11-031-0/+3
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-4/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+12
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-14/+13
* 2015-10-27 Richard Biener <rguenther@suse.de>rguenth2015-10-271-2/+2
* [PR67891] don't test is_gimple_reg after parm expansionaoliva2015-10-091-3/+0
* revert to assign_parms assignments using default defsaoliva/pr64164aoliva2015-09-271-161/+171
* switch from gimple to gimple*tbsaunde2015-09-201-24/+24
* 2015-09-16 Richard Biener <rguenther@suse.de>rguenth2015-09-161-1/+3
* [PR64164] fix regressions reported on m68k and armebaoliva2015-08-191-10/+34
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-117/+354
* PR middle-end/64744law2015-08-031-1/+10
* Use lowpart_subreg instead of simplify_gen_subregaesok2015-07-301-14/+5
* Revert:dje2015-07-251-266/+104
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-104/+266
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-19/+4
* gcc/rsandifo2015-07-051-14/+6
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-19/+1
* gcc/ienkovich2015-06-181-35/+57
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-266/+104
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-104/+266
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* gcc/rsandifo2015-06-061-1/+1
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-4/+4
* * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.mpolacek2015-05-201-1/+1
* Convert to md_asm_adjustrth2015-05-111-327/+286
* Canonicalize asm volatility earlierrth2015-05-111-8/+3
* Merge expand_asm_operands into expand_asm_stmtrth2015-05-111-95/+72