aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).Joseph Myers12-4/+138
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov15-51/+243
2016-08-22Update links to libstdc++ Doxygen pagesJonathan Wakely4-107/+22
2016-08-22Add noexcept to std::function swapJonathan Wakely4-2/+43
2016-08-22Improve readability of debug_tree() dumps for SSA_NAME and VECTOR_CSTPatrick Palka2-2/+28
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers26-17/+451
2016-08-22Update TEST_I_F calls in ARM fp-int-convert tests.Joseph Myers3-10/+21
2016-08-22* doc/install.texi (Binaries): www.opencsw.org now uses https.Gerald Pfeifer2-1/+5
2016-08-22Correct type names in fp-int-convert-float*x-timode.c tests.Joseph Myers4-3/+10
2016-08-22tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.Richard Biener2-1/+6
2016-08-22re PR c/52952 (Wformat location info is bad (wrong column number))Bernd Edlinger2-0/+6
2016-08-22Skip tests that assume 4 byte alignment for avrSenthil Kumar Selvaraj7-1/+20
2016-08-22Daily bump.GCC Administrator1-1/+1
2016-08-21re PR target/77270 (Flag -mprftchw is shared with 3dnow for -march=k8)Uros Bizjak2-6/+17
2016-08-21Daily bump.GCC Administrator1-1/+1
2016-08-20tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.Kugan Vivekanandarajah2-160/+185
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah16-40/+90
2016-08-20re PR tree-optimization/61839 (More optimize opportunity for VRP)Kugan Vivekanandarajah7-0/+265
2016-08-20Daily bump.GCC Administrator1-1/+1
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm6-63/+133
2016-08-19Regenerate .pot files.Joseph Myers4-10225/+10580
2016-08-19re PR target/77270 (Flag -mprftchw is shared with 3dnow for -march=k8)Uros Bizjak3-34/+58
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers106-126/+2932
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely208-603/+441
2016-08-19Define std::not_fn for C++17Jonathan Wakely7-28/+211
2016-08-19Define std::atomic<T>::is_always_lock_free for C++17Jonathan Wakely7-5/+159
2016-08-19Fix ambiguities in C++17 modeJonathan Wakely6-14/+92
2016-08-19re PR fortran/71014 (associate statement inside omp parallel do appears to di...Jakub Jelinek4-2/+33
2016-08-19re PR fortran/72744 (ICE in verify_ssa, at tree-ssa.c:1039)Jakub Jelinek2-0/+21
2016-08-19re PR fortran/69281 (gfortran ICE on temporary array in function call with -f...Jakub Jelinek4-1/+84
2016-08-19rdseedintrin.h (_rdseed16_step, [...]): Uglify argument names and/or local va...Jakub Jelinek12-412/+466
2016-08-19fxsrintrin.h (_fxsave): Remove return keyword in inlines returning void.Jakub Jelinek5-13/+23
2016-08-19t-i386 (i386-c.o): Don't depend on i386-builtin-types.inc.Jakub Jelinek2-1/+9
2016-08-19Use a XOR cipher instead of byte shuffling to protect against bad seeds.Janne Blomqvist4-27/+47
2016-08-19Always initialize PRNG using random data from the OS.Janne Blomqvist5-27/+55
2016-08-19[ARM] Fix an invalid check for vectors of the same floating-point constants.Matthew Wahab2-9/+10
2016-08-19expr.c (eval_token): Append "evaluates to 0" to Wundef diagnostic.Prathamesh Kulkarni5-3/+12
2016-08-19Update C++17 library status tableJonathan Wakely3-9/+13
2016-08-19re PR tree-optimization/77290 (test case gcc.dg/tree-ssa/pr71347.c fails star...Richard Biener2-1/+7
2016-08-19match.pd (x | 0 -> x): Add.Richard Biener2-4/+13
2016-08-19re PR tree-optimization/77286 (ICE in fold_convert_loc, at fold-const.c:2248 ...Richard Biener4-7/+72
2016-08-19Add source information to -fverbose-asmDavid Malcolm5-2/+135
2016-08-19Daily bump.GCC Administrator1-1/+1
2016-08-18Implement the latest proposed resolution of LWG 2756.Ville Voutilainen4-59/+101
2016-08-18Implement <variant>Tim Shen8-2/+2368
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm10-24/+285
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm11-2/+163
2016-08-18re PR c/71514 (ICE on C11 code with atomic exchange at -O1 and above on x86_6...Marek Polacek4-0/+48
2016-08-18selftest.h: add class line_table_testDavid Malcolm4-52/+144
2016-08-18Increase MOVE_RATIO to 17 for LakemontH.J. Lu4-1/+28