summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Add 'V' register operand modifierhjl/indirect/loopH.J. Lu2018-01-073-1/+28
* x86: Add -mindirect-branch-registerH.J. Lu2018-01-0752-68/+158
* x86: Add -mfunction-return=H.J. Lu2018-01-0756-49/+476
* x86: Add -mindirect-branch-loop=H.J. Lu2018-01-079-3/+143
* x86: Add -mindirect-branch=H.J. Lu2018-01-0741-16/+1289
* PR middle-end/81897law2018-01-074-40/+123
* 2018-01-06 Martin Sebor <msebor@redhat.com>law2018-01-075-2/+95
* PR rtl-optimization/83699law2018-01-072-10/+9
* Daily bump.gccadmin2018-01-071-1/+1
* Remove unused variablejb2018-01-062-2/+5
* PR 83704 Use size_t in write_characterjb2018-01-062-5/+12
* Tighten LRA cycling checkrsandifo2018-01-064-1/+41
* PR 78534 libgfortran ChangeLogjb2018-01-061-0/+25
* PR 50892 Latent bug in char pointer assignmentjb2018-01-064-1/+27
* PR debug/83480jakub2018-01-064-4/+48
* PR rtl-optimization/83682jakub2018-01-064-2/+32
* PR middle-end/83694jakub2018-01-062-2/+12
* libgo: fix GOARCH_CACHELINESIZE on ia64ian2018-01-063-3/+3
* * go-gcc.cc (Gcc_backend::Gcc_backend): Correctian2018-01-062-1/+6
* Daily bump.gccadmin2018-01-061-1/+1
* PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allredi2018-01-053-31/+11
* PR libstdc++/83279 Use non-null offset argument for sendfileredi2018-01-052-18/+19
* PR 78534 Change character length from int to size_tjb2018-01-0551-262/+609
* PR libstdc++/83626 handle ENOENT due to filesystem raceredi2018-01-055-22/+111
* PR target/83604jakub2018-01-059-67/+149
* PR target/83604jakub2018-01-054-54/+81
* * ipa-fnsummary.c (record_modified_bb_info): Add OP.hubicka2018-01-052-30/+59
* Revert DECL_USER_ALIGN part of r241959rsandifo2018-01-055-16/+31
* Make chrec_contains_symbols true for POLY_INT_CSTrsandifo2018-01-052-0/+6
* [PATCH PR82439][simplify-rtx] Simplify (x | y) == x -> (y & ~x) == 0sudi2018-01-055-21/+169
* PR tree-optimization/83605jakub2018-01-054-0/+36
* RTEMS/EPIPHANY: Add RTEMS supportsh2018-01-055-6/+52
* Daily bump.gccadmin2018-01-051-1/+1
* PR libstdc++/83626 Don't throw for remove("") and remove_all("")redi2018-01-047-42/+273
* PR target/83554jakub2018-01-045-4/+32
* Avoid Solaris/SPARC comparison failures with Solaris as (PR bootstrap/81926)ro2018-01-043-0/+11
* PR ipa/82352jakub2018-01-042-1/+7
* 2018-01-04 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2018-01-048-16/+433
* Protect second call to extract_range_from_multiplicative_op_1rsandifo2018-01-042-1/+7
* * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Removelaw2018-01-042-2/+6
* Document machine_mode wrapper classesrsandifo2018-01-042-0/+111
* Add tree_fits_uhwi_p tests to BIT_FIELD_REF folderrsandifo2018-01-042-1/+8
* Allow VEC_PERM_EXPR folding to failrsandifo2018-01-042-1/+7
* PR debug/83585jakub2018-01-044-0/+34
* [PR c++/83667] Fix tree_dump ICEnathan2018-01-042-3/+10
* PR83680: Inverted test in arm_vectorize_vec_perm_constrsandifo2018-01-042-1/+7
* PR target/83387bergner2018-01-042-1/+8
* Avoid redundant calls to filesystem::status_knownredi2018-01-043-4/+14
* PR debug/83666jakub2018-01-044-1/+40
* PR libstdc++/83607 specialize Boyer-Moore searchers for std::byteredi2018-01-044-19/+100