aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/c6x
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-13c6x.c: Include "gimple-expr.h".Jan-Benedict Glaw1-0/+1
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford1-8/+4
2013-09-05linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.Alexander Ivchenko1-0/+2
2013-06-10re PR target/56564 (movdqa on possibly-8-byte-aligned struct with -O3)Jakub Jelinek1-1/+1
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-3/+1
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-1/+1
2013-02-26re PR target/52500 (dwarf2cfi.c fails to build with -Werror for c6x)Joern Rennecke2-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford25-34/+30
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2-2/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-24/+19
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+3
2012-09-20s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.Dehao Chen1-2/+2
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-0/+11
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-4/+4
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-3/+3
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+4
2012-04-11c6x.md (load_got_gotoff): Set op_pattern attribute to unknown.Bernd Schmidt1-0/+1
2012-02-15c6x.md (reserve_cycles): New attribute.Bernd Schmidt2-3/+16
2011-11-02Move libgcc2 to toplevel libgccRainer Orth12-487/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth2-443/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth4-97/+0
2011-11-02Move shlib support to toplevel libgccRainer Orth2-105/+0
2011-10-27c6x.c (unit_req_imbalance, res_mii): Cast the first arg to unit_req_factor to...Bernd Schmidt1-13/+5
2011-10-21c6x.c (c6x_asm_emit_except_personality, [...]): New functions.Paul Brook1-0/+26
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-1/+1
2011-10-21c6x.md (attr "op_pattern"): New.Bernd Schmidt4-1/+281
2011-09-30c6x-common.c (c6x_option_optimization_table): Enable -fmodulo-sched at -O2 an...Bernd Schmidt2-7/+875
2011-09-30haifa-sched.c (modulo_ii, [...]): New static variables.Bernd Schmidt1-1/+1
2011-09-13arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Paul Brook3-7/+33
2011-09-02c6x.md (collapse-ndfa, [...]): New automata_options.Bernd Schmidt5-41/+236
2011-08-23re PR middle-end/50161 (wrong code with -fno-tree-ter and __builtin_popcountl)Jakub Jelinek1-1/+1
2011-08-22c6x.md (indirect_jump_shadow): Tweak representation to make computed_jump_p r...Bernd Schmidt1-1/+3
2011-08-20eqd.c, [...]: Adjust include path for soft-fp.Richard Henderson10-20/+20
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-8/+10
2011-08-05soft-fp: Move to ../libgcc.Rainer Orth2-129/+0
2011-07-15invoke.texi (C6X Options): New section.Bernd Schmidt42-0/+14362