summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* svn merge -r265930:265934 svn+ssh://gcc.gnu.org/svn/gcc/trunkdevel/gomp-5_0-branchJakub Jelinek2018-11-0818-408/+1374
* svn merge -r265884:265929 svn+ssh://gcc.gnu.org/svn/gcc/trunkJakub Jelinek2018-11-08187-522/+1488
|\
| * pr87874.c (em): Declare uint64_max as const unsigned long long int.Uros Bizjak2018-11-082-2/+7
| * attr-alloc_size-10.c: Fix calculation of USHRT_MAX to prevent integer overflo...Jozef Lawrynowicz2018-11-086-5/+14
| * patchable_function_entry-decl.c: Add regex to search for uppercase "NOP" inst...Jozef Lawrynowicz2018-11-084-3/+10
| * pr27336.c: Skip test if the target keeps null pointer checks.Jozef Lawrynowicz2018-11-085-0/+12
| * Update soft-fp from glibc.Kito Cheng2018-11-0889-122/+329
| * gcc-dg.exp (gcc-dg-prune): Add new regexps for when the size of an output sec...Jozef Lawrynowicz2018-11-082-0/+14
| * fe.h (Suppress_Checks): Declare.Eric Botcazou2018-11-0813-126/+79
| * ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)David Malcolm2018-11-0826-124/+294
| * Support %f in pp_formatDavid Malcolm2018-11-087-0/+26
| * dump_printf: add "%C" for dumping cgraph_node *David Malcolm2018-11-088-50/+161
| * decl.c (components_to_record): Remove obsolete kludge.Eric Botcazou2018-11-083-25/+29
| * re PR middle-end/87916 (ICE in dwarf2out_abstract_function, at dwarf2out.c:22...Eric Botcazou2018-11-084-0/+58
| * cgraph: add selftest::symbol_table_testDavid Malcolm2018-11-085-0/+106
| * tree-data-ref.h (lambda_int): New typedef.Richard Biener2018-11-083-6/+15
| * re PR tree-optimization/87929 (ICE in verify_gimple failed)Richard Biener2018-11-084-0/+28
| * Change wording of __builtin_expect_with_probability errors.Martin Liska2018-11-086-7/+17
| * Don't use predefined sun in g++.dg/lto/pr87906Rainer Orth2018-11-083-9/+15
| * re PR target/87913 (max(n, 1) code generation)Richard Biener2018-11-084-3/+58
| * Add mips option dependency only config with loongson target.Chenghua Xu2018-11-082-4/+20
| * re PR middle-end/42726 (-fno-common documentation inaccuracy)Sandra Loosemore2018-11-072-1/+6
| * invoke.texi: Remove leading dash from @opindex entries throughout the file.Sandra Loosemore2018-11-072-21/+26
| * re PR driver/80828 (Command line option -e not documented)Sandra Loosemore2018-11-072-0/+16
| * Daily bump.GCC Administrator2018-11-081-1/+1
| * [PR/87936] --disable-checking bootstrap breakNathan Sidwell2018-11-072-0/+7
| * iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer2018-11-0710-8/+29
| * pr65595.c: Change type of "num" argument to memcpy from "unsigned long" to __...Jozef Lawrynowicz2018-11-072-1/+6
| * re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT)Jozef Lawrynowicz2018-11-074-11/+78
| * common.opt: Add -Wattribute-warning.Nikolai Merinov2018-11-076-1/+35
* | Formatting fixes.Jakub Jelinek2018-11-0714-29/+29
* | atomic-5.C (f1): Adjust expected lines of read-only variable messages.Jakub Jelinek2018-11-074-5/+14
* | svn merge -r262815:265884 svn+ssh://gcc.gnu.org/svn/gcc/trunkJakub Jelinek2018-11-079914-243625/+1347277
|\ \ | |/
| * Fix linker script to use [jmy] to match size_t parametersJonathan Wakely2018-11-072-2/+6
| * doc: Use @: where neededSegher Boessenkool2018-11-0715-74/+93
| * [arm] Add support for Arm AresKyrylo Tkachov2018-11-075-5/+26
| * [AArch64] Add -mcpu/-mtune support for Arm AresKyrylo Tkachov2018-11-074-8/+15
| * [PR C++/87904] lookup ICENathan Sidwell2018-11-075-8/+43
| * pr87874.c: Compile only for int128 effective target.Uros Bizjak2018-11-072-3/+5
| * tree.c (fld_incomplete_type_of): Clear TREE_ADDRESSABLE.Jan Hubicka2018-11-072-0/+25
| * re PR tree-optimization/87914 (gcc fails to vectorize bitreverse code)Richard Biener2018-11-077-49/+170
| * ipa-devirt.c (odr_types_equivalent_p): Expect constants than const decls in T...Jan Hubicka2018-11-073-20/+93
| * Update libquadmath fmaq from glibc, fix nanq issues.Joseph Myers2018-11-079-91/+93
| * ipa-inline.c (want_inline_small_function_p): Compute big_speedup_p lazily and...Richard Biener2018-11-072-7/+12
| * tree.c (fld_type_variant_equal_p): Skip TYPE_ALIGN check when building incomp...Jan Hubicka2018-11-072-3/+16
| * Fix some typo and brain twister logical.Chenghua Xu2018-11-077-22/+38
| * tree.c (free_lang_data_in_type): Add fld parameter; simplify return and param...Jan Hubicka2018-11-074-7/+26
| * Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska2018-11-073-3/+20
| * Fix GNU coding style (V2).Martin Liska2018-11-072-11/+15
| * Add support for Loongson 2K1000 processor.Chenghua Xu2018-11-079-17/+191