platform/upstream/gcc.git
2018-01-19 Martin LiskaIntroduce PROB_UNINITIALIZED constant and use it in...
2018-01-19 Martin LiskaFix usage of analyze_brprob.py script.
2018-01-19 Richard SandifordCheck whether any statements need masking (PR 83922)
2018-01-19 Richard SandifordAvoid ICE for nested inductions (PR 83914)
2018-01-19 Kyrylo Tkachov[arm] Fix gcc.target/arm/negdi-[12].c
2018-01-19 Kyrylo Tkachov[arm] Fix gcc.target/arm/pr40956.c
2018-01-19 Christophe... [libstdc++][testsuite] Fix dg-options/dg-add-options...
2018-01-19 Kyrylo Tkachov[arm] Fix gcc.target/arm/pr79058.c
2018-01-19 Ian Lance Taylormksysinfo: use rlimit64 if available when we use getrli...
2018-01-19 Ian Lance TaylorMakefile.am (GOTOOLS_TEST_TIMEOUT): Define.
2018-01-19 Ian Lance Taylormksysinfo: force Passwd.Pw_[ug]id from int32 to uint32
2018-01-19 Ian Lance Taylorruntime: no escape for some functions on AIX
2018-01-19 Ian Lance Taylorcmd/go: recognize AIX objects and archives
2018-01-19 Ian Lance Taylorruntime: add go:noescape declaration for Solaris
2018-01-19 John David... pr52451.c (main): Skip long double test on hppa*-*...
2018-01-19 GCC AdministratorDaily bump.
2018-01-18 Jakub Jelinekre PR ipa/83619 (ICE in inliner: caller edge count...
2018-01-18 Jason MerrillFix template/inherit4.C.
2018-01-18 Paolo Carlinicp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIAL...
2018-01-18 Carl Lovebuiltins-6.h (foo): Add missing closing bracket to...
2018-01-18 Jakub Jelinekre PR sanitizer/81715 (asan-stack=1 redzone allocation...
2018-01-18 Jason MerrillPR c++/82461 - constexpr list-initialized member
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-18 Paolo Carlinire PR c++/81013 (ICE with invalid union in class hierarchy)
2018-01-18 Wilco Dijkstra[AArch64] Fix fp16 test failures after PR82964 fix
2018-01-18 Jan Hubickare PR ipa/82256 (clones created by create_version_clone...
2018-01-18 Martin SeborBe clear about virtual table pointer corruptuion rather...
2018-01-18 Christophe... [arm] Enable gcc.dg/rtl/arm/stl-cond.c on armeb.
2018-01-18 Jan Hubickare PR ipa/83619 (ICE in inliner: caller edge count...
2018-01-18 Christophe... [ARM,testsuite] Make arm_arch_FUNC_ok more robust
2018-01-18 Kyrylo Tkachov[arm] Fix gcc.target/arm/pr70278.c
2018-01-18 Boris KolpackovAdd ability to remap file names in __FILE__, etc (PR...
2018-01-18 Martin LiskaSmall retpoline clean-up.
2018-01-18 Christophe... [arm] Fix gcc.target/arm/xor-and.c
2018-01-18 Boris KolpackovAdd Boris Kolpackov <boris@codesynthesis.com> to MAINTA...
2018-01-18 Nathan SidwellPR c++/83160] local ref to capture
2018-01-18 Richard Bienerre PR tree-optimization/83887 ([graphite] ICE in verify...
2018-01-18 Kyrylo Tkachov[arm] PR target/65578: Fix builtin-bswap16-1.c and...
2018-01-18 Christophe... [arm] Fix gcc.target/arm/pr40887.c directives
2018-01-18 Jakub Jelinekre PR c/61240 (Incorrect warning "integer overflow...
2018-01-18 Harald Anlaufre PR fortran/83864 (ICE in gfc_apply_init, at fortran...
2018-01-18 Siddhesh PoyarekarAdd myself to the MAINTAINERS file
2018-01-18 Ian Lance Taylorre PR go/83787 (Many 32-bit Solaris/SPARC Go tests...
2018-01-18 Jeff Lawre PR testsuite/83883 (FAIL: gcc.dg/tree-ssa/ssa-dse...
2018-01-18 Bill Schmidtrs6000.md (*call_indirect_nonlocal_sysv<mode>): Generat...
2018-01-18 GCC AdministratorDaily bump.
2018-01-17 Harald Anlaufre PR fortran/83874 (ICE initializing character array...
2018-01-17 Jakub Jelinekre PR c++/83824 (ICE on invalid C++ code with alignas...
2018-01-17 Michael Meissnerrs6000.c (rs6000_emit_move): If we load or store a...
2018-01-17 Paolo Carlinire PR c++/78344 (ICE on invalid c++ code on x86_64...
2018-01-17 Ian Lance Taylorcompiler: enable escape analysis for runtime
2018-01-17 Jakub Jelinekre PR c++/83897 (Useless __builtin_unreachable () emitt...
2018-01-17 Jan Hubickare PR ipa/83051 (ICE on valid code at -O3: in edge_badn...
2018-01-17 Paolo Carlinire PR c++/81054 (ICE with volatile variable in constexp...
2018-01-17 Paolo Carlinire PR c++/81054 (ICE with volatile variable in constexp...
2018-01-17 Will Schmidtfold-vec-mergehl-char.c: New.
2018-01-17 Will Schmidtrs6000.c (rs6000_gimple_builtin): Add gimple folding...
2018-01-17 Rainer OrthGuard against undefined weak symbols before Mac OS...
2018-01-17 Kyrylo Tkachov[arm] Fix gcc.target/arm/g2.c and scd42-2.c for --with...
2018-01-17 Andrew WatermanRISC-V: Mark fsX as call clobbered when soft-float.
2018-01-17 Ian Lance Taylorarchive/tar: support stat and device numbers on AIX
2018-01-17 Nathan Sidwell[C++/83287] Another overload lookup ice
2018-01-17 David MalcolmC++: Fix crash in warn_for_memset within templates...
2018-01-17 Jason MerrillPR c++/81067 - redundant NULL warning.
2018-01-17 Jason MerrillPR c++/81843 - ICE with variadic member template.
2018-01-17 David Malcolmlto, testsuite: Fix ICE in -Wodr (PR lto/83121)
2018-01-17 Wilco Dijkstra[AArch64] PR82964: Fix 128-bit immediate ICEs
2018-01-17 Kyrylo Tkachov[arm][testsuite] Fix -march tests in effective target...
2018-01-17 Carl Lovevsx.md (define_expand xl_len_r, [...]): Add match_dup...
2018-01-17 Uros Bizjaki386.c (indirect_thunk_name): Declare regno as unsigned...
2018-01-17 David MalcolmFix failure building LLVM with location wrapper nodes...
2018-01-17 Nathan Sidwell[C++/83739] bogus error tsubsting range for in generic...
2018-01-17 Ian Lance Taylorlibgo: update to Go1.10beta2 release
2018-01-17 Eric Botcazouoverflow8.c: Pass -fno-if-conversion.
2018-01-17 Eric Botcazou* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline...
2018-01-17 Kyrylo Tkachov[arm] Convert gcc.target/arm/stl-cond.c into an RTL...
2018-01-17 Kyrylo Tkachov[arm] Fix gcc.target/arm/pr40887.c directives
2018-01-17 Jakub Jelinekre PR tree-optimization/83843 (wrong code at -O2)
2018-01-17 Kyrylo Tkachov[arm] Fix gcc.target/arm/xor-and.c
2018-01-17 Jakub Jelinekre PR rtl-optimization/83771 (ICE: verify_flow_info...
2018-01-17 Eric Botcazoure PR tree-optimization/81184 (gcc.dg/pr21643.c and...
2018-01-17 Richard SandifordVIEW_CONVERT_EXPR slots for strict-align targets (PR...
2018-01-17 Eric Botcazou* c-c++-common/Wrestrict.c (test_strcpy_range): Revert...
2018-01-17 Sebastian PerytRe-enabling of RDRND for Silvermont.
2018-01-17 Ian Lance Taylorelf.c (codes): Fix size to be 288.
2018-01-17 Michael Meissnerconfig.gcc (powerpc*-linux*-*): Add support for 64...
2018-01-17 John David... config.gcc (hppa*-*-linux*): Change callee copies ABI...
2018-01-17 John David... pa.h (MALLOC_ABI_ALIGNMENT): Set 32-bit alignment defau...
2018-01-17 GCC AdministratorDaily bump.
2018-01-17 John David... som.h (ASM_DECLARE_FUNCTION_NAME): Cleanup type and...
2018-01-16 John David... pa.c (pa_function_arg_size): Apply CEIL to GET_MODE_SIZ...
2018-01-16 Eric Botcazougimple-ssa-warn-restrict.c (builtin_memref::builtin_mem...
2018-01-16 Jason MerrillPR c++/83714 - ICE checking return in template.
2018-01-16 Eric BotcazouWrestrict.c (test_strcpy_range): Bump string size of...
2018-01-16 Eric BotcazouWarray-bounds-4.c (test_strcpy_bounds_memarray_range...
2018-01-16 Kelvin Nilsenrs6000-p8swap.c (rs6000_gen_stvx): Generate different...
2018-01-16 Vladimir Makarovre PR rtl-optimization/80481 (Unoptimal additional...
2018-01-16 Eric Botcazoupatchable_function_entry-decl.c: Use 3 NOPs on Visium.
2018-01-16 Eric Botcazouldist-27.c: Skip on Visium.
2018-01-16 Eric Botcazouvisium.md (nop): Tweak comment.
next