Show patches with: Submitter = Jakub Jelinek       |    Archived = No       |   7763 patches
« 1 2 ... 47 48 4977 78 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Give up instead of ICE on invalid stringops attributes (PR tree-optimization/71588) - - - - --- 2016-06-20 Jakub Jelinek New
Fix ix86_fp_cmp_code_to_pcmp_immediate (PR target/71559) - - - - --- 2016-06-20 Jakub Jelinek New
[committed] Further OpenMP C++ mapping of struct elements with reference to struct as base fixes - - - - --- 2016-06-17 Jakub Jelinek New
[committed] Fix OpenMP C++ mapping of struct elements with reference to struct as base - - - - --- 2016-06-16 Jakub Jelinek New
Fix builtin-arith-overflow-p-1[23].c on i686 - - - - --- 2016-06-16 Jakub Jelinek New
Fix builtin-arith-overflow-p-1[23].c on i686 - - - - --- 2016-06-16 Jakub Jelinek New
Fix builtin-arith-overflow-p-1[23].c on i686 - - - - --- 2016-06-15 Jakub Jelinek New
[C++] Don't promote bitfields in last arg of __builtin_*_overflow_p - - - - --- 2016-06-15 Jakub Jelinek New
[C++] Fix some DECL_BUILT_IN uses in C++ FE - - - - --- 2016-06-15 Jakub Jelinek New
Fix up CSE handling of const/pure calls (PR rtl-optimization/71532) - - - - --- 2016-06-15 Jakub Jelinek New
Add testcase for 4.8 aarch64 ICE - - - - --- 2016-06-15 Jakub Jelinek New
[C++] Add testcase for 4.8 bug - - - - --- 2016-06-15 Jakub Jelinek New
Reject boolean/enum types in last arg of __builtin_*_overflow_p (take 2) - - - - --- 2016-06-15 Jakub Jelinek New
[C++] Fix up TREE_READONLY handling in duplicate_decls (PR c++/71528) - - - - --- 2016-06-14 Jakub Jelinek New
Backports to 6.2 - - - - --- 2016-06-14 Jakub Jelinek New
Reject boolean/enum types in last arg of __builtin_*_overflow_p - - - - --- 2016-06-14 Jakub Jelinek New
[PR71478] Fix ICE in tree-ssa-reassoc.c - - - - --- 2016-06-13 Jakub Jelinek New
[C++] Fix incomplete type error recovery (PR c++/71516) - - - - --- 2016-06-13 Jakub Jelinek New
Fix ubsan handling of BIND_EXPR (PR sanitizer/71498) - - - - --- 2016-06-13 Jakub Jelinek New
Improve tree-ssa-tail-merge for switches (PR tree-optimization/71520) - - - - --- 2016-06-13 Jakub Jelinek New
Fix SOURCE_DATE_EPOCH handling with -E (PR preprocessor/71183) - - - - --- 2016-06-13 Jakub Jelinek New
Fix handling of computed goto in tree-nested.c (PR middle-end/71494) - - - - --- 2016-06-10 Jakub Jelinek New
Set Warning flag on Wpsabi (PR c/68657) - - - - --- 2016-06-10 Jakub Jelinek New
Reject boolean/enum types in last arg of __builtin_*_overflow_p - - - - --- 2016-06-10 Jakub Jelinek New
[PING] Fix ICE with x87 asm operands (PR inline-asm/68843) - - - - --- 2016-06-10 Jakub Jelinek New
[gomp4.5] !$omp declare target changes - - - - --- 2016-06-08 Jakub Jelinek New
Improve "str" + 2 > "str" folding (PR c++/71448) - - - - --- 2016-06-08 Jakub Jelinek New
[C++] Fix -Wunused-* regression (PR c++/71442) - - - - --- 2016-06-08 Jakub Jelinek New
integer overflow checking builtins in constant expressions - - - - --- 2016-06-08 Jakub Jelinek New
integer overflow checking builtins in constant expressions - - - - --- 2016-06-07 Jakub Jelinek New
[C++] Fix -Wunused-* regression (PR c++/71442) - - - - --- 2016-06-07 Jakub Jelinek New
integer overflow checking builtins in constant expressions - - - - --- 2016-06-06 Jakub Jelinek New
Fix ICE with gimple clobber (PR tree-optimization/71405) - - - - --- 2016-06-04 Jakub Jelinek New
[2/3] Vectorize inductions that are live after the loop - - - - --- 2016-06-03 Jakub Jelinek New
Fix SLP wrong-code with VECTOR_BOOLEAN_TYPE_P (PR tree-optimization/71259) - - - - --- 2016-06-03 Jakub Jelinek New
[C++] Avoid exponential compile time in cp_fold_function (PR c++/70847, PR c++/71330, PR c++/71393) - - - - --- 2016-06-03 Jakub Jelinek New
Fix cgraph edge redirection with non-POD lhs (PR middle-end/71387) - - - - --- 2016-06-02 Jakub Jelinek New
Allow embedded timestamps by C/C++ macros to be set externally (3) - - - - --- 2016-06-02 Jakub Jelinek New
Fix up dg-set-compiler-env-var - - - - --- 2016-06-02 Jakub Jelinek New
[C++] Fix cp_fold dropping TREE_THIS_VOLATILE flag (PR c++/71372) - - - - --- 2016-06-02 Jakub Jelinek New
Improve XMM16+ handling in *vec_concatv2di - - - - --- 2016-06-01 Jakub Jelinek New
[committed] Fix ICE with OpenMP taskloop (PR middle-end/71371) - - - - --- 2016-06-01 Jakub Jelinek New
Allow !$omp directives anywhere in the specification part - - - - --- 2016-06-01 Jakub Jelinek New
[gomp4.5] Add support for target {enter,exit} data translation, some map clause diagnostics - - - - --- 2016-05-31 Jakub Jelinek New
[committed] FIx up lastprivate handling in doacross loops - - - - --- 2016-05-31 Jakub Jelinek New
[committed] Fix some OpenMP 4.5 issues (PR c++/71349) - - - - --- 2016-05-30 Jakub Jelinek New
[gomp4.5] Doacross fixes for Fortran non-simple loops - - - - --- 2016-05-30 Jakub Jelinek New
[gomp4.5] Partial support for Fortran OpenMP doacross loops - - - - --- 2016-05-27 Jakub Jelinek New
Improve *vec_concatv2si_sse4_1 - - - - --- 2016-05-26 Jakub Jelinek New
[committed] Warn about OpenMP schedule clause chunk size when proven not positive - - - - --- 2016-05-26 Jakub Jelinek New
Improve *vec_concatv4si - - - - --- 2016-05-26 Jakub Jelinek New
Improve *vec_concatv2si_sse4_1 - - - - --- 2016-05-26 Jakub Jelinek New
[committed] Add PR71280 testcase - - - - --- 2016-05-26 Jakub Jelinek New
[gomp4.5] Linear clause modifiers - - - - --- 2016-05-24 Jakub Jelinek New
Fix up Yr constraint - - - - --- 2016-05-24 Jakub Jelinek New
Fix one more Yr use - - - - --- 2016-05-24 Jakub Jelinek New
Fix Yr constraint uses in various insns - - - - --- 2016-05-24 Jakub Jelinek New
Fix Yr constraint uses in vpmov* insns - - - - --- 2016-05-24 Jakub Jelinek New
[committed] Allow non-integer/pointer references in linear(ref()) (PR c++/71257) - - - - --- 2016-05-24 Jakub Jelinek New
Fix PR70434, change FE IL for vector indexing - - - - --- 2016-05-24 Jakub Jelinek New
Improve avx_vec_concat<mode> - - - - --- 2016-05-23 Jakub Jelinek New
Improve vcvtps2ph - - - - --- 2016-05-23 Jakub Jelinek New
Improve *ssse3_palignr<mode>_perm - - - - --- 2016-05-23 Jakub Jelinek New
Improve *avx_vperm_broadcast_* - - - - --- 2016-05-23 Jakub Jelinek New
Fix up a few i386 tests - - - - --- 2016-05-21 Jakub Jelinek New
[gomp4.5] Make even Fortran target use firstprivate for scalars by default, assorted fixes - - - - --- 2016-05-20 Jakub Jelinek New
[RFC] Introduce BIT_FIELD_INSERT - - - - --- 2016-05-20 Jakub Jelinek New
Fix Fortran ICE due to realloc_string_callback bug (PR fortran/71204) - - - - --- 2016-05-20 Jakub Jelinek New
Fix devirt from dropping lhs with TREE_ADDRESSABLE type on noreturn calls (PR c++/71210) - - - - --- 2016-05-20 Jakub Jelinek New
[RFC] Introduce BIT_FIELD_INSERT - - - - --- 2016-05-20 Jakub Jelinek New
[6,5,4.9] demangler backports - - - - --- 2016-05-19 Jakub Jelinek New
Formatting fix for recent libiberty change - - - - --- 2016-05-19 Jakub Jelinek New
Fix up vec_set_* for -mavx512vl -mno-avx512dq - - - - --- 2016-05-18 Jakub Jelinek New
Improve XMM16+ handling in vec_set* - - - - --- 2016-05-18 Jakub Jelinek New
Improve 128-bit to 256-bit broadcasts - - - - --- 2016-05-18 Jakub Jelinek New
Improve XMM16-31 handling in various *vec_dup* patterns - - - - --- 2016-05-18 Jakub Jelinek New
Fix another case of noreturn call with TREE_ADDRESSABLE type on lhs (PR c++/71100) - - - - --- 2016-05-18 Jakub Jelinek New
[gomp4.5] Minor OpenMP 4.5 fortran translation fixes, 3 new taskloop testcases - - - - --- 2016-05-17 Jakub Jelinek New
[committed] Cherry-pick upstream asan fix for upcoming glibc (PR sanitizer/71160) - - - - --- 2016-05-17 Jakub Jelinek New
[gomp4.5] Some OpenMP 4.5 resolving and translation changes - - - - --- 2016-05-16 Jakub Jelinek New
Fix --enable-checking=fold bootstrap (PR bootstrap/71071) - - - - --- 2016-05-13 Jakub Jelinek New
Allow XMM16-XMM31 in vpbroadcast* - - - - --- 2016-05-13 Jakub Jelinek New
Fix up vpalignr for -mavx512vl -mno-avx512bw - - - - --- 2016-05-13 Jakub Jelinek New
Fix up vpshufb for -mavx512vl -mno-avx512bw - - - - --- 2016-05-13 Jakub Jelinek New
Fix up vpmulhrsw for -mavx512vl -mno-avx512bw - - - - --- 2016-05-13 Jakub Jelinek New
Allow XMM16-XMM31 in vpmaddubsw - - - - --- 2016-05-13 Jakub Jelinek New
Use HOST_WIDE_INT_C some more in the i386 backend - - - - --- 2016-05-13 Jakub Jelinek New
[gomp4.5] Further progress on OpenMP 4.5 parsing - - - - --- 2016-05-13 Jakub Jelinek New
[committed] Fix up matmul in !$omp workshare (PR fortran/70855) - - - - --- 2016-05-11 Jakub Jelinek New
vec_extract XMM16-XMM17 improvements - - - - --- 2016-05-09 Jakub Jelinek New
Improve sse2_loadld - - - - --- 2016-05-09 Jakub Jelinek New
Improve XMM16-XMM31 handling in vpinsr* - - - - --- 2016-05-09 Jakub Jelinek New
Remove constraints from further i386 define_expand patterns - - - - --- 2016-05-09 Jakub Jelinek New
vinsertps XMM16-XMM31 fixes - - - - --- 2016-05-09 Jakub Jelinek New
vinsertps XMM16-XMM31 fixes - - - - --- 2016-05-09 Jakub Jelinek New
Don't emit AVX512DQ insns for -mavx512vl -mno-avx512dq (PR target/70927, take 2) - - - - --- 2016-05-09 Jakub Jelinek New
[1/4] Make argv const char ** in read_md_files etc - - - - --- 2016-05-06 Jakub Jelinek New
[gomp4.5] Parsing of most of OpenMP 4.5 clauses - - - - --- 2016-05-06 Jakub Jelinek New
Fix PR70941 - - - - --- 2016-05-06 Jakub Jelinek New
[gomp4.5] Allow more than 64 clauses in gfc_match_omp_clauses - - - - --- 2016-05-06 Jakub Jelinek New
« 1 2 ... 47 48 4977 78 »