aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)Author
2018-05-06 PR c++/85659jakub
2018-02-09[IEPM] Introduce inline entry point markersaoliva
2018-01-06 PR middle-end/83694jakub
2018-01-04 PR debug/83666jakub
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSrsandifo
2018-01-03 PR debug/83621jakub
2018-01-03 Update copyright years.jakub
2017-12-21poly_int: cfgexpand stack variablesrsandifo
2017-12-21poly_int: frame allocationsrsandifo
2017-12-20[SFN] debug markers before labels no moreaoliva
2017-12-20poly_int: expand_debug_exprrsandifo
2017-12-20poly_int: get_ref_base_and_extentrsandifo
2017-12-20poly_int: tree constantsrsandifo
2017-12-19[SFN] start rtl block with label, then markersaoliva
2017-12-19 * read-rtl.c (parse_reg_note_name): Replace Yoda conditions withjakub
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfmsebor
2017-12-16Add VEC_SERIES_EXPR and associated optabrsandifo
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabrsandifo
2017-12-12[SFN] introduce statement frontier notes, still disabledaoliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersaoliva
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersaoliva
2017-11-22Replace REDUC_*_EXPRs with internal functions.rsandifo
2017-11-21New POINTER_DIFF_EXPRglisse
2017-11-03 * asan.c (create_cond_insert_point): Maintain profile.hubicka
2017-10-24 PR middle-end/82569ebotcazou
2017-10-23Convert STARTING_FRAME_OFFSET to a hookrsandifo
2017-10-22Make more use of GET_MODE_UNIT_PRECISIONrsandifo
2017-10-20Add generic part for Intel CET enabling. The spec is available atitsimbal
2017-10-19 * asan.c (create_cond_insert_point): Do not update edge count.hubicka
2017-10-19 * asan.c (handle_builtin_alloca): Deal with all alloca variants.ebotcazou
2017-10-13Make more use of GET_MODE_UNIT_BITSIZErsandifo
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodersandifo
2017-09-04PR82045: Avoid passing machine modes through "..."rsandifo
2017-08-30[64/77] Add a scalar_mode classrsandifo
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementrsandifo
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>rsandifo
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macrorsandifo
2017-08-30[23/77] Replace != VOIDmode checks with is_a <scalar_int_mode>rsandifo
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>rsandifo
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionrsandifo
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modersandifo
2017-08-212017-08-21 Richard Biener <rguenther@suse.de>rguenth
2017-08-08.marxin
2017-07-19 * predict.c (propagate_unlikely_bbs_forward): Break out from ...hubicka
2017-07-14Remove Java references in source code.marxin
2017-07-06gcc/chefmax
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.chefmax
2017-06-30 * ggc.h (empty_string): Delete.nathan
2017-06-29 * asan.c (asan_emit_stack_protection): Update.hubicka
2017-06-29gcc/bergner