aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-24avr-protos.h (avr_out_sign_extend): New.Georg-Johann Lay4-30/+95
2014-10-24config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.Daniel Hellstrom8-31/+52
2014-10-24[ARM] revert changes on check_effective_target_arm_*_okJiong Wang2-3/+10
2014-10-24re PR tree-optimization/63595 (Segmentation faults inside kernel)Martin Liska4-0/+80
2014-10-24vuzp.c: New file.Christophe Lyon3-0/+493
2014-10-24vmul.c: New file.Christophe Lyon2-0/+160
2014-10-24vldX_lane.c: New file.Christophe Lyon2-0/+614
2014-10-24vldX.c: New file.Christophe Lyon2-0/+696
2014-10-24vld1_dup.c: New file.Christophe Lyon2-0/+184
2014-10-24vdup-vmov.c: New file.Christophe Lyon2-0/+257
2014-10-24vclz.c: New file.Christophe Lyon2-0/+198
2014-10-24vbsl.c: New file.Christophe Lyon2-0/+128
2014-10-24vaddw.c: New file.Christophe Lyon2-0/+126
2014-10-24vaddl.c: New file.Christophe Lyon2-0/+126
2014-10-24vaddhn.c: New file.Christophe Lyon2-0/+113
2014-10-24vabdl.c: New file.Christophe Lyon2-0/+113
2014-10-24vabd.c: New file.Christophe Lyon2-0/+157
2014-10-24vabal.c: New file.Christophe Lyon2-0/+165
2014-10-24binary_sat_op.inc: New file.Christophe Lyon4-0/+654
2014-10-24unary_sat_op.inc: New file.Christophe Lyon4-0/+341
2014-10-24cmp_fp_op.inc: New file.Christophe Lyon6-0/+284
2014-10-24cmp_op.inc: New file.Christophe Lyon7-0/+657
2014-10-24binary_op.inc: New file.Christophe Lyon9-0/+478
2014-10-24unary_op.inc: New file.Christophe Lyon4-0/+226
2014-10-24Add new files missing from previous commit.Christophe Lyon8-0/+1380
2014-10-24README.advsimd-intrinsics: New file.Christophe Lyon1-0/+13
2014-10-24[AArch64] LINK_SPEC changes for Cortex-A53 erratum 835769 workaround Kyrylo Tkachov3-2/+27
2014-10-24wrapper.exp ({tool}_maybe_build_wrapper): Clear wrap_compile_flags before set...Christophe Lyon2-0/+7
2014-10-24[AArch64] Cleanup logic around aarch64_final_prescanKyrylo Tkachov3-20/+46
2014-10-24Makefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV) to genmatch BUILD_LIB...Richard Biener2-9/+16
2014-10-24genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc.Richard Biener8-92/+552
2014-10-24re PR target/63173 (performance problem with simd intrinsics vld2_dup_* on aa...Felix Yang5-120/+978
2014-10-24Fix gcc.dg/pr63594-1.c execution on Solaris/x86Rainer Orth3-2/+8
2014-10-24980217-1.c (main): Fix implicit int.Uros Bizjak3-1/+10
2014-10-24Handle SCRATCH in decompose_addressMaxim Kuvyrkov2-1/+6
2014-10-24Disable max_issue when scheduling for register pressureMaxim Kuvyrkov2-1/+9
2014-10-24Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_rateMaxim Kuvyrkov2-25/+11
2014-10-24Improve scheduler dumps of ready listMaxim Kuvyrkov3-21/+71
2014-10-24Account for prologue spills in reg_pressure schedulingMaxim Kuvyrkov2-13/+90
2014-10-24Makefile.in (BUILD_CPPLIB): When in stage2+ use the host library and make sur...Richard Biener2-0/+14
2014-10-24fold-const.c (fold_binary_loc): Fix copy-and-pasto.Richard Biener2-2/+7
2014-10-24Fix bootstrap/PR63632Markus Trippelsdorf4-0/+21
2014-10-24ipa-icf.c (sem_item_optimizer::parse_nonsingleton_classes): Guard division by...Martin Liska2-5/+12
2014-10-24compiler: Use MPC library for complex numbers.Ian Lance Taylor6-470/+169
2014-10-24compiler: Simplify making integer expressions.Ian Lance Taylor7-271/+142
2014-10-24Daily bump.GCC Administrator1-1/+1
2014-10-23pa.c (pa_can_combine_p): Fix typo in last change.John David Anglin2-1/+5
2014-10-23* tree-vrp.c (extract_range_from_assert): Fix typo in comment.Ian Lance Taylor2-1/+5
2014-10-23* config/mep/mep.h (TARGET_HAS_F_SETLKW): Don't define.Ian Lance Taylor2-1/+4
2014-10-23re PR debug/63623 (Lots of functions get -fvar-tracking silently turned off u...Jakub Jelinek2-65/+50