aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-52/+61
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-4/+20
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-4/+4
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-3/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-12/+2
2017-10-24re PR middle-end/82569 (failure in 177.mesa cpu2000 test case after r253530)Eric Botcazou1-1/+9
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+1
2017-10-22Make more use of GET_MODE_UNIT_PRECISIONRichard Sandiford1-4/+10
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+16
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-7/+2
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-2/+1
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford1-4/+8
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodeRichard Sandiford1-4/+4
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-1/+1
2017-08-30[64/77] Add a scalar_mode classRichard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-1/+1
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-3/+3
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-2/+3
2017-08-30[23/77] Replace != VOIDmode checks with is_a <scalar_int_mode>Richard Sandiford1-13/+13
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-10/+5
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-1/+1
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-3/+4
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener1-6/+0
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-19predict.c (propagate_unlikely_bbs_forward): Break out from ...Jan Hubicka1-0/+5
2017-07-14Remove Java references in source code.Martin Liska1-2/+0
2017-07-06asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko1-1/+1
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko1-0/+5
2017-06-30ggc.h (empty_string): Delete.Nathan Sidwell1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-13/+8
2017-06-29re PR middle-end/81194 (ICE during RTL pass: expand)Peter Bergner1-1/+7
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-2/+2
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-8/+1
2017-05-30re PR tree-optimization/80901 (ICE on valid code at -Os and above on x86_64-l...Richard Biener1-4/+5
2017-05-30re PR tree-optimization/80876 (ICE in verify_loop_structure, at cfgloop.c:164...Richard Biener1-3/+3
2017-05-19re PR middle-end/80764 (ICE at -O3 in both 32-bit and 64-bit modes on x86_64-...Richard Biener1-1/+4
2017-05-11passes.c (execute_function_todo): Verify loops if they are said to be up-to-d...Richard Biener1-0/+8
2017-01-05[-fcompare-debug] find jump before debug insns in expandAlexandre Oliva1-1/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-07Introduce rtl_data::init_stack_alignmentDavid Malcolm1-4/+1
2016-11-29[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtimeJiong Wang1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-2/+2
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska1-14/+4
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-1/+1
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek1-1/+4
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-10/+10
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1