summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-05-01Add patch_area_size and patch_area_entry to crtlH.J. Lu
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-22cfgexpand: Update partition size when merging variablesRichard Sandiford
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10re PR middle-end/92825 (Unnecesary stack protection in Firefox's LightPixel.)Jakub Jelinek
2019-12-06* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.Jan Hubicka
2019-12-03Mark constant-sized objects as addressable if they have poly-int accessesRichard Sandiford
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-01Remove clobber_highRichard Sandiford
2019-09-24Use more switch statements.Martin Liska
2019-09-05Force IFN_LOAD/STORE_LANES operands to be memory (PR91577)Richard Sandiford
2019-07-12cfgexpand.c (expand_gimple_stmt_1): If the statement doesn't have location...Eric Botcazou
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02cfgexpand.c (pass_expand::execute): Deal specially with instructions to be in...Eric Botcazou
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-18re PR debug/90900 (ICE in copy_rtx, at rtl.c:376)Richard Biener
2019-06-12re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-07cfgexpand.c (asm_clobber_reg_is_valid): Reject clobbers outside of accessible...Uros Bizjak
2019-01-17re PR tree-optimization/86214 (Strongly increased stack usage)Jakub Jelinek
2019-01-15PR inline-asm/52813 revisitedRichard Sandiford
2019-01-14re PR rtl-optimization/88796 (-fstack-protector* kills RTL DSE opportunities)Jakub Jelinek
2019-01-07re PR sanitizer/88619 (ICE in asan_emit_stack_protection, at asan.c:1574 sinc...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-11cfgexpand.c (asm_clobber_reg_is_valid): Also produce error when stack pointer...Dimitar Dimitrov
2018-12-05re PR sanitizer/88333 (ice in asan_emit_stack_protection, at asan.c:1574)Jakub Jelinek
2018-11-30Make red zone size more flexible for stack variables (PR sanitizer/81715).Martin Liska
2018-11-22PR85434: Prevent spilling of stack protector guard's address on ARMThomas Preud'homme
2018-11-08re PR rtl-optimization/87600 (Fix for PRs 86939 and 87479 causes build issues...Peter Bergner
2018-11-04re PR c++/58372 (internal compiler error: ix86_compute_frame_layout)Uros Bizjak
2018-10-19cfgexpand.c (expand_one_var): Use specific wording in error message for non-l...Eric Botcazou
2018-09-24Unpoison variable partition properly (PR sanitizer/85774).Martin Liska
2018-09-15re PR middle-end/86864 (ICE in commit_one_edge_insertion on switch construct)Eric Botcazou
2018-09-12re PR middle-end/82853 (Optimize x % 3 == 0 without modulo)Jakub Jelinek
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-08-06Remaining support for clobber highAlan Hayward
2018-08-02Revert "[ARM] Fix PR85434: spilling of stack protector guard's address on ARM"Thomas Preud'homme
2018-08-02[ARM] Fix PR85434: spilling of stack protector guard's address on ARMThomas Preud'homme
2018-07-31re PR middle-end/86705 (pr45678-2.c ICE with msp430-elf -mlarge)Jozef Lawrynowicz
2018-07-09[debug] Handle debug references to skipped paramsTom de Vries
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-06-12Use poly_int rtx accessors instead of hwi accessorsRichard Sandiford
2018-06-08Remove MPXMartin Liska
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-05-09Add clobbers around IFN_LOAD/STORE_LANESRichard Sandiford