aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Remove LIB_TLS_SPEC on SolarisRainer Orth5-147/+10
2014-04-25re PR ipa/60912 (wrong code with -O -fno-inline -fipa-pta)Richard Biener4-25/+46
2014-04-25re PR ipa/60911 (wrong code with -O2 -flto -fipa-pta)Richard Biener4-15/+52
2014-04-25* c.opt (Wshadow-ivar): Default to on.Mike Stump2-1/+5
2014-04-24re PR tree-optimization/60896 (ICE: in vect_get_vec_def_for_operand, at tree-...Cong Hou4-2/+60
2014-04-25Daily bump.GCC Administrator1-1/+1
2014-04-24extend.texi (PowerPC Built-in Functions): Document new powerpc extended divid...Michael Meissner20-16/+1526
2014-04-24avr.c: Add comment on why -fdelete-null-pointer-checks is disabled.Vishnu K S8-0/+25
2014-04-24c-parser.c (c_parser_sizeof_expression): Reorganize slightly to avoid goto.Prathamesh Kulkarni2-16/+20
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek6-32/+89
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek5-14/+105
2014-04-24[multiple changes]Jeff Law5-1/+46
2014-04-24add recored to gcc/testsuite/ChangeLog for PR c++/57958Dinar Temirbulatov1-1/+6
2014-04-24Link to bug report.Mike Stump1-0/+1
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou6-5/+83
2014-04-24zh_CN.po: Fix typo for -mfentry.Jincheng Miao2-1/+5
2014-04-24fixup sh bustage after r209483Trevor Saunders2-3/+8
2014-04-24[AArch64] Enable TBL for big-endian.Alan Lawrence4-7/+10
2014-04-24re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse2-2/+6
2014-04-24-fuse-caller-save - Add test-caseRadovan Obradovic2-0/+26
2014-04-24-fuse-caller-save - Add new reg-note REG_CALL_DECLRadovan Obradovic5-0/+45
2014-04-24-fuse-caller-save - Add command line optionRadovan Obradovic2-0/+9
2014-04-24[AArch64] Reverse TBL indices for big-endian.Tejas Belagod2-1/+14
2014-04-24expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree during TER and i...Richard Biener2-6/+33
2014-04-24Only redefine ASM_PREFERRED_EH_DATA_FORMAT if necessary on Solaris/x86Rainer Orth2-1/+8
2014-04-24Fix gcc_cv_as_cfi_directive test for Solaris asRainer Orth3-4/+20
2014-04-24nsdmi-union5.C: Change to runtime test.Joey Ye2-2/+12
2014-04-24[AArch64] Wire up TARGET_SIMD and TARGET_FLOAT properlyKyrylo Tkachov2-6/+14
2014-04-24[AArch64] Vectorise bswap[16,32,64]Kyrylo Tkachov10-1/+207
2014-04-24arm.h (machine_function): Define variable after_arm_reorg here.Terry Guo3-9/+14
2014-04-24Daily bump.GCC Administrator1-1/+1
2014-04-23Fix DEFHOOKPOD argument order in target-hooks-macros.h commentTom de Vries2-1/+5
2014-04-23Fix for c++/PR57958Dinar Temirbulatov3-0/+47
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm25-355/+756
2014-04-23re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec...Jeff Law4-1/+73
2014-04-23[AArch64] VDUP TestcasesAlex Velenko4-0/+1398
2014-04-23[AARCH64] Use standard patterns for stack protection.Venkataramanan Kumar2-0/+69
2014-04-23[AArch64] Fully support rotate on logical operations.Richard Earnshaw3-2/+35
2014-04-23[ARM] Initialize new tune_params valuesJames Greenhalgh2-2/+9
2014-04-23[AArch64] Add handling of bswap operations in rtx costsKyrylo Tkachov2-0/+12
2014-04-23[ARM][3/3] Recognise bitwise operations leading to SImode rev16Kyrylo Tkachov5-1/+93
2014-04-23[AArch64][2/3] Recognise rev16 operations on SImode and DImode dataKyrylo Tkachov7-0/+194
2014-04-23[ARM][1/3] Add rev field to rtx cost tablesKyrylo Tkachov4-0/+66
2014-04-23[ARM] Cortex-A8 rtx cost tableKyrylo Tkachov3-1/+124
2014-04-23[ARM] Handle FMA code in rtx costs.Kyrylo Tkachov2-0/+34
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener8-50/+85
2014-04-23re PR tree-optimization/60903 (ICE: in verify_loop_structure, at cfgloop.c:16...Richard Biener4-14/+45
2014-04-23c-common.c (handle_tm_wrap_attribute): Tweak error message.Marek Polacek2-1/+5
2014-04-23msp430.c (msp430_handle_option): Move function to msp430-common.cNick Clifton10-97/+248
2014-04-23RevertEric Botcazou7-73/+51