aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-29[PATCH 8/9] ENABLE_CHECKING refactoring: target-specific partsMikhail Maltsev10-139/+142
2015-10-30sh.opt: Fix format of the help text for -mfdpicKaz Kojima2-1/+5
2015-10-30Daily bump.GCC Administrator1-1/+1
2015-10-30openacc.h (enum acc_device_t): Reformat.Nathan Sidwell3-52/+5
2015-10-30[MCORE] Hookize GO_IF_LEGITIMATE_ADDRESSAnatoly Sokolov3-85/+85
2015-10-29[PATCH] Remove unnecessary invalidation support in threadingJeff Law4-81/+16
2015-10-29rs6000: Save the PIC reg when neededSegher Boessenkool2-22/+29
2015-10-29lra: Don't remove the scratch in (mem:BLK (scratch))Segher Boessenkool2-0/+10
2015-10-29Fix target/68124Richard Henderson2-15/+28
2015-10-29Require c99_runtime for builtin-convert-1.cRichard Sandiford2-0/+5
2015-10-29rs6000.c (rs6000_init_libfuncs): Split libfunc setup into 3 functions...Michael Meissner8-283/+805
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor4-120/+4
2015-10-29rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit floating point modes that ca...Michael Meissner8-93/+166
2015-10-29re PR fortran/68054 (ICE on using protected attribute in program without prog...Steven G. Kargl4-1/+21
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor3-13/+48
2015-10-29[multiple changes]Steven G. Kargl4-0/+33
2015-10-29[PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev6-18/+18
2015-10-29[PATCH][PR tree-optimization/67892] Use FSM threader to handle backedgesJeff Law7-38/+73
2015-10-29Allow CAST_RESTRICT foldingTom de Vries2-1/+5
2015-10-29omp-low.c (lower_omp_target): Remove unreachable code & merge ifs.Nathan Sidwell2-5/+8
2015-10-29Fix X - (X / Y) * Y in match.pd.Marc Glisse2-4/+10
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod141-738/+667
2015-10-29Remove redundant variable from tree-call-cdce.cRichard Sandiford2-6/+10
2015-10-29Remove unnecessary label from tree-call-cdce.cRichard Sandiford2-7/+5
2015-10-29re PR middle-end/68142 (unsafe association of multiplication)Richard Biener4-2/+53
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod289-2183/+2195
2015-10-29re PR c++/67845 (ICE on invalid use of const qualifier on x86_64-linux-gnu in...Paolo Carlini4-0/+22
2015-10-29Add BUILD_NO_PIE_CFLAGS and BUILD_NO_PIE_FLAGH.J. Lu4-8/+61
2015-10-29re PR middle-end/56956 (ftrapv traps on valid abs-like code)Richard Biener4-4/+28
2015-10-29gimple-match-head.c (gimple_simplify): Remove premature checking of builtin_d...Richard Biener4-5/+12
2015-10-29tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.Bin Cheng2-5/+15
2015-10-29Daily bump.GCC Administrator1-1/+1
2015-10-28* gnat.dg/discr44.adb: New test.Eric Botcazou2-2/+33
2015-10-28Remove superfluous code in intra_create_variable_infosTom de Vries2-12/+12
2015-10-28Fix for ICE with -g on testcase with incomplete types.Jim Wilson4-1/+31
2015-10-28Make-lang.in (c.tags): Also include libcpp TAGS.Jason Merrill2-1/+6
2015-10-28re PR fortran/67933 (ICE for array of a derived type with allocatable class i...Paul Thomas2-1/+7
2015-10-28DR 1518Jason Merrill4-3/+39
2015-10-28* c-common.c (pointer_int_sum): Fold the MULT_EXPR.Jason Merrill3-4/+12
2015-10-28omp-low.c (MASK_GANG, [...]): Delete.Nathan Sidwell2-15/+4
2015-10-28nvptx.c (nvptx_print_operand): Remove 'd' case.Nathan Sidwell2-19/+11
2015-10-28* tree-eh.c (mark_reachable_handlers): Fix typo in assert.Richard Henderson2-1/+5
2015-10-28oddspreg-3.c: Disable for MIPS16.Catherine Moore5-4/+11
2015-10-28re PR target/67839 (Bit addressable instructions generated for invalid memory...Senthil Kumar Selvaraj4-2/+43
2015-10-28fold-const.c (operand_equal_p): Do not verify that types are compatible for M...Jan Hubicka2-3/+5
2015-10-28gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs in simplifying VEC_C...Richard Biener4-3/+13
2015-10-28Generate constraints only once in intra_create_variable_infosTom de Vries2-0/+7
2015-10-28Improve alias dump infoTom de Vries4-51/+88
2015-10-28Handle noplt in call expanders for AArch64.Ramana Radhakrishnan2-10/+19
2015-10-28nvptx.h (struct machine_function): Add axis_predicate.Nathan Sidwell5-23/+1375