aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-07-26re PR c++/71570 (ICE on invalid variable capture in cxx_incomplete_type_diagn...Paolo Carlini4-1/+27
2017-07-26runtime: handle Alpha GNU/Linux in getSiginfoIan Lance Taylor1-1/+1
2017-07-26x86: Properly check saved register CFA offsetH.J. Lu4-4/+31
2017-07-26[Patch AArch64 obvious] Unify address costs to generic_addrcost_tableJames Greenhalgh2-36/+13
2017-07-26P0702R1 - List deduction of vector.Jason Merrill3-0/+43
2017-07-26PR c++/67054 - Inherited ctor with non-default-constructible membersLeonid Koppel3-1/+30
2017-07-26[Patch AArch64 Obvious] Unify branch costs to generic_branch_costJames Greenhalgh2-20/+17
2017-07-26[SPARC] Add -mfsmuld optionSebastian Huber6-13/+48
2017-07-26Disable pr79041-2.c with -mabi=ilp32.Wilco Dijkstra2-0/+6
2017-07-26re PR middle-end/70992 (Infinite recursion between fold_build2_stat_loc and f...Marek Polacek9-6/+89
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener6-18/+45
2017-07-26Fix PR46932: Block auto increment on frame pointerWilco Dijkstra4-0/+29
2017-07-26Move non-local goto expansion after parm_birth_insn (PR sanitize/81186).Martin Liska4-10/+39
2017-07-26[SPARC] Drop superfluous MASK_FPU enableSebastian Huber2-5/+10
2017-07-26genmatch.c (dt_simplify::gen): Make iterator vars const.Richard Biener2-10/+16
2017-07-26rs6000.c (rs6000_init_hard_regno_mode_ok): Eliminate TARGET_UPPER_REGS_{DF,DI...Michael Meissner5-43/+40
2017-07-26Daily bump.GCC Administrator1-1/+1
2017-07-25extend.texi: Update the built-in documentation file for the existing built-in...Carl Love4-0/+122
2017-07-25compiler: clean up unresolved placeholders for pointer typesIan Lance Taylor4-4/+49
2017-07-25tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses...Andrew Pinski2-0/+30
2017-07-25Fix i686-pc-cygwin build failure.Jim Wilson2-8/+13
2017-07-25Delete files unused since openbsd 2 & 3 support was dropped.Jim Wilson4-112/+5
2017-07-25i386.c (ix86_decompose_address): Do not check for register RTX when looking a...Uros Bizjak3-17/+20
2017-07-25gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou6-1/+35
2017-07-25match.pd: combine successive multiplications by constantsAlexander Monakov5-7/+36
2017-07-25match.pd: reassociate multiplicationsAlexander Monakov4-2/+26
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe20-1/+318
2017-07-25re PR target/81532 (insn does not satisfy its constraints: extract_constrain_...Jakub Jelinek6-27/+71
2017-07-25parsecpu.awk (all_cores): Remove duplicates.Tamar Christina2-3/+36
2017-07-25re PR tree-optimization/81455 (Compile-time hog w/ -O1 -funswitch-loops)Richard Biener4-3/+34
2017-07-25re PR tree-optimization/81529 (ICE in vectorizable_induction, at tree-vect-lo...Richard Biener4-1/+46
2017-07-25dwarf2asm.c (dw2_asm_output_nstring): Encode double quote character for AIX.David Edelsohn3-2/+19
2017-07-25* c-decl.c (grokfield): Remove local variable.Marek Polacek2-2/+5
2017-07-25re PR target/79041 (aarch64 backend emits R_AARCH64_ADR_PREL_PG_HI21 relocati...Wilco Dijkstra2-0/+5
2017-07-25* ioparm.def: Use 1U << 31 instead of 1 << 31 as flags2 mask.Jakub Jelinek2-2/+6
2017-07-25Do not silently continue if config.{build,host,gcc} failsSegher Boessenkool3-6/+11
2017-07-25re PR tree-optimization/81410 (-O3 breaks code)Richard Biener2-4/+8
2017-07-25re PR tree-optimization/81546 (ICE at -O3 during GIMPLE pass dom)Richard Biener2-12/+39
2017-07-25re PR tree-optimization/81510 (ice in operator[], at vec.h:749)Richard Biener5-19/+81
2017-07-25re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Richard Biener2-2/+8
2017-07-25domwalk: optimize basic block sortingAlexander Monakov2-17/+41
2017-07-25Fix wrong condition in ipa-visibility.c (PR ipa/81520).Martin Liska4-4/+29
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber19-192/+294
2017-07-25re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay4-22/+22
2017-07-25re PR c/81364 (Bogus -Wmultistatement-macros warning)Marek Polacek4-3/+62
2017-07-25re PR target/81414 (ICE in fma steering on AArch64/cortex-a57)Bin Cheng4-4/+31
2017-07-25* config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.Georg-Johann Lay2-1/+11
2017-07-25re PR sanitizer/81505 (ICE in tree-ssa-loop-manip.c:95 with -fsanitize=signed...Richard Biener4-2/+30
2017-07-25Daily bump.GCC Administrator1-1/+1
2017-07-24PR testsuite/80759 Fix broken tests in ms-sysv.expDaniel Santos4-226/+241