aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-21re PR sanitizer/71953 (ICE using address sanitizers with PCH)Jakub Jelinek2-2/+9
2016-07-21[Patch 3/2 ifcvt costs] Don't expand a conditional move between identical sou...James Greenhalgh2-0/+16
2016-07-21[Patch 2/2 ifcvt costs] Introduce a new cost model for ifcvt.James Greenhalgh8-99/+127
2016-07-21[Patch 1/2 ifcvt costs] New target hook: max_noce_ifcvt_seq_costJames Greenhalgh8-0/+106
2016-07-21re PR tree-optimization/71947 (x ^ y not folded to 0 if x == y by DOM)Richard Biener4-4/+36
2016-07-21Do not divide by zero in analyze_brprob.pyMartin Liska2-6/+12
2016-07-21function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener10-0/+32
2016-07-21tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo in comment.Prathamesh Kulkarni2-1/+6
2016-07-21Some patterns for moving one bit around by BST + BLD.Georg-Johann Lay4-1/+198
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng9-26/+174
2016-07-21tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up by removing c...Bin Cheng2-77/+33
2016-07-21[ARM] Fix PR target/59833Aurelien Jarno3-3/+30
2016-07-21vect-mask-store-move-1.c: XFAIL.Bin Cheng2-1/+5
2016-07-21* tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.Jakub Jelinek2-1/+10
2016-07-21re PR libgomp/71941 (ICE with OpenMP tasks and queue)Jakub Jelinek4-0/+42
2016-07-21PR c++/70781 - ICE on ill-formed lambda.Jason Merrill3-2/+16
2016-07-21PR c++/71896 - constexpr pointer-to-member comparison.Jason Merrill3-0/+21
2016-07-21PR c++/70942 - generic lambda with auto&& parameter.Jason Merrill1-0/+10
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill7-19/+34
2016-07-21PR c++/71121 - -Waddress, constexpr, and PMFs.Jason Merrill4-17/+25
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton26-913/+2315
2016-07-21Daily bump.GCC Administrator1-1/+1
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak6-7/+17
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm9-20/+563
2016-07-20S/390: Remove mode size check in encode_section_info.Andreas Krebbel2-5/+7
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely3-0/+19
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely5-3/+53
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely4-2/+39
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely4-7/+48
2016-07-20S/390: Fix pr67443.c.Dominik Vogt2-19/+27
2016-07-20S/390: Xfail some tests in insv-[12].c.Dominik Vogt3-2/+27
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak15-25/+43
2016-07-20avr.c (avr_legitimize_address): Force constant addresses outside [0,0xc0] int...Georg-Johann Lay5-59/+199
2016-07-20Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay7-7/+220
2016-07-20Build libbackend.a as a thin archive if possiblePatrick Palka4-2/+57
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm6-44/+94
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek5-3/+88
2016-07-20re PR middle-end/50060 (intrinsics not folded by the middle-end)Jakub Jelinek5-7/+161
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay4-42/+70
2016-07-20nvptx: do not implicitly enable -ftoplevel-reorderAlexander Monakov2-6/+5
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm8-15/+58
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay7-0/+52
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska4-0/+67
2016-07-20re PR tree-optimization/71503 (gcc ICE at -O3 on valid code on x86_64-linux-g...Bin Cheng5-1/+61
2016-07-20configure.ac (nds32*-*-*): Remove entry to enable gdb.Yan-Ting Lin3-7/+6
2016-07-20Enhance documentation of -fipa-ra option.Martin Liska2-2/+11
2016-07-20Add selftests for fibonacci_heapMartin Liska6-9/+331
2016-07-20Add sreal to selftestsMartin Liska8-179/+131
2016-07-20PR c++/67164 - clean up dead codeJason Merrill2-14/+8
2016-07-20Daily bump.GCC Administrator1-1/+1