aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-06-21[i386] __builtin_ia32_stmxcsr could be pureMarc Glisse4-5/+66
2017-06-21NOP conversions in X+CST+CSTMarc Glisse5-12/+77
2017-06-21re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi...Jakub Jelinek2-3/+11
2017-06-21Emit SIMD moves as movWilco Dijkstra3-4/+12
2017-06-21Improve dup patternWilco Dijkstra2-4/+9
2017-06-21Mark symbols as constantWilco Dijkstra2-0/+10
2017-06-21[Patch AArch64] Add initial tuning support for Cortex-A55 and Cortex-A75James Greenhalgh4-7/+27
2017-06-21Add dg-add-options feature stack_sizeTom de Vries40-41/+105
2017-06-21Update the ChangeLog to include config/arm/cortex-a53.mdNaveen H.S1-0/+4
2017-06-21* config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)Julian Brown9-7/+31
2017-06-21Daily bump.GCC Administrator1-1/+1
2017-06-20config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to arm1176jzf-s.Andreas Tobler2-1/+6
2017-06-20Fix -Werror=class-memaccess failures in jit testsuite (PR jit/81144)David Malcolm3-4/+9
2017-06-20ira-costs.c (find_costs_and_classes): Initialize cost_classes later to make s...Jakub Jelinek2-1/+8
2017-06-20pr80732.c: Include fma4-check.h.Uros Bizjak2-3/+10
2017-06-20rs6000-c.c (altivec_overloaded_builtins): Add ALTIVEC_BUILTIN_VMULESW...Carl Love5-4/+127
2017-06-20Fix rounding pattern similar to PR73350.Julia Koval5-6/+51
2017-06-20PR c++/80972 - C++17 ICE with attribute packed.Jason Merrill3-0/+14
2017-06-20cp-tree.h (CPTI_NELTS_IDENTIFIER): Delete.Nathan Sidwell3-3/+4
2017-06-20[Patch AArch64] Add rcpc extensionJames Greenhalgh3-0/+9
2017-06-20[Patch AArch64 obvious] Fix expected string for fp16 extensionsJames Greenhalgh2-1/+6
2017-06-20[Patch AArch64 obvious] Rearrange the processors in aarch64-cores.defJames Greenhalgh3-12/+20
2017-06-20Always check for target i?86 and x86_64Rainer Orth22-22/+54
2017-06-20PR c++/67074 - namespace aliasesNathan Sidwell6-24/+55
2017-06-20re PR sanitizer/81097 (UBSAN: false positive for not existing negation operat...Richard Biener4-3/+25
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm2-0/+54
2017-06-20re PR target/80970 (internal compiler error in find_reloads, at reload.c:4077)Andreas Schwab3-3/+22
2017-06-20pr65947-9.c: Adjust.Richard Biener2-7/+14
2017-06-20[ARM] Implement __ARM_FEATURE_COPROC coprocessor intrinsic feature macroThomas Preud'homme21-1/+97
2017-06-20tree-chkp.c (chkp_get_hard_register_var_fake_base_address): Rewritten to avoi...Jakub Jelinek2-4/+6
2017-06-20re PR sanitizer/81125 (-fsanitize=undefined ICE)Jakub Jelinek2-2/+8
2017-06-20re PR target/81121 (ICE: in extract_insn, at recog.c:2311)Jakub Jelinek4-1/+23
2017-06-20re PR target/79799 (Improve vec_insert of float on Power9)Michael Meissner9-0/+381
2017-06-20Daily bump.GCC Administrator1-1/+1
2017-06-19PR c++/80562 - ICE with constexpr if.Jason Merrill3-1/+22
2017-06-19PR c++/80829 - ICE with constexpr copy of base subobject.Jason Merrill3-1/+37
2017-06-19re PR c++/81124 (internal compiler error: in operator*, at cp/cp-tree.h:726)Nathan Sidwell7-60/+118
2017-06-19badalloc1.C: Remove code path for -DSTACK_SIZE.Christophe Lyon2-8/+5
2017-06-19PR c++/81073 - constexpr and static var in statement-expression.Jason Merrill8-17/+53
2017-06-19tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply in UWHI to a...Jakub Jelinek2-1/+4
2017-06-19re PR sanitizer/81125 (-fsanitize=undefined ICE)Jakub Jelinek5-16/+63
2017-06-19re PR sanitizer/81111 (Cannot build libstdc++ with -fsanitize=undefined)Jakub Jelinek4-5/+79
2017-06-19re PR tree-optimization/81118 (ice in remove_redundant_iv_tests)Richard Biener4-1/+31
2017-06-19re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...Richard Biener6-4/+85
2017-06-19re PR ipa/81112 (internal compiler error: tree check: expected integer_cst, h...Jakub Jelinek2-0/+6
2017-06-19pt.c (coerce_template_parms): Fix indentation.Nathan Sidwell2-8/+10
2017-06-19re PR c++/81119 (-Wshadow warns on "typedef struct foo foo;")Nathan Sidwell4-15/+39
2017-06-19Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...Martin Liska4-1/+48
2017-06-19Introduce 4-stages profiledbootstrap to get a better profile.Martin Liska2-2/+7
2017-06-19Fix multi-versioning issues (PR ipa/80732).Martin Liska7-39/+193