aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/c6x
AgeCommit message (Expand)AuthorFilesLines
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-21/+23
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-30c6x.c (try_rename_operands): Do not depend on gcc_assert evaluating its argum...Sandra Loosemore1-2/+7
2015-06-28regrename.h (regrename_do_replace): Change to return bool.Chung-Lin Tang1-2/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford1-0/+1
2015-06-25aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford1-1/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu2-3/+5
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford2-15/+13
2015-04-22c6x: handle c6x unk_isa in TARGET_CPU_CPP_BUILTINSBernhard Reutner-Fischer1-0/+2
2015-03-27Allow misaligned volatile stores in C6X.Bernd Schmidt1-1/+1
2015-03-27Fix c6x-uclinux build failure.Bernd Schmidt2-1/+6
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek25-30/+30
2014-12-05regrename.c (find_best_rename_reg): Rename to ...Thomas Preud'homme1-1/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford3-44/+44
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-2/+2
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-11/+13
2014-09-04use rtx_insn * a little moreTrevor Saunders1-6/+7
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-20/+22
2014-08-28Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm1-14/+15
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-4/+5
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-2/+2
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-37/+40
2014-08-25config/c6x: Use rtx_insnDavid Malcolm2-10/+11
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-22sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)David Malcolm1-1/+3
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-21/+21
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-2/+2
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-2/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-2/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford25-30/+30
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-07Cleanup definitions of libc-related target hooks.Maxim Kuvyrkov1-3/+0
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