aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-20[multiple changes]Arnaud Charlet5-10/+49
2015-10-20[multiple changes]Arnaud Charlet12-23/+342
2015-10-20[multiple changes]Arnaud Charlet6-17/+63
2015-10-20[multiple changes]Arnaud Charlet6-21/+151
2015-10-20[multiple changes]Arnaud Charlet7-33/+66
2015-10-20sem_ch3.adb (Check_Nonoverridable_Aspects): New procedure within Analyze_Full...Ed Schonberg4-35/+176
2015-10-20[multiple changes]Arnaud Charlet4-10/+11
2015-10-20Fix default_binds_local_p_2 for extern protected dataSzabolcs Nagy5-2/+98
2015-10-20re PR c++/67064 (Register asm variable broken)Jason Merrill3-0/+23
2015-10-19[PATCH] c/67925 - update documentation on `inline'Arkadiusz Drabczyk2-12/+14
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill9-2/+87
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill5-20/+41
2015-10-19c-cppbuiltin.c (c_cpp_builtins): Define __cpp_enumerator_attributes...Jason Merrill8-1/+53
2015-10-19typoJason Merrill1-1/+1
2015-10-20resolve.c (gfc_verify_binding_labels): Check for NULL pointer.Steven G. Kargl4-1/+28
2015-10-20Daily bump.GCC Administrator1-1/+1
2015-10-20PR66870 PowerPC64 Enable gold linker with split stackAlan Modra5-12/+40
2015-10-19REE: fix uninitialized registers handlingPierre-Marie de Rodat9-14/+605
2015-10-20mn10300: Use the STC bb-reorder algorithm at -OsSegher Boessenkool2-0/+9
2015-10-19Proposed doc update for Explicit Reg Vars 1/3David Wohlferd3-38/+34
2015-10-19re PR fortran/68019 (ICE on rank mismatch of implied-shape array of user-defi...Steven G. Kargl4-1/+24
2015-10-19[PATCH] Don't allow FSM threader to create irreducible loops unless it elimin...Jeff Law2-4/+32
2015-10-19re PR tree-optimization/67975 (Failure to optimise equality between two call ...Richard Biener7-64/+196
2015-10-19gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.Richard Biener6-27/+61
2015-10-19Use GET_MODE_BITSIZE to get vector natural alignmentH.J. Lu2-1/+11
2015-10-19Replace @optindex with @opindexH.J. Lu2-1/+5
2015-10-19Don't leak ISA to __attribute__ ((target("arch=XXX")))H.J. Lu6-1/+74
2015-10-19fix date of changelog entryJoost VandeVondele1-1/+1
2015-10-19Fix PR68002, add -fkeep-static-functionsJoost VandeVondele6-3/+31
2015-10-19Remove undefined behaviour from builtins-20.cRichard Sandiford2-3/+7
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov3-17/+174
2015-10-19Daily bump.GCC Administrator1-1/+1
2015-10-18Fix crash in gengtype debug dumpMikhail Maltsev2-1/+13
2015-10-18Revise Darwin's sysroot handling to be compatible with the clang toolchain.Iain Sandoe2-5/+22
2015-10-18re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initia...Jason Merrill3-1/+43
2015-10-18Fix common-related error recovery ICE.Mikael Morin6-23/+74
2015-10-18Darwin - Tidy mmacosx-version-min code and specs.Iain Sandoe7-92/+68
2015-10-18Improve handling of -arch flag for DarwinIain Sandoe2-5/+101
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas8-7/+221
2015-10-18fix Darwin bootstrapIain Sandoe2-0/+5
2015-10-18Daily bump.GCC Administrator1-1/+1
2015-10-17re PR fortran/67987 (ICE on declaring and initializing character with negativ...Steven G. Kargl6-28/+71
2015-10-17change a function argument from rtx to rtx_insn *Trevor Saunders2-1/+6
2015-10-17Daily bump.GCC Administrator1-1/+1
2015-10-16Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for LakemontH.J. Lu2-1/+6
2015-10-16Fix def_test_returning_type in iamcu/test_basic_returning.cH.J. Lu2-1/+9
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod110-1845/+625
2015-10-16Replace printf with __builtin_printfH.J. Lu2-1/+6
2015-10-16Properly initialize u5H.J. Lu2-1/+6
2015-10-16re PR middle-end/67966 (ICE in convert_move, at expr.c:282)Eric Botcazou5-4/+137