aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Mostly revert r254296Richard Sandiford6-66/+31
2018-01-10re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka2-5/+20
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor1-1/+1
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-1/+1
2018-01-10cmd/go: add AIX supportIan Lance Taylor1-1/+1
2018-01-10libgo: add aix build tagsIan Lance Taylor1-1/+1
2018-01-10Daily bump.GCC Administrator1-1/+1
2018-01-09compiler: use temporary variable for stack allocationIan Lance Taylor2-4/+15
2018-01-09compiler: set captured variable address to nonescape until further floodedIan Lance Taylor2-4/+2
2018-01-09compiler: stack allocate defer thunkIan Lance Taylor3-2/+11
2018-01-09* es.po: Update.Joseph Myers2-96/+72
2018-01-09compiler: make non-escaping Bound_method_expression not heap allocateIan Lance Taylor2-2/+7
2018-01-09compiler: move some escape check to Mark_address_takenIan Lance Taylor4-13/+30
2018-01-09compiler: support go:noescape cross packageIan Lance Taylor4-9/+46
2018-01-09compiler: stack allocate non-escaping makesliceIan Lance Taylor3-14/+61
2018-01-09compiler: delay escaping sliced arraysIan Lance Taylor3-14/+24
2018-01-09i386: Add a test for PR target/78585H.J. Lu2-0/+34
2018-01-09os/signal/internal/pty: build on SolarisIan Lance Taylor1-1/+1
2018-01-09compiler: make top-level decl for address-taken non-escaping localsCherry Zhang6-16/+79
2018-01-09re PR c++/83734 (ice in cxx_eval _statement_list, at cp/constexpr.c:3869)Jakub Jelinek4-8/+19
2018-01-09altivec.md (p8_vmrgow): Add support for V2DI, V2DF, V4SI, V4SF types.Carl Love11-14/+453
2018-01-09compiler: add escape analysis debug hashCherry Zhang8-0/+106
2018-01-09Part of the fix for pr82190 got undone by my newer memcmp checkin.Aaron Sawdey1-2/+2
2018-01-09re PR fortran/83742 (ICE in gfc_is_simply_contiguous, at fortran/expr.c:5323)Steven G. Kargl4-8/+25
2018-01-09compiler: use macro Unordered_map instead of std::unordered_mapIan Lance Taylor2-2/+2
2018-01-09Forgot to commit changelog entry:Aaron Sawdey1-0/+16
2018-01-09re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak2-1/+7
2018-01-09[AArch64] Use vec_perm_indices helper routinesRichard Sandiford2-122/+66
2018-01-09[AArch64] Reject (high (const (plus anchor offset)))Richard Sandiford2-3/+8
2018-01-09Fix permute handling when vectorising scattersRichard Sandiford2-1/+10
2018-01-09re PR tree-optimization/83668 (wrong code with -O -fno-tree-dominator-opts -f...Richard Biener4-8/+73
2018-01-09Fix folding of Inf/NaN comparisons for -ftrapping-math (PR tree-optimization/...Joseph Myers12-12/+185
2018-01-09Add gcc_assert about stack alignment (PR sanitizer/82517).Martin Liska2-0/+10
2018-01-09re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay2-2/+7
2018-01-09re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina3-18/+29
2018-01-09typoGeorg-Johann Lay1-1/+1
2018-01-09Don't save registers in main().Georg-Johann Lay5-23/+57
2018-01-09re PR tree-optimization/83572 ([graphite] ICE in verify_dominators, at domina...Richard Biener4-1/+43
2018-01-09* ipa-inline.c (edge_badness): Revert accidental checkin.Jan Hubicka2-1/+5
2018-01-09re PR c++/80763 (-O3 causes error: inline clone in same comdat group list)Jan Hubicka2-2/+11
2018-01-09re PR target/83507 (ICE in internal_dfa_insn_code_* for powerpc targets)Jakub Jelinek4-4/+48
2018-01-09re PR preprocessor/83722 (the ICE dumper doesn't comment-out some error messa...Jakub Jelinek2-2/+10
2018-01-09re PR fortran/83741 (ICE in gfc_match_allocate, at fortran/match.c:4074)Steven G. Kargl2-0/+12
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor6-32/+97
2018-01-09match.c (gfc_match_allocate): Check for NULL pointer.Steven G. Kargl2-1/+5
2018-01-08RISC-V: Fix -msave-restore bug with sibcalls.Jim Wilson4-16/+39
2018-01-09Daily bump.GCC Administrator1-1/+1
2018-01-08re PR target/83677 (PPC: The xxpermr instruction is not generated correctly)Bill Schmidt5-3/+183
2018-01-08expr.c (gfc_check_pointer_assign): Fix typo in comment.Steven G. Kargl2-1/+5
2018-01-08rs6000-string.c (do_load_for_compare_from_addr): New function.Aaron Sawdey4-34/+1118