aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-12-20merge auto_vec and stack_vecTrevor Saunders35-78/+105
2013-12-20arm.c (arm_expand_prologue): In a nested APCS frame with arguments to push on...Eric Botcazou4-20/+82
2013-12-20re PR c++/59255 (Segmentation fault with std::function and -fprofile-use)Jakub Jelinek2-0/+34
2013-12-20neon.ml (crypto_intrinsics): Add vceq_64 and vtst_p64.Kyrylo Tkachov8-0/+174
2013-12-20arm.h (THUMB_SECONDARY_OUTPUT_RELOAD_CLASS): Return NO_REGS for LRA.Vladimir Makarov2-5/+11
2013-12-20arm_acle.h: Add underscores before variables.Kyrylo Tkachov2-20/+24
2013-12-20re PR tree-optimization/59544 (Vectorizing store with negative step)Bingfeng Mei4-24/+96
2013-12-20re PR tree-optimization/59413 (wrong code at -Os on x86_64-linux-gnu in both ...Jakub Jelinek2-0/+24
2013-12-20config.gcc: Support march=broadwell.Tocar Ilya5-2/+23
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek10-3/+197
2013-12-20nds32.h (NDS32_MODE_TYPE_ALIGN): New macro.Chung-Ju Wu3-10/+30
2013-12-19invoke.texi: (dump-rtl-ree): Fix typo and clarify ree handles both zero and s...Jeff Law2-3/+8
2013-12-20Daily bump.GCC Administrator1-1/+1
2013-12-19re PR gcov-profile/59542 (ICE: verify_flow_info failed during Firefox build w...Teresa Johnson2-0/+13
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek14-30/+61
2013-12-19neon-docgen.ml: Add crypto intrinsics documentation.Kyrylo Tkachov3-216/+904
2013-12-19neon-testgen.ml (effective_target): Handle "CRYPTO".Kyrylo Tkachov125-1/+2456
2013-12-19arm.c (enum arm_builtins): Add crypto builtins.Kyrylo Tkachov13-698/+2553
2013-12-19Improve -fuse-ld=[bfd|gold] checkH.J. Lu4-3/+86
2013-12-19Makefile.in (TEXI_GCC_FILES): Add arm-acle-intrinsics.texi.Kyrylo Tkachov26-7/+556
2013-12-19ef_error.c: Use -fopen-simd.Kyrylo Tkachov2-2/+5
2013-12-19Fix comment in gcc/config/arm/predicates.mdChristophe Lyon1-1/+1
2013-12-19re PR target/59142 (internal compiler error while compiling OpenCV 2.4.7)Charles Baylis3-31/+41
2013-12-19re PR target/59142 (internal compiler error while compiling OpenCV 2.4.7)Charles Baylis4-175/+185
2013-12-19re PR target/59142 (internal compiler error while compiling OpenCV 2.4.7)Christophe Lyon3-2/+15
2013-12-19Remove gcc/testsuite/ prefixes.Oleg Endo1-19/+19
2013-12-19long-long-compare-1.c: Don't use deprecated -mcbranchdi option for target sh4...Oleg Endo2-3/+6
2013-12-19Implement support for AArch64 Crypto PMULL.64.Tejas Belagod9-0/+98
2013-12-19Implement support for AArch64 Crypto SHA256.Tejas Belagod7-0/+128
2013-12-19Implement support for AArch64 Crypto SHA1.Tejas Belagod8-0/+182
2013-12-19Implement support for AArch64 Crypto AES.Tejas Belagod8-0/+133
2013-12-19Introduce AArch64 Crypto instruction types.Tejas Belagod2-1/+25
2013-12-19Define TARGET_CRYPTO for AArch64.Tejas Belagod2-0/+9
2013-12-19s390.c (s390_hotpatch_trampoline_halfwords_default): New constantDominik Vogt27-2/+750
2013-12-19Enable TARGET_LOOP_UNROLL_ADJUST for bdver3/bdver4Ganesh Gopalasubramanian4-0/+81
2013-12-19ef_error.c: Add fopenmp effective target check.Kyrylo Tkachov2-0/+6
2013-12-19i386.c (ix86_parse_stringop_strategy_string): Remove variable alg.Marek Polacek2-9/+8
2013-12-19print-tree.c (print_node): Print no_force_blk_flag for all types.Eric Botcazou2-6/+7
2013-12-19nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS): Consider TARGET_CPU_DEFAULT set...Monk Chiang2-2/+16
2013-12-19Daily bump.GCC Administrator1-1/+1
2013-12-18read.c (read_f): Convert assert to runtime error.Steven G. Kargl2-0/+18
2013-12-18re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)Janus Weil10-69/+69
2013-12-18[AArch64 3/3 big.LITTLE] Add support for -mcpu=cortex-a57.cortex-a53James Greenhalgh4-1/+15
2013-12-18[AArch64 2/3 big.LITTLE] Allow tuning parameters without unique tuning targets.James Greenhalgh5-11/+24
2013-12-18[AArch64 1/3 big.LITTLE] Driver rewriting of big.LITTLE names.James Greenhalgh6-2/+73
2013-12-18Forgot to add a changelog entry for previous commit. Added here.Balaji V. Iyer1-0/+5
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer17-51/+517
2013-12-18passes.c (execute_function_dump): Set graph_dump_initialized appropriately.Aldy Hernandez3-4/+30
2013-12-18tree-ssa.texi (SSA Operands): Remove reference to SSA_OP_VMAYUSE.Aldy Hernandez3-27/+20
2013-12-18re PR target/59539 (Missed optimisation: VEX-prefixed operations don't need a...Jakub Jelinek5-2/+91