aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-08-07libgo/testsuite: don't call kill without argsIan Lance Taylor1-1/+1
2015-08-07villeJason Merrill1-0/+1
2015-08-07sh.c (sh_recog_treg_set_expr): Return false during expand phase to avoid code...Kaz Kojima2-0/+12
2015-08-07Add C++ Concepts TS support.Andrew Sutton158-243/+10006
2015-08-07Makefile.def (libiconv): Define bootstrap=true.Yaakov Selkowitz3-2/+13
2015-08-07Daily bump.GCC Administrator1-1/+1
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin5-23/+33
2015-08-06jit.dg/test-benchmark.c: add a summary of timingsDavid Malcolm2-3/+20
2015-08-06re PR c++/66533 ([C++14] ICE: in dependent_type_p, at cp/pt.c:21073)Jason Merrill3-1/+9
2015-08-06[AArch64] Improve TLS Descriptor pattern to release RTL loop IV optJiong Wang5-5/+75
2015-08-06[AArch64] Tighten direct call pattern for sibcall to repair -fno-pltJiong Wang4-2/+32
2015-08-06[AArch64] Tighten direct call pattern to repair -fno-pltJiong Wang7-2/+68
2015-08-06re PR c++/67130 (ICE: tree check: expected identifier_node, have template_dec...Jason Merrill5-1/+67
2015-08-06Vectorize mult expressions with power 2 constants via shift, for targets has ...Venkataramanan Kumar6-1/+200
2015-08-06sse.md (*vec_concatv2df): Declare added alternatives as sselog type.Uros Bizjak2-1/+6
2015-08-06S/390: Fix dwarf reg size table for -m31 -mzarch.Andreas Krebbel6-0/+77
2015-08-06S/390: Clobber VRs in __builtin_tbegin.Andreas Krebbel5-1/+81
2015-08-06S/390: Doc: Add documentation for -mhtm, -mvx, and -mzvector.Andreas Krebbel3-1/+49
2015-08-06re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert3-0/+308
2015-08-06gimple.h (gimple_call_set_fn): Access op member directly.Richard Biener2-36/+67
2015-08-06gimple-fold.c (gimple_fold_stmt_to_constant_1): Simplify bool comparison cano...Richard Biener2-14/+11
2015-08-06re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert2-2/+10
2015-08-05pt.c (determine_specialization): Print candidates after 'no match' error.Jason Merrill3-0/+10
2015-08-05decl.c (cp_finish_decl): Tidy.Jason Merrill5-89/+29
2015-08-06Daily bump.GCC Administrator1-1/+1
2015-08-05coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod4-24/+16
2015-08-05re PR go/66870 (split stack issues on ppc64le and ppc64)Lynn Boger2-4/+20
2015-08-05re PR c++/66260 ([C++14] Failure to compile variable template with recursivel...Jason Merrill8-6/+68
2015-08-05re PR c++/65195 (Variable template cannot be used as a function)Jason Merrill4-0/+40
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez15-49/+222
2015-08-05gensupport.c (sequence_num): Replace with...Richard Sandiford3-91/+78
2015-08-05gensupport.h (get_c_test): Declare.Richard Sandiford5-26/+49
2015-08-05gensupport.h (get_num_insn_codes): Declare.Richard Sandiford5-15/+27
2015-08-05re PR middle-end/66311 (Problems with some integer(16) values)Richard Sandiford4-3/+81
2015-08-05target-insns.def (can_extend): Delete.Richard Sandiford2-1/+4
2015-08-05re PR tree-optimization/67121 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener4-2/+59
2015-08-05gcc * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimizationNick Clifton6-7/+175
2015-08-05re PR middle-end/67120 (wrong code for volatile pointers at -O1 and above on ...Richard Biener4-3/+31
2015-08-05re PR fortran/52846 ([F2008] Support submodules)Paul Thomas11-54/+309
2015-08-05re PR c++/66595 ([C++14] ICE in partial specialization template variables)Paolo Carlini2-0/+10
2015-08-05re PR tree-optimization/67055 (Segmentation fault in fold_builtin_alloca_with...Richard Biener4-0/+58
2015-08-05Disable AVX-512VL insns for scalar mode operands on -march=knl.Kirill Yukhin3-14/+32
2015-08-05Merge SSE and AVX ptest patterns.Kirill Yukhin3-25/+39
2015-08-05re PR tree-optimization/67109 (ICE at -O3 on x86_64-linux-gnu in vect_analyze...Richard Biener5-7/+85
2015-08-05re PR c/67107 (ICE: SIGSEGV in tree_class_check with -frounding-math -funsafe...Richard Biener4-2/+20
2015-08-05cse.c (cse_insn): Restoring old behaviour for src_eqv when dest and value in ...Kugan Vivekanandarajah2-4/+11
2015-08-05Daily bump.GCC Administrator1-1/+1
2015-08-04compiler: Verify pointer type's underlying type.Ian Lance Taylor2-1/+5
2015-08-04compiler: Use context to determine types of complex expressions.Ian Lance Taylor2-4/+3
2015-08-04[MOXIE] Hookize PRINT_OPERAND and PRINT_OPERAND_ADDRESSAnatoly Sokolov4-10/+17