aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-12-30nvptx.c (nvptx_assemble_undefined_decl): Check it's not a constant pool object.Nathan Sidwell2-0/+10
2015-12-30Daily bump.GCC Administrator1-1/+1
2015-12-29rs6000.c (init_float128_ieee): Remove IEEE 128-bit comparison functions in cm...Michael Meissner7-98/+168
2015-12-29re PR fortran/69011 ([OOP] ICE in gfc_advance_chain for ALLOCATE with SOURCE)Andre Vehreschild4-2/+102
2015-12-29*.c: Remove extra braces from target selectors.Uros Bizjak164-172/+176
2015-12-29Daily bump.GCC Administrator1-1/+1
2015-12-28pr68473-1.c: Add dg-do compile directive.Uros Bizjak2-4/+8
2015-12-28coarray_40.f90: Link with libatomic if available.John David Anglin2-1/+4
2015-12-28pr49551.c: Skip on hppa*-*-hpux*.John David Anglin2-1/+3
2015-12-28pr67609.c: Add -fno-common option on hppa*-*-hpux*.John David Anglin2-0/+5
2015-12-28rs6000.c (rs6000_emit_le_vsx_move): Verify that this is never called when lxv...Bill Schmidt7-31/+130
2015-12-28nvptx.c (nvptx_output_call_insn): Expect hard regs.Nathan Sidwell3-21/+25
2015-12-28Daily bump.GCC Administrator1-1/+1
2015-12-27ipa-visibility.c (function_and_variable_visibility): Do not dissolve comdat g...Jan Hubicka2-2/+11
2015-12-27Daily bump.GCC Administrator1-1/+1
2015-12-26Daily bump.GCC Administrator1-1/+1
2015-12-25freebsd64.h: Delete FREEBSD_DYNAMIC_LINKER32/64 defines.Andreas Tobler2-19/+11
2015-12-24Fix PR number in revision 231905 ChangeLogs.Peter Bergner2-2/+2
2015-12-24re PR c++/69005 (infinite(?) recursion in template instantiations)Jason Merrill3-22/+63
2015-12-25Daily bump.GCC Administrator1-1/+1
2015-12-24Use const-ref instead of values for sese_l passed to functions.Aditya Kumar4-10/+21
2015-12-24Fix computation of single entry/exit of a region.Aditya Kumar2-10/+30
2015-12-24Add missing intrinsic file.Kirill Yukhin1-0/+56
2015-12-24Introduce support for PKU instructions.Kirill Yukhin22-17/+180
2015-12-23re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson2-1/+7
2015-12-24Daily bump.GCC Administrator1-1/+1
2015-12-23PR c++/69023 - bitset whose name is used in constant-expression rejectedMartin Sebor2-0/+89
2015-12-23cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.Nathan Sidwell4-22/+9
2015-12-23* config/nvptx/nvptx-protos.hNathan Sidwell4-64/+24
2015-12-23[Patch testsuite] Skip gcc.dg/ifcvt-4.c for targets on which it may not workJames Greenhalgh2-0/+7
2015-12-23alias.c (compare_base_decls): Simplify in-symtab check.Nathan Sidwell5-5/+34
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt4-5/+14
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge15-41/+24
2015-12-23Don't run OpenACC C++ test twiceThomas Schwinge2-0/+6
2015-12-23iterators.md (VMAXMINFNM): New int iterator.David Sherwood9-0/+131
2015-12-23[PATCH] Allow indirect call via GOT for 64-bit Pmode x32H.J. Lu8-18/+97
2015-12-23Daily bump.GCC Administrator1-1/+1
2015-12-22PR c/68473: sanitize source range-printing within certain macro expansionsDavid Malcolm5-6/+84
2015-12-22[PATCH] Avoid unnecessary block copying in path splittingJeff Law2-5/+9
2015-12-22re PR c++/66921 (failure to determine size of static constexpr array that is ...Jason Merrill3-1/+15
2015-12-22re PR c++/67257 (Internal compiler error in retrieve_specialization)Jason Merrill4-2/+34
2015-12-22re PR c++/67339 (Segfault when parsing a typename involving a template-alias)Jason Merrill3-1/+23
2015-12-22re PR c++/67376 (Comparison with pointer to past-the-end of array fails insid...Jakub Jelinek4-44/+112
2015-12-22Give EH_ELSE access to __builtin_eh_pointerRichard Henderson2-48/+52
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson16-122/+288
2015-12-22Fix previous ChangeLog entryPeter Bergner1-4/+1
2015-12-22re PR target/68772 (Many -gstabs tests FAIL with Xcode 7 as)Peter Bergner4-0/+29
2015-12-22Fix read of uninitialized value in make_pack_expansion()Patrick Palka2-0/+7
2015-12-22[PATCH] Use call-clobbered register for sibcall via GOTH.J. Lu11-9/+163
2015-12-22re PR c/69002 (C front end should warn about undefined access to atomic struc...Marek Polacek5-5/+121