aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-24rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete upper-regs options.Michael Meissner38-2274/+145
2017-07-24passes: Print a header in emergency_dump_functionSegher Boessenkool2-0/+6
2017-07-24cfgrtl: Don't crash in rtl_dump_bb if BB_END(bb) is NULLSegher Boessenkool2-14/+20
2017-07-24re PR target/79041 (aarch64 backend emits R_AARCH64_ADR_PREL_PG_HI21 relocati...Wilco Dijkstra4-1/+22
2017-07-24rs6000-c.c: Add support for built-in functions vector float vec_extract_fp32_...Carl Love8-1/+144
2017-07-24re PR target/81521 (After [r250413] GCC 8.0 doesn't compile for Windows)Jakub Jelinek4-23/+23
2017-07-24[AArch64, Patch] Generate MLA when multiply + add vector by scalarJackson Woodruff4-0/+100
2017-07-24dump-parse-tree.c (show_symbol): Show binding label if present.Thomas Koenig2-0/+7
2017-07-24re PR fortran/66102 (dependency mishandling with reallocation on assignment)Thomas Koenig4-1/+57
2017-07-24Daily bump.GCC Administrator1-1/+1
2017-07-23config.gcc (*-*-netbsd*): Remove check for NetBSD versions not having __cxa_a...Krister Walfridsson2-8/+6
2017-07-23arm.c (arm_option_override): Deprecate use of -mstructure-size-boundary.Michael Collison4-1/+12
2017-07-23fortran: fix pair_cmp qsort comparatorAlexander Monakov2-1/+7
2017-07-23pr56727-2.c: Limit to powerpc-linux.David Edelsohn3-2/+7
2017-07-23re PR target/80695 (gratuitous use of stxvx to store multiple pointers)Bill Schmidt2-1/+7
2017-07-23re PR target/80569 (i686: "shrx" instruction generated in 16-bit mode)Uros Bizjak4-8/+34
2017-07-23Daily bump.GCC Administrator1-1/+1
2017-07-22Daily bump.GCC Administrator1-1/+1
2017-07-22rs6000-c.c (altivec_overloaded_builtins): Add ALTIVEC_BUILTIN_VMULESW...Carl Love7-8/+77
2017-07-21Add RDMA support to falkor port.Jim Wilson8-15/+46
2017-07-21syscall: call f?statfs64 on GNU/LinuxIan Lance Taylor1-1/+1
2017-07-21re PR middle-end/56727 (Recursive call goes through the PLT unnecessarily)Yury Gribov5-0/+82
2017-07-21search.c (lookup_conversion_operator): Return overloads.Nathan Sidwell2-69/+44
2017-07-21runtime: don't use runtime_lock in __go_get_backtrace_stateIan Lance Taylor1-1/+1
2017-07-21Remove special CDtor METHOD_VEC slots.Nathan Sidwell5-97/+57
2017-07-21runtime: handle PPC/PPC64 GNU/Linux in getSiginfoIan Lance Taylor1-1/+1
2017-07-21call.c (add_candidates): Move decls to initialization.Nathan Sidwell2-20/+14
2017-07-21runtime: allocate more stack space in CgoCallbackGC testIan Lance Taylor1-1/+1
2017-07-21Now completeting the mmintrin.h intrinsic headers for PowerPC bySteven Munroe41-0/+1910