aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-04re PR c++/66197 (c++1z generic function wrong type for auto)Paolo Carlini3-1/+27
2015-08-04[AArch64] PR target/66731 Fix fnmul insn with -frounding-math (rtx costs)Szabolcs Nagy2-5/+23
2015-08-04* pt.c (lookup_template_class_1): Clear elt.spec.Jason Merrill2-0/+3
2015-08-04* tree.c (build_target_expr): Copy the location from value.Jason Merrill2-0/+6
2015-08-04re PR c++/66392 (rejects-valid: copy-initialization through user-defined conv...Paolo Carlini2-0/+17
2015-08-04vec-cmp-sel.c: Avoid test failure on machines without VSX an Power8 vector su...Bill Schmidt2-1/+7
2015-08-04genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in generated code.Richard Biener2-12/+17
2015-08-04gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize bool compares on...Richard Biener5-2/+60
2015-08-04aarch64.c: Change inner loop statement cost to be consistent with other targets.Pawel Kupidura2-8/+7
2015-08-04neon.md (neon_vget_lanev2di): Handle big-endian targets.Christophe Lyon2-1/+21
2015-08-04nvptx.h (struct nvptx_pseudo_info): Delete.Nathan Sidwell2-7/+5
2015-08-04Compile IAMCU tests with -fno-pie -no-pieH.J. Lu2-1/+7
2015-08-04re PR c++/66427 (The compiler rejects too complex variable templates)Paolo Carlini2-0/+25
2015-08-04[AArch64][14/14] Reuse target_option_current_node when passing pragma string ...Kyrylo Tkachov2-0/+18
2015-08-04[doc][13/14] Document AArch64 target attributes and pragmasKyrylo Tkachov2-0/+159
2015-08-04[AArch64][12/14] Target attributes and target pragmas testsKyrylo Tkachov17-0/+592
2015-08-04[AArch64][11/14] Re-layout SIMD builtin types on builtin expansionKyrylo Tkachov7-3/+104
2015-08-04[AArch64][10/14] Implement target pragmasKyrylo Tkachov11-101/+267
2015-08-04[AArch64][9/14] Implement TARGET_CAN_INLINE_PKyrylo Tkachov2-0/+117
2015-08-04[AArch64][8/14] Implement TARGET_OPTION_VALID_ATTRIBUTE_PKyrylo Tkachov4-1/+542
2015-08-04[AArch64][7/14] Implement TARGET_SET_CURRENT_FUNCTIONKyrylo Tkachov3-0/+67
2015-08-04[AArch64][6/14] Implement TARGET_OPTION_SAVE/TARGET_OPTION_RESTOREKyrylo Tkachov5-59/+242
2015-08-04[AArch64][5/14] Make flag_omit_leaf_frame_pointer intialize to 2. Define and ...Kyrylo Tkachov2-1/+6
2015-08-04[AArch64][4/14] Create TARGET_FIX_ERR_A53_835769 and use that instead of aarc...Kyrylo Tkachov5-12/+29
2015-08-04i386.c (ix86_expand_int_movcc): Check result of ix86_expand_int_movcc as bool...Uros Bizjak2-2/+7
2015-08-04[AArch64][3/14] Refactor option override codeKyrylo Tkachov5-146/+339