summaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2017-11-17Use rcrt1.o%s/grcrt1.o%s to relocate static PIEH.J. Lu
2017-11-17i386.c (ix86_multiplication_cost, [...]): Break out from ...Jan Hubicka
2017-11-17predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...Jan Hubicka
2017-11-17tree-tailcall.c (eliminate_tail_call): Be more careful about not disturbin pr...Jan Hubicka
2017-11-17ipa-fnsummary.c (estimate_node_size_and_time): Be more tolerant for roundoff ...Jan Hubicka
2017-11-17ipa-cp.c (update_profiling_info): Handle conversion to local profile.Jan Hubicka
2017-11-17gimple-ssa-evrp.c (class evrp_range_analyzer): New class extracted from evrp_...Jeff Law
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker::record_ranges_from_phis): New method extr...Jeff Law
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker): Add cleanup method.Jeff Law
2017-11-17[PR c++/82836] Fixe testcaseNathan Sidwell
2017-11-17vr-values.h (get_output_for_vrp): Prototype.Jeff Law
2017-11-17[AArch64] Adjust tuning parameters for FalkorLuis Machado
2017-11-17re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina
2017-11-17gdbinit.in: add "break-on-diagnostic" commandDavid Malcolm
2017-11-17Add Intel CET support for EH in libgcc.Igor Tsimbalist
2017-11-17combine: Add added_notes_insnSegher Boessenkool
2017-11-17combine: Don't split insns if half is unused (PR82621)Segher Boessenkool
2017-11-17rs6000: Fix for altivec-macros.cSegher Boessenkool
2017-11-17* g++.dg/pr82836.C: Add -Wno-return-type.Jason Merrill
2017-11-17[BRIGFE] Fix sprintf format string type mismatch on 32b machines.Henry Linjamäki
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener
2017-11-17Enable building libgcc with CET options.Igor Tsimbalist
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener
2017-11-17[ARC] Update GLIBC_DYNAMIC_LINKERVineet Gupta
2017-11-17[ARM] Fix test armv8_2-fp16-move-1.cSudakshina Das
2017-11-17expr.c (copy_blkmode_to_reg): Fix bitsize for targets with fast unaligned acc...Tamar Christina
2017-11-17[ARM] Rework expectation for call to Armv8-M nonsecure functionThomas Preud'homme
2017-11-17[ARM] Fix selection of effective target for cmse testsThomas Preud'homme
2017-11-17[ARM] Fix ICE in Armv8-M Security Extensions codeThomas Preud'homme
2017-11-17tree-ssa-pre.c (phi_translate_1): Remove redundant constant folding of refere...Richard Biener
2017-11-17re PR testsuite/82997 (gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail st...Jakub Jelinek
2017-11-16re PR middle-end/78809 (Inline strcmp with small constant strings)Qing Zhao
2017-11-17Enable option -mprefer-avx256 as default for Intel Skylake configurationSergey Shalnov
2017-11-17[NDS32] Reserve more register numbers for new registers in the future.Chung-Ju Wu
2017-11-17Add nds32 vector modes.Chung-Ju Wu
2017-11-17Daily bump.GCC Administrator
2017-11-16Had a small thinko in the implementation of mmintrin.h _mm_add_pi32 that only...Steven Munroe
2017-11-16Add -std=c18 etc. option aliases.Joseph Myers
2017-11-16re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Thomas Koenig
2017-11-16power9.md (power9fpdiv): New automaton and cpu_unit defined for it.Pat Haugen
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill
2017-11-16rs6000.c (rs6000_expand_builtin): Do not do the switch statement mapping KF b...Michael Meissner
2017-11-16[BRIGFE] Reduce the number of type conversions due toHenry Linjamäki
2017-11-16tree-emutls.c (lower_emutls_data): Remove unused bb_freq.Jan Hubicka
2017-11-16ipa-split.c (split_bb_info): Turn time to sreal.Jan Hubicka
2017-11-16ipa-fnsummary.c (analyze_function_body): Accumulate time consistently in sreal.Jan Hubicka
2017-11-16PR middle-end/63477 - Bogus warning with -O3 -Warray-bounds: array subscriptMartin Sebor
2017-11-16predict.c (combine_predictions_for_bb): Preserve zero predicted eges.Jan Hubicka
2017-11-16PR tree-optimization/82588 - missing -Warray-bounds on a excessively large indexMartin Sebor
2017-11-16Makefile.in: Merge Aarch64 and ARM "ifeq" blocks.Doug Rupp