summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* PR82045: Avoid passing machine modes through "..."Richard Sandiford2017-09-041-1/+1
* [64/77] Add a scalar_mode classRichard Sandiford2017-08-301-1/+1
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-1/+1
* [35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford2017-08-301-3/+3
* [34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford2017-08-301-2/+3
* [23/77] Replace != VOIDmode checks with is_a <scalar_int_mode>Richard Sandiford2017-08-301-13/+13
* [21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford2017-08-301-10/+5
* [19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford2017-08-301-1/+1
* [18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford2017-08-301-3/+4
* re PR go/78628 (GO fails to build a translation unit decl)Richard Biener2017-08-211-6/+0
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* predict.c (propagate_unlikely_bbs_forward): Break out from ...Jan Hubicka2017-07-191-0/+5
* Remove Java references in source code.Martin Liska2017-07-141-2/+0
* asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko2017-07-061-1/+1
* ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko2017-07-061-0/+5
* ggc.h (empty_string): Delete.Nathan Sidwell2017-06-301-1/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-13/+8
* re PR middle-end/81194 (ICE during RTL pass: expand)Peter Bergner2017-06-291-1/+7
* cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka2017-06-051-2/+2
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-8/+1
* re PR tree-optimization/80901 (ICE on valid code at -Os and above on x86_64-l...Richard Biener2017-05-301-4/+5
* re PR tree-optimization/80876 (ICE in verify_loop_structure, at cfgloop.c:164...Richard Biener2017-05-301-3/+3
* re PR middle-end/80764 (ICE at -O3 in both 32-bit and 64-bit modes on x86_64-...Richard Biener2017-05-191-1/+4
* passes.c (execute_function_todo): Verify loops if they are said to be up-to-d...Richard Biener2017-05-111-0/+8
* [-fcompare-debug] find jump before debug insns in expandAlexandre Oliva2017-01-051-1/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Introduce rtl_data::init_stack_alignmentDavid Malcolm2016-12-071-4/+1
* [Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P to disable SSP runtimeJiong Wang2016-11-291-1/+1
* Add SET_DECL_MODERichard Sandiford2016-11-181-2/+2
* Introduce -fsanitize-address-use-after-scopeMartin Liska2016-11-071-14/+4
* make LABEL_REF_LABEL a rtx_insn *Trevor Saunders2016-10-211-1/+1
* re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou2016-10-161-0/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek2016-10-131-1/+4
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-10/+10
* Add inline functions for various bitwise operations.Jason Merrill2016-09-161-1/+1
* Iterator to visit SSAKugan Vivekanandarajah2016-09-151-21/+17
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-1/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-3/+1
* Allocate constant size dynamic stack space in the prologueDominik Vogt2016-07-181-5/+17
* use auto_vec for more local variablesTrevor Saunders2016-07-131-2/+1
* cfgexpand.c: use auto_vec in stack_vars_dataTrevor Saunders2016-07-131-7/+2
* Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2016-07-111-1/+1
* re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger2016-06-061-3/+28
* Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm2016-05-201-0/+1
* re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther2016-05-201-0/+1
* Fix handling of negative bitpos in expand_debug_exprRichard Sandiford2016-05-091-1/+1
* re PR sanitizer/70712 (False positive from AddressSanitizer with use of 'alig...Jakub Jelinek2016-04-231-1/+1
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-181-2/+2
* Revert empty class parameter passing ABI changes.Jason Merrill2016-04-141-10/+0