platform/upstream/gcc.git
2015-10-06 Venkataramanan... AMD znver1 enablement.
2015-10-06 Richard Bienerre PR tree-optimization/67859 (ICE on valid code at...
2015-10-06 Jonathan WakelyUpdate template instantiation documentation
2015-10-06 Eric Botcazoure PR c/65345 (ICE with _Generic selection on _Atomic...
2015-10-06 Kirill Yukhinbuiltin_target.c: Fix AVX-512VBMI detection.
2015-10-06 Richard Bienertree-vectorizer.h (vec_info): New base class for...
2015-10-06 Kirill Yukhinbuiltin_target.c: Add check for AES and PCLMUL.
2015-10-06 GCC AdministratorDaily bump.
2015-10-05 Kaz KojimaFix PR65345 in SH backend
2015-10-05 Paolo Carlinire PR c++/53856 (Default argument allowed on member...
2015-10-05 Richard SandifordRemove diffstat from ChangeLog.
2015-10-05 Ian Lance Taylorlex: Update unicode letters table to Unicode 8.0.0.
2015-10-05 Marek Polacek* tree-ssa-loop-im.c
2015-10-05 Aditya Kumarincrease the number of parameters
2015-10-05 Aditya Kumarmove param detection to scop detection
2015-10-05 Aditya Kumarmove scop detection related stuff to graphite-scop...
2015-10-05 Martin JamborIPA-CP Alignment lattice cleanup
2015-10-05 Marek Polacekre PR middle-end/67821 (ICE in duplicate_ssa_name_range...
2015-10-05 Jason MerrillMove runtime transactional memory tests to libitm testsute.
2015-10-05 Thomas Schwinge[PR other/65021] mkoffloads -save-temps handling, and...
2015-10-05 Trevor Saundersmake more gimple_x_ptr accessors const correct
2015-10-05 Trevor Saundersremove unused gasm accessors
2015-10-05 Trevor Saundersremove gimple_location_ptr ()
2015-10-05 Trevor Saundersmake build_uses store tree * instead of tree
2015-10-05 Richard SandifordAdd a build_real_truncate helper function
2015-10-05 James Greenhalgh[AArch64] Fix output assembly bug under TLSIE ILP32
2015-10-05 Kirill Yukhincpuinfo.c (get_intel_cpu): Detect "skylake-avx512".
2015-10-05 Christian BruelCleanup directives.
2015-10-05 Richard SandifordRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-10-05 Richard SandifordRemove remaining uses of CONST_DOUBLE_FROM_REAL_VALUE
2015-10-05 Richard SandifordRemove remaining uses of REAL_ARITHMETIC
2015-10-05 Richard SandifordReplace REAL_VALUES_LESS with real_less
2015-10-05 Richard SandifordRemove remaining uses of REAL_VALUES_IDENTICAL
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-10-05 Richard Bienerre PR ipa/67783 (quadratic time consumption in IPA...
2015-10-05 Richard Bienertree-ssa-pre.c (create_component_ref_by_pieces_1):...
2015-10-05 Ramana Radhakrishnan[Patch ARM/ AArch64] Fix typo in vcvt_f16.c testcase .
2015-10-05 Ville Voutilainenre PR c++/67844 (Cannot make tuple of class with templa...
2015-10-05 GCC AdministratorDaily bump.
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-04 Uros Bizjakre PR rtl-optimization/67447 (ICE in extract_constrain_...
2015-10-04 Uros Bizjaki386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to check...
2015-10-04 Uros Bizjakvect-pack-trunc-1.c: Require avx512bw effective target.
2015-10-04 Mikael MorinRemove dead code
2015-10-04 Mikael MorinFix fortran common-related error recovery ICE.
2015-10-04 Mikael MorinFactor access to the common block head symbol
2015-10-04 GCC AdministratorDaily bump.
2015-10-03 Marek PolacekMakefile.in (insn-latencytab.o): Remove -Wno-duplicated...
2015-10-03 Max Filippovxtensa: add uclinux support
2015-10-03 Jonathan WakelyDocument value of __cplusplus for C++14
2015-10-03 Jonathan WakelyRemove pretty printing for 'any' with allocators
2015-10-03 Jonathan WakelyFix comments saying why headers are included
2015-10-03 Bernd Edlingerpr67756.c: Fixed warnings.
2015-10-03 GCC AdministratorDaily bump.
2015-10-02 Jonathan WakelyFix testsuite failures with --disable-wchar_t
2015-10-02 Jonathan WakelyEnable dual ABI for Filesystem library
2015-10-02 Jonathan Wakelyminimal.cc: Minor tweaks to match narrow char version.
2015-10-02 Jonathan WakelyFix tests that fail with old std::string
2015-10-02 Jonathan WakelyUse noexcept instead of _GLIBCXX_NOEXCEPT
2015-10-02 Jonathan Wakely* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
2015-10-02 Bernd SchmidtHelp the offload gcc driver find the right assembler
2015-10-02 Thomas Schwingenvptx offloading linking
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-10-02 Jonathan Wakelytestsuite_fs.h (nonexistent_path): Use less generic...
2015-10-02 Jeff LawRe: [PATCH] Improve DOM's optimization of control state...
2015-10-02 Thomas Schwinge[PR target/67822] OpenMP offloading to nvptx fails
2015-10-02 Uros Bizjaksystem.h (ROUND_UP): New macro definition.
2015-10-02 Marek Polacekre PR c/67730 (No warning when returning NULL in void...
2015-10-02 Marek Polacekre PR c/67819 (-Wduplicated-cond should take macros...
2015-10-02 Jonathan WakelyPR libstdc++/67747 use readdir instead of readdir_r
2015-10-02 Aditya Kumarreject loops early where ivs cannot be represented
2015-10-02 Sebastian Popfix PR67754
2015-10-02 Sebastian Popadd testcase
2015-10-02 Aditya Kumaroutline functions from stmt_simple_for_scop_p
2015-10-02 Kirill YukhinAVX-512.
2015-10-02 Ramana Radhakrishnan[AArch64] Use default_elf_asm_named_section instead...
2015-10-02 Vladimir Makarovre PR rtl-optimization/67756 (ICE compiling Linux Kerne...
2015-10-02 Jiong Wang[AArch64] Add more TLS local executable testcases
2015-10-02 Kirill YukhinUpdate extract_even_odd w/ AVX-512BW insns.
2015-10-02 Kirill Yukhininvoke.texi: Mention -mavx512vl, -mavx512bw, -mavx512dq...
2015-10-02 Jason Merrillre PR c/59218 (atomic transactions: accesses to volatil...
2015-10-02 Jonathan Wakely* system.h (malloc.h): Don't include obsolete header.
2015-10-02 Ramana Radhakrishnan[AArch64] Use default_elf_asm_named_section instead...
2015-10-02 Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-10-02 Renlin Li[PATCH][AARCH64]Add csneg3_uxtw_insn pattern
2015-10-02 Oleg Endosh.md: Add new unnamed split pattern to handle movt...
2015-10-02 Renlin Li[PATCH][AARCH64][PR66776]Add cmovdi_insn_uxtw pattern.
2015-10-02 Florian WeimerMAINTAINERS: Update email address.
2015-10-02 Doug Rupplang.opt (fbuiltin-printf): Accept.
2015-10-02 Louis KruppMAINTAINERS (Write After Approval): Add myself.
2015-10-02 Eric Botcazoutrans.c (Pragma_to_gnu): Replace linear search with...
2015-10-02 Louis KruppBack out improper commit
2015-10-02 Eric Botcazouada-tree.h (DECL_RESTRICTED_ALIASING_P): New flag.
2015-10-02 Louis KruppDelete undesirable svn:executable property
2015-10-02 Kyrylo Tkachov[RTL ifcvt] PR 67786, 67787: Check that intermediate...
2015-10-02 James Greenhalgh[Patch AArch64] Improve SIMD concatenation with zeroes
2015-10-02 Eric Botcazoutrans.c (find_loop_for): Use FOR_EACH_VEC_ELT_REVERSE.
2015-10-02 Kai Tietzre PR target/51726 (LTO and attribute 'selectany')
2015-10-02 Kai Tietzre PR target/51726 (LTO and attribute 'selectany')
2015-10-02 Richard Bienertree-ssa-sccvn.c (has_VN_INFO): New function.
next