Age | Commit message (Expand) | Author | Files | Lines |
2020-10-13 | Fix tramp3d PGO misoptimization | Jan Hubicka | 1 | -104/+84 |
2020-10-13 | Daily bump. | GCC Administrator | 10 | -1/+470 |
2020-10-12 | analyzer: handle static callbacks [PR97258] | David Malcolm | 9 | -14/+175 |
2020-10-12 | mathfn_built_in_type case type fix | Alexandre Oliva | 1 | -13/+13 |
2020-10-12 | make sin and cos generics inlineable | Alexandre Oliva | 1 | -0/+2 |
2020-10-12 | MIPS/libphobos: Fix switchcontext.S assembly for MIPS I ISA | Maciej W. Rozycki | 1 | -12/+12 |
2020-10-12 | Do not ignore failures from gimple_range_calc_op2. | Andrew MacLeod | 2 | -2/+16 |
2020-10-12 | libstdc++: Apply proposed resolution for LWG 3450 | Patrick Palka | 2 | -0/+12 |
2020-10-12 | libstdc++: Apply proposed resolution for LWG 3449 [PR95322] | Patrick Palka | 2 | -4/+47 |
2020-10-12 | libstdc++: Update doxyfile to Doxygen 1.8.20 format | Jonathan Wakely | 1 | -73/+193 |
2020-10-12 | libstdc++: Include C++17 features in doxygen API docs | Jonathan Wakely | 1 | -1/+1 |
2020-10-12 | libstdc++: Fix documentation for return values of copy algos | Jonathan Wakely | 1 | -4/+4 |
2020-10-12 | operator_trunc_mod::wi_fold: Return VARYING for mod by zero. | Aldy Hernandez | 2 | -3/+18 |
2020-10-12 | analyzer: add warnings about writes to constant regions [PR95007] | David Malcolm | 7 | -1/+248 |
2020-10-12 | PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0) | Martin Sebor | 7 | -9/+278 |
2020-10-12 | Generalize compute_objsize to return maximum size/offset instead of failing (... | Martin Sebor | 25 | -204/+2339 |
2020-10-12 | Correct handling of indices into arrays with elements larger than 1 (PR c++/9... | Martin Sebor | 13 | -323/+391 |
2020-10-12 | Cleanup ipa-modref | Jan Hubicka | 2 | -257/+528 |
2020-10-12 | tree-optimization/97357: Fix testcase | Christophe Lyon | 1 | -1/+1 |
2020-10-12 | optimize permutes in SLP, remove vect_attempt_slp_rearrange_stmts | Richard Biener | 5 | -226/+503 |
2020-10-12 | arm: Use E_FOOmode instead of FOOmode in arm_preferred_simd_mode | Christophe Lyon | 1 | -5/+5 |
2020-10-12 | SLP: fix SVE issues | Martin Liska | 3 | -0/+25 |
2020-10-12 | fix SLP subgraph detection wrt fully shared lanes | Richard Biener | 1 | -7/+10 |
2020-10-12 | vect: Fix an ICE in vect_recog_mask_conversion_pattern | Duan bo | 2 | -6/+68 |
2020-10-12 | nvptx - invoke.texi: Update default of -misa | Tobias Burnus | 1 | -1/+1 |
2020-10-12 | PR target/97349 AArch64: Incorrect types for some Neon vdupq_n_<...> intrinsics | Kyrylo Tkachov | 2 | -7/+19 |
2020-10-12 | IBM Z: Change vector copysign to use bitwise operations | Ilya Leoshkevich | 3 | -28/+45 |
2020-10-12 | libphobos: Override tool_timeout value in testsuite | Iain Buclaw | 1 | -0/+4 |
2020-10-12 | d: Merge upstream dmd 70aabfb51 | Iain Buclaw | 9 | -1/+49 |
2020-10-12 | d: Merge upstream dmd 3a9790525 | Iain Buclaw | 3 | -8/+8 |
2020-10-12 | Ignore shifts larger than precision in operator_rshift::op1_range. | Aldy Hernandez | 2 | -0/+15 |
2020-10-12 | IPA: prevent an UBSAN error | Martin Liska | 1 | -1/+1 |
2020-10-12 | More consistently split SLP groups | Richard Biener | 1 | -1/+1 |
2020-10-12 | [nvptx] Fix -msoft-stack-reserve-local format | Tom de Vries | 1 | -1/+1 |
2020-10-12 | tree-optimization/97357 - avoid abnormals in loop splitting conditions | Richard Biener | 2 | -0/+42 |
2020-10-12 | Fortran : ICE in gfc_validate_kind PR96099 | Mark Eggleston | 3 | -1/+18 |
2020-10-12 | Daily bump. | GCC Administrator | 9 | -1/+194 |
2020-10-11 | import elementary functions as intrinsics | Alexandre Oliva | 4 | -50/+50 |
2020-10-11 | aix: remove libgomp and libatomic archives before creating FAT archives | Clément Chigot | 2 | -0/+6 |
2020-10-11 | Objective-C, Darwin : Make protocols private extern and weak. | Iain Sandoe | 1 | -9/+27 |
2020-10-11 | libobjc, Darwin : Fix powerpc encoding regression. | Iain Sandoe | 1 | -2/+1 |
2020-10-11 | Objective-C++ : Fix bitfield ivars. | Iain Sandoe | 1 | -6/+1 |
2020-10-11 | testsuite, Objective-c++ : Update diagnostic plugin test. | Iain Sandoe | 1 | -10/+23 |
2020-10-11 | testsuite, objective-c++ : Add a dummy retain/release to testuite object. | Iain Sandoe | 2 | -0/+16 |
2020-10-11 | testsuite, objective-c++ : GC is not available from Darwin16. | Iain Sandoe | 1 | -1/+1 |
2020-10-11 | aix: add FAT library support for libstdc++fs.a | Clément Chigot | 1 | -3/+8 |
2020-10-11 | testsuite, Objective-C++ : Skip an ancient test on newer systems. | Iain Sandoe | 1 | -2/+2 |
2020-10-11 | testsuite, Objective-c++ : Fix GNU API tests to work with NeXT where possible. | Iain Sandoe | 3 | -2/+8 |
2020-10-11 | testsuite, Objective-C : Fix two plugin diagnostics tests for Darwin. | Iain Sandoe | 1 | -6/+19 |
2020-10-11 | testsuite, Objective-C : Fix call-super-2.m for newer NeXT headers. | Iain Sandoe | 1 | -1/+5 |