aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-11-21re PR tree-optimization/88069 (ICE in check_loop_closed_ssa_def, at tree-ssa-...Jeff Law1-0/+6
2018-11-21x86: Add pmovzx/pmovsx patterns with memory operandsH.J. Lu1-0/+33
2018-11-21apply_subst_iterator: Handle define_split/define_insn_and_splitH.J. Lu1-0/+5
2018-11-21re PR rtl-optimization/87817 (gcc.target/i386/bmi2-bzhi-2.c execution test)Jakub Jelinek1-0/+9
2018-11-21[driver] Ensure --help=params lines end with periodTom de Vries1-0/+6
2018-11-21S/390: Support vector load/store alignment hintsAndreas Krebbel1-0/+13
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor1-0/+4
2018-11-21re PR lto/84044 (Spurious -Wodr warning with -flto)Jan Hubicka1-0/+6
2018-11-20re PR tree-optimization/87895 (ICE in purge_dead_edges, at cfgrtl.c:3246)Jakub Jelinek1-0/+9
2018-11-20re PR target/88070 (ICE in create_pre_exit, at mode-switching.c:438)Uros Bizjak1-0/+6
2018-11-20ipa-devirt.c (add_type_duplicate): Do not ICE on incomplete enums.Jan Hubicka1-0/+12
2018-11-20re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...Jan Hubicka1-1/+11
2018-11-20S/390: Fix flogr RTX.Andreas Krebbel1-0/+5
2018-11-20re PR tree-optimization/87926 (bad array-index warning breaks --disable-check...Nathan Sidwell1-0/+5
2018-11-20re PR lto/87997 (ICE in cp_var_mod_type_p at gcc/cp/cp-objcp-common.c:107 sin...Jan Hubicka1-0/+7
2018-11-20re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)Jan Hubicka1-0/+14
2018-11-20tree-vect-stmts.c (vectorizable_condition): Do not get at else_clause vect de...Richard Biener1-0/+6
2018-11-20re PR tree-optimization/88074 (g++ hangs on math expression)Richard Biener1-0/+6
2018-11-20re PR tree-optimization/88069 (ICE in check_loop_closed_ssa_def, at tree-ssa-...Richard Biener1-0/+6
2018-11-20S/390: Skip LT(G) peephole when literal pool is involvedIlya Leoshkevich1-0/+8
2018-11-20re PR middle-end/83215 (C++: struct with char-array assumed to alias with eve...Richard Biener1-0/+7
2018-11-20re PR rtl-optimization/85925 (compilation of masking with 257 goes wrong in c...Eric Botcazou1-0/+9
2018-11-20re PR lto/88087 (ICE in execute at tree-ssa-pre.c:4220 since r266183)Richard Biener1-0/+8
2018-11-20re PR bootstrap/88089 (build failure with GCC 4.9 on SPARC/Solaris)Richard Biener1-0/+5
2018-11-19re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...Jan Hubicka1-0/+5
2018-11-19re PR driver/50250 (Driver documentation on -l does not mention shared librar...Sandra Loosemore1-0/+7
2018-11-19re PR rtl-optimization/88033 (ICE on valid code at -O2 and -O3 on x86-64-linu...Peter Bergner1-0/+6
2018-11-19Disable unrolling for loops vectorised with non-constant VFKyrylo Tkachov1-0/+5
2018-11-19Fix -fsave-optimization-record ICE (PR tree-optimization/87025)David Malcolm1-0/+12
2018-11-19Eliminate global state from -fsave-optimization-recordDavid Malcolm1-0/+61
2018-11-19re PR tree-optimization/88071 (ICE: verify_gimple failed (error: dead STMT in...Jakub Jelinek1-0/+6
2018-11-19re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek1-0/+17
2018-11-19re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams)Richard Biener1-0/+6
2018-11-19compare-elim.c (struct comparison): Add not_in_a field.Eric Botcazou1-0/+12
2018-11-19Fix typos in packed attribute documentationJonathan Wakely1-0/+4
2018-11-19Strenghten assumption about function start and end line (PR gcov-profile/88045).Martin Liska1-0/+5
2018-11-18re PR other/40498 (no_instrument_function attribute not documented to prevent...Sandra Loosemore1-0/+8
2018-11-18Allow target to override gnu-user.h crti and crtnAlan Modra1-0/+8
2018-11-18Delete !HAVE_LD_PIE variants of startfile/endfile specsAlan Modra1-3/+9
2018-11-17Correct ChangeLog for PR31357 fixNick Clifton1-1/+1
2018-11-17re PR driver/31357 (document that --help and --help=<value> options cannot be...Nick Clifton1-0/+7
2018-11-17RISC-V: Fix epilogue unwind info with fp and single sp adjust.Jim Wilson1-0/+8
2018-11-17re PR c++/4225 (documentation about CPLUS_INCLUDE_PATH vs. system headers inc...Sandra Loosemore1-0/+6
2018-11-17re PR c++/4025 (Document use/non-use of -fno-implicit-templates in bootflags)Sandra Loosemore1-0/+6
2018-11-17re PR tree-optimization/87546 (Gcc miscompiles at -O3 on valid code)Jakub Jelinek1-0/+8
2018-11-17re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...Jan Hubicka1-0/+5
2018-11-16invoke.texi (Option Summary): Fix whitespace and line breaks in @gccoptlist e...Sandra Loosemore1-0/+9
2018-11-16mn10300.md (adddi3_degenerate): Remove bogus gcc_assert.Jeff Law1-0/+5
2018-11-16re PR middle-end/23197 (Improve documentation on -fprofile-generate, -fprofil...Sandra Loosemore1-0/+6
2018-11-16re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz1-0/+15