summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* PR82045: Avoid passing machine modes through "..."rsandifo2017-09-041-1/+1
* [64/77] Add a scalar_mode classrsandifo2017-08-301-1/+1
* [62/77] Big machine_mode to scalar_int_mode replacementrsandifo2017-08-301-1/+1
* [35/77] Add uses of as_a <scalar_int_mode>rsandifo2017-08-301-3/+3
* [34/77] Add a SCALAR_INT_TYPE_MODE macrorsandifo2017-08-301-2/+3
* [23/77] Replace != VOIDmode checks with is_a <scalar_int_mode>rsandifo2017-08-301-13/+13
* [21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>rsandifo2017-08-301-10/+5
* [19/77] Add a smallest_int_mode_for_size helper functionrsandifo2017-08-301-1/+1
* [18/77] Make int_mode_for_mode return an opt_scalar_int_modersandifo2017-08-301-3/+4
* 2017-08-21 Richard Biener <rguenther@suse.de>rguenth2017-08-211-6/+0
* .marxin2017-08-081-0/+2
* * predict.c (propagate_unlikely_bbs_forward): Break out from ...hubicka2017-07-191-0/+5
* Remove Java references in source code.marxin2017-07-141-2/+0
* gcc/chefmax2017-07-061-1/+1
* ASAN: Implement dynamic allocas/VLAs sanitization.chefmax2017-07-061-0/+5
* * ggc.h (empty_string): Delete.nathan2017-06-301-1/+1
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-13/+8
* gcc/bergner2017-06-291-1/+7
* * cfgexpand.c (expand_gimple_tailcall): Initialize profile ofhubicka2017-06-051-2/+2
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-8/+1
* 2017-05-30 Richard Biener <rguenther@suse.de>rguenth2017-05-301-4/+5
* 2017-05-30 Richard Biener <rguenther@suse.de>rguenth2017-05-301-3/+3
* 2017-05-19 Richard Biener <rguenther@suse.de>rguenth2017-05-191-1/+4
* 2017-05-11 Richard Biener <rguenther@suse.de>rguenth2017-05-111-0/+8
* [-fcompare-debug] find jump before debug insns in expandaoliva2017-01-051-1/+3
* Update copyright years.jakub2017-01-011-1/+1
* Introduce rtl_data::init_stack_alignmentdmalcolm2016-12-071-4/+1
* [Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtimejiwang2016-11-291-1/+1
* Add SET_DECL_MODErsandifo2016-11-181-2/+2
* Introduce -fsanitize-address-use-after-scopemarxin2016-11-071-14/+4
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-1/+1
* PR ada/37139ebotcazou2016-10-161-0/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* PR target/77957jakub2016-10-131-1/+4
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-10/+10
* Add inline functions for various bitwise operations.jason2016-09-161-1/+1
* Iterator to visit SSAkugan2016-09-151-21/+17
* PR c/7652mpolacek2016-08-121-1/+1
* use auto_sbitmap in various placestbsaunde2016-07-261-3/+1
* Allocate constant size dynamic stack space in the prologuekrebbel2016-07-181-5/+17
* use auto_vec for more local variablestbsaunde2016-07-131-2/+1
* cfgexpand.c: use auto_vec in stack_vars_datatbsaunde2016-07-131-7/+2
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-1/+1
* 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