aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-16[Ada] Unique itypes names for unconstrained array object declarationPiotr Trojanek1-1/+6
2020-10-16[Ada] Cleanup related to itypes for unconstrained object declarationPiotr Trojanek1-21/+15
2020-10-16[Ada] SPARK: update for effectively volatile types and objectsYannick Moy4-43/+149
2020-10-16[Ada] GNAT-LLVM unnesting issues in elaboration codeGary Dismukes1-0/+198
2020-10-16[Ada] Crash when specifying an abstract subprogram with Stream_ConvertArnaud Charlet1-0/+3
2020-10-16[Ada] Fix documentation of No_Local_Timing_EventsPiotr Trojanek2-2/+2
2020-10-16[Ada] Add Max_Integer_Size attribute and couple of helper functionsEric Botcazou16-674/+682
2020-10-16tree-optimization/97428 - split SLP groups for loop vectorizationRichard Biener3-9/+40
2020-10-16Daily bump.GCC Administrator8-1/+556
2020-10-15compiler: don't export function type parameter namesIan Lance Taylor2-3/+7
2020-10-15runtime: use correct types in __go_ptrace shimNikhil Benesch2-2/+2
2020-10-15libgo: correct Makefile typo in path to x/net/route packageNikhil Benesch3-3/+3
2020-10-15compiler: export type for string and bool constantsIan Lance Taylor3-39/+53
2020-10-15testsuite: Fix some endianness bugs in p9 runnable tests.David Edelsohn2-4/+39
2020-10-15libstdc++: Fix typos in copyright noticeJonathan Wakely2-4/+4
2020-10-15c++: Fix [[deprecated]] and implicit operator==. [PR97358]Jason Merrill2-0/+19
2020-10-15testsuite: Add appropriate target requirements to P9 testcases.David Edelsohn4-7/+11
2020-10-15c++: Improve printing of pointers-to-members [PR97406, PR85901]Marek Polacek3-1/+77
2020-10-15[nvptx, testsuite] Xfail stack atomicsTom de Vries3-0/+3
2020-10-15Fix fndecl's for fortran coarray calls.Andre Vehreschild1-38/+38
2020-10-15[nvptx] Remove -m32Tom de Vries3-31/+8
2020-10-15Fix toplevel comment of attr-fnspec.hJan Hubicka1-5/+7
2020-10-15fix TARGET_MEM_REF dumpingRichard Biener1-2/+1
2020-10-15Also accept symbols in other partition in symtab_node::binds_to_current_def_pJan Hubicka1-1/+1
2020-10-15libgomp: Amend documentation for omp_get_max_active_levels and omp_get_suppor...Kwok Cheung Yeung1-3/+3
2020-10-15Fix ICE in vectorizable_live_operationRichard Biener2-2/+20
2020-10-15[Ada] Spurious visibility on private with packageArnaud Charlet3-8/+11
2020-10-15[Ada] Wrong use of Scope_Depth_ValueArnaud Charlet3-20/+32
2020-10-15[Ada] Ada2020: AI12-0003 Specifying the standard storage poolJavier Miranda2-3/+20
2020-10-15[Ada] Cleanup definition of Might_Have_TasksJavier Miranda3-11/+10
2020-10-15[Ada] Get finalization right when a function returns a function callSteve Baird6-20/+40
2020-10-15[Ada] Crash on subtype of fixed-point typeEd Schonberg1-11/+10
2020-10-15[Ada] Fix access to uninitialized global variable when emitting errorPiotr Trojanek1-1/+1
2020-10-15[Ada] Cleanup defensive guards for Null_Exclusion_PresentPiotr Trojanek1-11/+13
2020-10-15[Ada] Bring defensive guard for Null_Exclusion_Present up to datePiotr Trojanek1-9/+13
2020-10-15[Ada] Explain predicate function not being inherited by index typePiotr Trojanek1-10/+15
2020-10-15[Ada] Adjust style in support for CUDA_Execute pragmaPiotr Trojanek1-8/+8
2020-10-15[Ada] Avoid unnecessary (re)assignments in Make_InfoPiotr Trojanek2-16/+13
2020-10-15[Ada] Remove excessive defensive calls to Is_TypePiotr Trojanek1-3/+1
2020-10-15[Ada] Code cleanupArnaud Charlet1-11/+2
2020-10-15[Ada] Remove obsolete DSP commentBob Duff1-9/+8
2020-10-15[Ada] Do not expand 'Initialized in codepeer modeBoris Yakobowski1-0/+8
2020-10-15[Ada] Assert failure on incorrect codeArnaud Charlet1-1/+6
2020-10-15[Ada] Double evaluation of predicateArnaud Charlet1-1/+1
2020-10-15[Ada] Do not use maximal values from System in runtime unitsEric Botcazou5-9/+5
2020-10-15[Ada] Simplify membership tests with N_Entity subtypePiotr Trojanek1-10/+3
2020-10-15[Ada] Refine type from Nat to Pos in Make_IndexPiotr Trojanek2-6/+6
2020-10-15[Ada] Fix range check on constrained array with expanded index namePiotr Trojanek1-2/+2
2020-10-15[Ada] Add support for compile time evaluation of Shift_Right_ArithmeticArnaud Charlet2-50/+127
2020-10-15[Ada] Ada2020: AI12-0180 Using subprograms and entries in invariantsBob Duff2-10/+19