aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-27[AArch64] Temporarily remove aarch64_gimple_fold_builtin code for reduction o...Alan Lawrence3-2/+12
2014-10-27* gcc-interface/utils.c (create_subprog_decl): Adjust condition.Eric Botcazou2-1/+5
2014-10-27match.pd (0 % X): Properly use the iterator iterating over all modulo operators.Richard Biener2-2/+8
2014-10-27misc.c (gnat_init_options_struct): Parameterize errno support here instead of...Eric Botcazou2-16/+25
2014-10-27* gcc-interface/trans.c (gnat_to_gnu) <N_Real_Literal>: Minor tweaks.Eric Botcazou2-11/+12
2014-10-27utils.c (create_var_decl_1): For a variable declared in the unit...Eric Botcazou5-28/+64
2014-10-27tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.Richard Biener5-5/+116
2014-10-27decl.c (gnat_to_gnu_entity): Apply special treatment of derived packed array ...Eric Botcazou6-1/+41
2014-10-27decl.c (gnat_to_gnu_entity): Remove superfluous computation for the max size.Eric Botcazou4-17/+76
2014-10-27Daily bump.GCC Administrator1-1/+1
2014-10-26In cp/error.c...Manuel López-Ibáñez11-57/+76
2014-10-26microblaze.c: Include rtl-iter.h.Richard Sandiford2-16/+19
2014-10-26mips.c (mips_at_reg_p): Delete.Richard Sandiford2-13/+12
2014-10-26mips.c (mips_record_lo_sum): Replace with...Richard Sandiford2-10/+15
2014-10-26mips.c (mips_sim_insn): Update comment.Richard Sandiford2-14/+13
2014-10-26mips.c (r10k_needs_protection_p_call): Take a const_rtx and return a bool.Richard Sandiford2-16/+25
2014-10-26mips.c (r10k_needs_protection_p_1): Take an rtx rather than an rtx pointer.Richard Sandiford2-22/+31
2014-10-26mips.c (mips16_rewrite_pool_refs_info): Delete.Richard Sandiford2-39/+36
2014-10-26mips.c (mips_kernel_reg_p): Replace with...Richard Sandiford2-6/+16
2014-10-26mips.c (mips_rewrite_small_data_1): Take the context as a parameter instead o...Richard Sandiford2-19/+27
2014-10-26mips.c: Include rtl-iter.h.Richard Sandiford2-19/+31
2014-10-26mep.c (mep_mul_hilo_bypass_1): Delete.Richard Sandiford2-14/+18
2014-10-26mep.c (mep_store_find_set): Take a const_rtx and return a bool.Richard Sandiford2-7/+17
2014-10-26mep.c: Include rtl-iter.h.Richard Sandiford2-25/+23
2014-10-26xtensa.c: Include rtl-iter.h.Richard Sandiford2-29/+30
2014-10-26sh.c (sh_contains_memref_p_1): Delete.Richard Sandiford2-9/+11
2014-10-26sh-protos.h (shmedia_cleanup_truncate): Take an rtx as argument and return th...Richard Sandiford4-20/+32
2014-10-26m68k.c (m68k_tls_reference_p_1): Delete.Richard Sandiford2-17/+21
2014-10-26m68k.c: Include rtl-iter.h.Richard Sandiford2-44/+42
2014-10-26Daily bump.GCC Administrator1-1/+1
2014-10-25re PR tree-optimization/63641 (Invalid shift leads to incorrect code on 32-bi...Jakub Jelinek4-1/+66
2014-10-25re PR rtl-optimization/63615 (FAIL: gcc.target/i386/addr-sel-1.c)Alan Modra2-19/+26
2014-10-25Only allow e500 double in SPE_SIMD_REGNO_P registers.Joseph Myers2-1/+7
2014-10-25Daily bump.GCC Administrator1-1/+1
2014-10-25dwarf2out.c (declare_in_namespace): Only emit external declarations in the lo...Aldy Hernandez2-0/+25
2014-10-24C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely2-1/+9
2014-10-24check.c (check_co_collective): Reject coindexed A args.Tobias Burnus14-45/+758
2014-10-24Fix error in earlier ChangeLog entry: s/define/undefine/.Ian Lance Taylor1-1/+1
2014-10-24[ARM] gnu11 cleanup for aapcs testcasesJiong Wang2-0/+5
2014-10-24re PR c/56980 (C pretty-printer does not handle well pointer to typedef of st...Marek Polacek4-1/+38
2014-10-24fix up changelog format for r216671.Charles Baylis1-2/+1
2014-10-24[PATCH 2/2] [AARCH64,NEON] Convert arm_neon.h to use new builtins for vld[234...Charles Baylis2-125/+288
2014-10-24[PATCH 1/2] [AARCH64,NEON] Add patterns + builtins for vld[234](q?)_lane_* in...Charles Baylis5-0/+124
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