summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* [IEPM] Introduce inline entry point markersaoliva/SLIAlexandre Oliva2017-12-111-0/+9
* [SFN] introduce statement frontier notes, still disabledAlexandre Oliva2017-12-111-52/+61
* [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-111-4/+20
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-111-4/+4
* Replace REDUC_*_EXPRs with internal functions.rsandifo2017-11-221-3/+0
* New POINTER_DIFF_EXPRglisse2017-11-211-0/+1
* * asan.c (create_cond_insert_point): Maintain profile.hubicka2017-11-031-12/+2
* PR middle-end/82569ebotcazou2017-10-241-1/+9
* Convert STARTING_FRAME_OFFSET to a hookrsandifo2017-10-231-1/+1
* Make more use of GET_MODE_UNIT_PRECISIONrsandifo2017-10-221-4/+10
* Add generic part for Intel CET enabling. The spec is available atitsimbal2017-10-201-0/+16
* * asan.c (create_cond_insert_point): Do not update edge count.hubicka2017-10-191-7/+2
* * asan.c (handle_builtin_alloca): Deal with all alloca variants.ebotcazou2017-10-191-2/+1
* Make more use of GET_MODE_UNIT_BITSIZErsandifo2017-10-131-4/+8
* Store VECTOR_CST_NELTS directly in tree_nodersandifo2017-09-141-4/+4
* 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