aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-21/+17
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+1
2016-07-18Allocate constant size dynamic stack space in the prologueDominik Vogt1-5/+17
2016-07-13use auto_vec for more local variablesTrevor Saunders1-2/+1
2016-07-13cfgexpand.c: use auto_vec in stack_vars_dataTrevor Saunders1-7/+2
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+1
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-3/+28
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+1
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+1
2016-05-09Fix handling of negative bitpos in expand_debug_exprRichard Sandiford1-1/+1
2016-04-23re PR sanitizer/70712 (False positive from AddressSanitizer with use of 'alig...Jakub Jelinek1-1/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2