aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Come up with stack_protector enum.Martin Liska4-12/+13
2020-10-22RISC-V: Extend syntax for the multilib-generatorKito Cheng1-7/+102
2020-10-22phiopt: Optimize x ? __builtin_clz (x) : 32 in GIMPLE fallout [PR97503]Jakub Jelinek1-8/+8
2020-10-22x86: Allow configuring with --with-arch_64=x86-64-v[234]Jakub Jelinek1-2/+15
2020-10-22Use Aux_Long_Float for all real types on LynxOSAlexandre Oliva1-0/+3
2020-10-22vxworks float EFs not precise enough -> use long floatAlexandre Oliva3-0/+182
2020-10-22Use Aux_Long_Long_Float wraplf for sparc*-sun-solaris tooRainer Orth1-0/+1
2020-10-22aarch64-* and ppc*-linux-gnu long long float/long double mismatchAlexandre Oliva2-0/+93
2020-10-21syscall: only compile ptrace varargs shim on LinuxNikhil Benesch1-1/+1
2020-10-22Free stale summaries in ipa-pure-constJan Hubicka1-0/+3
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka11-89/+213
2020-10-22Simplify vec_select of a subreg of X to just a vec_select of X.liuhongt2-0/+71
2020-10-22Refactor implementation of *_bcst{_1,_2,_3} patterns.liuhongt7-336/+102
2020-10-22Extend special_memory_constraint.liuhongt5-13/+37
2020-10-22arm: Auto-vectorization for MVE: vmin/vmaxDennis Zhang5-34/+121
2020-10-21Handle a_2= &b properly in range calculations.Andrew MacLeod2-9/+34
2020-10-22arm: Auto-vectorization for MVE: vmulDennis Zhang6-22/+95
2020-10-21Check for undefined before not returning a constant valueAndrew MacLeod2-4/+40
2020-10-21syscall: import upstream code for BSD sockets and sysctlsNikhil Benesch1-1/+1
2020-10-22Strenghten bound for bulitin_constant_p hint.Jan Hubicka1-24/+47
2020-10-21testsuite: Enable p9-lxvx-stxvx testcases and fold-vec-extractDavid Edelsohn6-11/+15
2020-10-21rs6000: MMA type causes an ICE in ranger pass due to incompatible typesRichard Biener2-4/+20
2020-10-21Inline functions with builtin_constant_p more agressively.Jan Hubicka4-5/+117
2020-10-21Remove interfering default #undefs from vx-common.hDouglas Rupp1-2/+0
2020-10-21Introduce vxworks7r2 support for ppc and ppc64Douglas Rupp2-81/+173
2020-10-21testsuite: enable and fix swaps-p8 testcasesDavid Edelsohn60-67/+95
2020-10-21Fortran: class.c - update vtable commentTobias Burnus1-0/+2
2020-10-21tree-optimization/97500 - avoid SLP backedges for inductionsRichard Biener2-0/+41
2020-10-21Simplify trivial VEC_COND_EXPR in expander.liuhongt2-0/+26
2020-10-21phiopt: Optimize x ? __builtin_clz (x) : 32 in GIMPLE [PR97503]Jakub Jelinek2-24/+95
2020-10-21Simplify CFG copying tablesRichard Biener1-91/+23
2020-10-21Separate new_edges compute in copy_bbsRichard Biener1-6/+15
2020-10-21Adjust overflow for invariants in bounds_of_var_in_loop.Aldy Hernandez2-3/+4
2020-10-21Move simplify_cond_using_ranges_2 to tree-vrp.cAldy Hernandez3-67/+66
2020-10-21libsanitizer: add test-caseMartin Liska1-0/+19
2020-10-21[Ada] Support of the Ada.Text_IO hierarchy for 128-bit typesEric Botcazou37-1993/+1865
2020-10-21[Ada] Fix problematic placement of freeze node after instantiationEric Botcazou1-6/+1
2020-10-21[Ada] Implement missing function result finalization.Steve Baird1-7/+73
2020-10-21[Ada] Support of attributes Image, Put_Image, Val and Width for 128-bit typesEric Botcazou62-2014/+2516
2020-10-21[Ada] Work around missing Long_Long_Long_Size entry in .atp fileEric Botcazou1-3/+10
2020-10-21[Ada] Fix analysis of iterated component expression with null rangePiotr Trojanek1-1/+25
2020-10-21[Ada] Basic support for 128-bit typesEric Botcazou208-1181/+21014
2020-10-21[Ada] Document Long_Long_Long_Integer in implementation characteristicsEric Botcazou2-19/+30
2020-10-21[Ada] Fix target configuration file used for CodePeer/SPARK for new intsYannick Moy1-23/+24
2020-10-21[Ada] Refactor repeated calls to Etype in aggregate expansionPiotr Trojanek1-9/+9
2020-10-21[Ada] Fix bootstrap with old GCCDmitriy Anisimkov1-1/+11
2020-10-21[Ada] Fix crash on illegal OTHERS in iterated_component_associationPiotr Trojanek1-1/+1
2020-10-21[Ada] Use index parameter for iterated_component_associationPiotr Trojanek1-7/+2
2020-10-21[Ada] Wrong detection of potentially blocking call in protected objectJavier Miranda1-0/+12
2020-10-21[Ada] Codepeer remarks take into accountLiaiss Merzougue14-16/+229