summaryrefslogtreecommitdiff
path: root/gcc/config/spu
Commit message (Expand)AuthorAgeFilesLines
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+8
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-192-0/+5
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-2/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* target.def (can_use_doloop_p): New hook.Richard Sandiford2013-11-092-9/+5
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-2/+2
* * config/spu/spu.c (emit_nop_for_insn): Handle JUMP_TABLE_DATA.Ulrich Weigand2013-04-031-2/+11
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-4/+0
* cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher2013-03-291-2/+1
* avr.c, [...]: Where applicable...Steven Bosscher2013-03-231-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-1019-26/+19
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-048-8/+11
* target.def: Define canonicalize_comparison hook.Andreas Krebbel2012-12-192-12/+17
* spu.md: Replace "operands" with "operands != NULL" in insn conditions.Andreas Krebbel2012-12-101-8/+8
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-3/+3
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-1/+1
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-1/+2
* s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.Dehao Chen2012-09-201-11/+11
* hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo2012-09-051-1/+1
* spu.c: Include "cfgloop.h".Ulrich Weigand2012-08-152-7/+13
* re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore2012-07-251-0/+11
* tm.texi: Regenerate.Bill Schmidt2012-07-251-9/+14
* spu.c (targetm): Move to bottom of file.Ulrich Weigand2012-07-161-301/+213
* system.h (dump_file): Do not define.Steven Bosscher2012-07-162-1/+2
* re PR bootstrap/53955 (Missing prototypes in i386.c, bootstrap failure with -...Bill Schmidt2012-07-131-4/+4
* tm.texi: Regenerate.Bill Schmidt2012-07-131-0/+65
* Zap now unused builtin_mul_widen_even/odd target hooksRichard Henderson2012-07-101-42/+0
* spu: Rename patterns for vec_widen_<s>mult_even/odd_<mode>Richard Henderson2012-07-103-88/+87
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-7/+7
* cfglayout.h: Remove.Steven Bosscher2012-06-172-2/+1
* targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt2012-06-131-1/+7
* integrate.c: Remove.Steven Bosscher2012-05-292-2/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-292-4/+4
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-052-8/+10
* re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt2012-02-101-0/+1
* Move libgcc2 to toplevel libgccRainer Orth2011-11-0213-995/+0
* Move libgcc1 to toplevel libgccRainer Orth2011-11-021-4/+0
* Move crtstuff support to toplevel libgccRainer Orth2011-11-023-515/+0
* spu: Remove vec_extract_even/odd and vec_interleave expanders.Richard Henderson2011-10-251-433/+0
* spu.md ("vec_permv16qi"): Reduce selector modulo 32 before using the shufb in...Ulrich Weigand2011-10-211-3/+9
* Remove TARGET_VECTORIZE_BUILTIN_VEC_PERM.Richard Henderson2011-10-201-47/+0
* re PR target/50310 (ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 wit...Ulrich Weigand2011-10-191-2/+55
* spu.c (struct machine_function): New data structure.Ulrich Weigand2011-10-181-12/+36
* configure.ac: Add --with-native-system-header-dir.Simon Baldwin2011-10-172-9/+0
* spu: Implement vec_permv16qi.Richard Henderson2011-10-131-0/+12
* re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther2011-09-021-2/+2
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-2/+3
* spu.c (spu_emit_branch_or_set): Avoid reverse tests when generating an intege...Ulrich Weigand2011-08-161-1/+23