aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-02-11re PR target/59927 (ICE sorry, unimplemented: ms_abi attribute requires -macc...Jakub Jelinek2-0/+22
2014-02-11Added the lwr/swr instructions pattern.Nagaraju Mekala3-1/+22
2014-02-11microblaze.c: Extend mcpu version formatNagaraju Mekala2-7/+18
2014-02-11Fixes warnings like;David Holsgrove2-0/+10
2014-02-10re PR target/59927 (ICE sorry, unimplemented: ms_abi attribute requires -macc...Richard Henderson4-13/+19
2014-02-11Daily bump.GCC Administrator1-1/+1
2014-02-10pr57741-3.c: Require vect_int.Richard Sandiford6-0/+13
2014-02-10re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs)Bernd Edlinger3-10/+20
2014-02-10mn10300.c (popcount): New function.Nick Clifton2-4/+28
2014-02-10Don't xfail gcc.dg/binop-xor1.cRainer Orth2-1/+5
2014-02-10re PR middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158)Jeff Law4-2/+107
2014-02-10Compile g++.dg/ext/vector26.C with -mmmxRainer Orth2-0/+5
2014-02-10sysv4.h (ENDIAN_SELECT): Do not attempt to enforce big-endian mode for -mcall...Ulrich Weigand3-17/+14
2014-02-10re PR tree-optimization/60115 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener4-8/+54
2014-02-10aarch64.c (aarch64_override_options): Fix typo from coretex to cortex.Kyrylo Tkachov2-1/+6
2014-02-10ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return proper consta...Eric Botcazou2-19/+23
2014-02-10pr33426-ivdep-3.cc: Require vect_int_mult as well.Eric Botcazou3-0/+7
2014-02-10avx512fintrin.h (_mm512_storeu_epi64): Removed.Kirill Yukhin41-393/+189
2014-02-10pr59984.c: Require effective target vect_simd_clones.Jakub Jelinek2-4/+10
2014-02-10Daily bump.GCC Administrator1-1/+1
2014-02-09re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with ...Paul Thomas5-0/+67
2014-02-09re PR fortran/59026 (ELEMENTAL procedure with VALUE arguments emits wrong code)Paul Thomas4-1/+39
2014-02-09Daily bump.GCC Administrator1-1/+1
2014-02-08re PR fortran/58470 ([OOP] ICE on invalid with FINAL procedure and type exten...Janus Weil5-6/+35
2014-02-08re PR fortran/60066 (Bad elemental invocation of non-scalar base object)Paul Thomas2-0/+74
2014-02-08tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers not at the end o...Jakub Jelinek2-1/+6
2014-02-08re PR translation/52289 (translatable string typo: "must not be have")Andreas Schwab2-1/+6
2014-02-08re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek5-2/+90
2014-02-08re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Jakub Jelinek12-28/+398
2014-02-08invoke.texi: Document ARM -march=armv7e-m.Terry Guo2-2/+6
2014-02-08Daily bump.GCC Administrator1-1/+1
2014-02-08cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW flag on __cilkrts_reth...Jakub Jelinek2-0/+4
2014-02-08re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs)Jakub Jelinek3-0/+42
2014-02-08re PR ipa/60026 (ICE at -O3 on valid code (with the optimize pragma) on x86_6...Jakub Jelinek4-12/+25
2014-02-07varpool.c: Include pointer-set.h.Jan Hubicka2-3/+19
2014-02-07* lto.c (unify_scc): Free CONSTRUCTOR_ELTS.Jan Hubicka2-0/+8
2014-02-07gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1) lookup in the vtab...Jan Hubicka2-4/+32
2014-02-07re PR target/40977 (problem with code like this: res = ((uint64_t)resh << 32)...Jeff Law2-13/+10
2014-02-07c-parser.c (c_parser_get_builtin_args): Replace calls to C_EXPR_APPEND by vec...Prathamesh Kulkarni3-11/+8
2014-02-07re PR translation/52289 (translatable string typo: "must not be have")Benno Schulenberg2-1/+7
2014-02-07* ipa-inline.c (inline_small_functions): Fix typos.Jeff Law2-7/+12
2014-02-07re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...Jakub Jelinek2-0/+23
2014-02-07gcc/Richard Sandiford5-2/+118
2014-02-07s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE notes to each restore.Richard Sandiford2-16/+24
2014-02-07s390.c: Include tree-pass.h and context.h.Richard Sandiford2-226/+291
2014-02-07var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts to match f...Richard Sandiford2-2/+24
2014-02-072014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2-0/+18
2014-02-07gcc-have-sync-compare-and-swap.c: Align the 16 byte variable used for atomic ...Andreas Krebbel2-1/+8
2014-02-07optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.Andreas Krebbel2-6/+12
2014-02-07re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener4-5/+93