aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-10libstdc++: Fix description of std::ios::trunc (PR 92886)Jonathan Wakely2-1/+4
2019-12-10[AArch64] Don't allow partial SVE modes in GPRsRichard Sandiford4-1/+40
2019-12-10[AArch64] Fix INDEX patterns for partial VNx2 modesRichard Sandiford5-4/+68
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely5-0/+64
2019-12-10libstdc++: Reduce header dependencies in <span>Jonathan Wakely2-2/+6
2019-12-10libstdc++: Fix bug in std::indirect_result_tJonathan Wakely3-13/+64
2019-12-10Add tests to verify OpenACC clause locationsFrederik Harwath3-0/+40
2019-12-10Use clause locations in OpenACC nested reduction warningsFrederik Harwath2-1/+5
2019-12-10Add myself to MAINTAINERS file.Lewis Hyatt2-0/+5
2019-12-10Make dwarf2out punt for MODE_VECTOR_BOOLRichard Sandiford4-1/+37
2019-12-10Add missing conversion in vect_create_epilog_for_reductionRichard Sandiford2-0/+8
2019-12-10Record the loop masks needed for EXTRACT_LAST_REDUCTIONsRichard Sandiford4-2/+45
2019-12-10Fix EXTRACT_LAST_REDUCTION handling of pattern stmtsRichard Sandiford2-7/+16
2019-12-10Disallow EXTRACT_LAST_REDUCTION for reduction chainsRichard Sandiford2-2/+8
2019-12-10Fortran] PR 92872 – Fix get_CFI_descTobias Burnus4-1/+33
2019-12-10Check for TYPE_DECL in get_odr_name_for_typeRichard Sandiford6-1/+23
2019-12-10avx512f-vmovntpd-2.c: Ensure res is 64-byte aligned.Jakub Jelinek3-2/+7
2019-12-10* config/i386/i386.c (IX86_LEA_PRIORITY): Fix comment typos.Jakub Jelinek2-3/+7
2019-12-10Fix typos in 2 functions.Martin Liska3-11/+13
2019-12-10libbacktrace: remove duplicate low_pc/high_pc/range handlingIan Lance Taylor2-235/+179
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm11-11/+64
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm10-145/+148
2019-12-10Daily bump.GCC Administrator1-1/+1
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge8-112/+64
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge18-30/+242
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge7-17/+126
2019-12-09PR middle-end/92761 - hash_table::expand invokes assignment on invalid objectsMartin Sebor3-22/+27
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini65-320/+484
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt20-207/+39986
2019-12-09re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)Ian Lance Taylor2-5/+1
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely20-183/+482
2019-12-09tree.c (build_array_type_1): Add SET_CANONICAL parameter and compute TYPE_CAN...Eric Botcazou4-15/+45
2019-12-09Fix column information for omp_clauses in Fortran codeFrederik Harwath2-1/+6
2019-12-09Fix more unrecognised GCN instructionsAndrew Stubbs2-2/+8
2019-12-09Remove gcc/ prefixEric Botcazou1-71/+69
2019-12-09Fix libdecnumber handling of non-canonical BID significands (PR middle-end/91...Joseph Myers11-3/+184
2019-12-09arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofileRichard Earnshaw2-1/+7
2019-12-09rs6000: Name set<mode>_cc, and delete some old mfcr patternsSegher Boessenkool2-110/+10
2019-12-09[mid-end] [obvious] Cast to avoid -Wsign-compare warning from r279124Matthew Malcomson2-1/+6
2019-12-09libgcc: Fix misuse of USE_EH_FRAME_REGISTRY in crtstuff.cJozef Lawrynowicz2-2/+7
2019-12-09[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson6-0/+27
2019-12-09libgcc: Dont define __do_global_dtors_aux if it will be emptyJozef Lawrynowicz2-1/+12
2019-12-09[PR92511] More testing for OpenACC "present" subarraysThomas Schwinge10-126/+670
2019-12-09Add 'libgomp.oacc-c-c++-common/map-data-1.c'Thomas Schwinge2-0/+55
2019-12-09[PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c'Thomas Schwinge2-0/+34
2019-12-09Add 'libgomp.oacc-c-c++-common/host_data-6.c'Thomas Schwinge2-0/+49
2019-12-09In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var'Thomas Schwinge2-10/+5
2019-12-09libgomp/testsuite/*fortran – make 'stop' values uniqueTobias Burnus8-338/+350
2019-12-09Use OPTION_MASK_ISA2_$target_[SET,UNSET, ] to indicate those forHongtao Liu8-308/+372
2019-12-09[GCC, Vect] Fix costing for vector shiftsSudakshina Das4-1/+31