aboutsummaryrefslogtreecommitdiff
path: root/gcc
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-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 Jarno1-0/+18
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-20Use static pointer to member when catching nullptrJonathan Wakely2-2/+36
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-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
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig5-15/+96
2016-07-19re PR rtl-optimization/71916 (ICE at -O3 on valid code on x86_64-linux-gnu in...Jakub Jelinek4-2/+49
2016-07-19re PR debug/71855 (duplicate unspecified_parameters DIE in DWARF for function...Aldy Hernandez3-5/+25
2016-07-19re PR middle-end/71874 (memmove works wrong)Jakub Jelinek4-9/+29
2016-07-19re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t...Jakub Jelinek2-7/+12