aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-09-19[Ada] Use declared type for deciding on SPARK pointer rulesYannick Moy2-7/+6
2019-09-19[Ada] Spurious visibility error in generic child unitEd Schonberg7-3/+49
2019-09-19[Ada] Disable inlining of traversal function in GNATproveYannick Moy2-0/+34
2019-09-19[Ada] Allow constants of access type in Global contractsYannick Moy5-5/+61
2019-09-19[Ada] Exp_Attr: remove obsolete commentArnaud Charlet2-3/+4
2019-09-19[Ada] Fix run-time segfault with derived access-to-subprogram typeEric Botcazou4-0/+34
2019-09-19[Ada] Move SPARK borrow-checker to gnat2why codebaseYannick Moy4-6357/+5
2019-09-19[Ada] Implement Machine_Rounding attribute in line when possibleEric Botcazou3-7/+15
2019-09-19[Ada] Suppress GNAT FE up-level reference transformation for GNAT-LLVMGary Dismukes2-1/+9
2019-09-19[Ada] Streamline comparison for equality of 2-element arraysEric Botcazou2-35/+96
2019-09-19[Ada] Remove duplicated routines for getting homonym numberPiotr Trojanek6-33/+18
2019-09-19[Ada] Crash on predicate in full view in a generic unitEd Schonberg5-8/+95
2019-09-19[Ada] Memory leak with 'Range of a function call in a loopBob Duff2-0/+16
2019-09-19[Ada] Propagate documentation to formal bounded setsRaphael Amiard2-0/+143
2019-09-19[Ada] Add comments wrt. deallocation of bounded sets/mapsRaphael Amiard4-4/+12
2019-09-19[Ada] Fix spurious type mismatch failure on nested instantiationsEric Botcazou7-3/+79
2019-09-19[Ada] Infinite loop with concatenation and aspectBob Duff4-7/+40
2019-09-19[Ada] Fix fallout of previous change for bit-packed arraysEric Botcazou4-13/+54
2019-09-19[Ada] gnatxref: infinite loop on symbols not foundBob Duff2-8/+18
2019-09-19[Ada] Improve handling of explicit by-reference mechanismEric Botcazou2-3/+14
2019-09-19[Ada] Rtsfind: improve comment on RTE_AvailableBob Duff2-0/+21
2019-09-19tree-parloops.c (parloops_is_slp_reduction): Do not set LOOP_VINFO_OPERANDS_S...Richard Biener4-81/+18
2019-09-19Extend pass rpad to handle avx512f vcvtusi2ss vcvtusi2ss 538.imagick_r improv...Hongtao Liu4-0/+30
2019-09-18RISC-V: Fix more splitters accidentally calling gen_reg_rtx.Jim Wilson4-23/+59
2019-09-19Daily bump.GCC Administrator1-1/+1
2019-09-19libgo: support gollvm build on arm64 linuxIan Lance Taylor1-1/+1
2019-09-18[ARM] Add logical DImode expandersWilco Dijkstra5-2/+79
2019-09-18i386: Restore Skylake SImode hard register store costH.J. Lu4-1/+37
2019-09-18i386: Increase Skylake SImode pseudo register store costH.J. Lu4-1/+37
2019-09-18[ARM] Cleanup 64-bit multipliesWilco Dijkstra3-119/+74
2019-09-18[ARM] Cleanup highpart multiply patternsWilco Dijkstra2-69/+21
2019-09-18tree-vect-loop.c (vect_is_simple_reduction): Remove operand swapping.Richard Biener2-57/+12
2019-09-18[ARM] Cleanup multiply patternsWilco Dijkstra2-55/+45
2019-09-18tree-parloops.c (report_ploop_op): Copy from report_vect_op.Richard Biener4-12/+739
2019-09-18tree-vectorizer.h (get_initial_def_for_reduction): Remove.Richard Biener3-4/+8
2019-09-18Make assemble_real generate canonical CONST_INTsRichard Sandiford2-6/+12
2019-09-18re PR lto/91763 (go.go-torture/execute/printnil.go FAILs)Richard Biener5-11/+20
2019-09-18Make get_value_for_expr check for INTEGER_CSTsRichard Sandiford2-3/+16
2019-09-18Don't treat variable-length vectors as VLAs during gimplificationRichard Sandiford2-3/+9
2019-09-18Handle variable-length vectors in compute_record_modeRichard Sandiford2-6/+11
2019-09-18Two more POLY_INT cases for dwarf2out.cRichard Sandiford2-0/+24
2019-09-18Come up with debug counter for store-merging.Martin Liska3-1/+10
2019-09-18[Ada] Avoid gnatbind regression caused by Copy_BitfieldBob Duff2-2/+13
2019-09-18[Ada] Fix spurious alignment warning on simple address clauseEric Botcazou6-4/+64
2019-09-18[Ada] Crash on universal case expression in fixed-point divisionEd Schonberg4-2/+50
2019-09-18[Ada] Use static discriminant value for discriminated task recordEd Schonberg2-1/+29
2019-09-18[Ada] Crash on aggregate with dscriminant in if-expression as defaultEd Schonberg4-0/+53
2019-09-18[Ada] Spurious ineffective use_clause warningJustin Squirek5-5/+38
2019-09-18[Ada] Missing accessibility check on discrim assignmentJustin Squirek6-4/+120
2019-09-18[Ada] Fix sharing of expression in array aggregate with others choiceEric Botcazou4-4/+53