summaryrefslogtreecommitdiff
path: root/gcc/config/c6x
Commit message (Expand)AuthorAgeFilesLines
* use rtx_insn * more places where it is obviousTrevor Saunders2016-11-211-2/+3
* use rtx_insn * in various places where it is obviousTrevor Saunders2016-11-021-5/+4
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek2016-09-271-4/+0
* c6x.h: Adjust fall through comment.Marek Polacek2016-09-271-2/+2
* use rtx_insn * moreTrevor Saunders2016-09-221-10/+9
* Put a TARGET_LRA_P into every targetSegher Boessenkool2016-09-141-0/+3
* merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders2016-07-281-2/+3
* re PR target/69894 (dependency of gcc-plugin.h not installed on aarch64-linux...Jakub Jelinek2016-02-221-0/+2
* Update copyright years.Jakub Jelinek2016-01-0425-30/+30
* Machine modes for address printing.Julian Brown2015-11-091-10/+10
* Improve --help output to generate references to option aliases.Martin Sebor2015-10-211-8/+8
* gen-mul-tables.cc: Adjust include files.Andrew MacLeod2015-10-161-28/+12
* Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford2015-10-051-3/+1
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford2015-10-051-2/+2
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-21/+23
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+3
* c6x.c (try_rename_operands): Do not depend on gcc_assert evaluating its argum...Sandra Loosemore2015-06-301-2/+7
* regrename.h (regrename_do_replace): Change to return bool.Chung-Lin Tang2015-06-281-2/+2
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford2015-06-251-0/+1
* aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford2015-06-251-1/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Add --enable-default-pie option to GCC configureH.J. Lu2015-05-272-3/+5
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-1/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-072-15/+13
* c6x: handle c6x unk_isa in TARGET_CPU_CPP_BUILTINSBernhard Reutner-Fischer2015-04-221-0/+2
* Allow misaligned volatile stores in C6X.Bernd Schmidt2015-03-271-1/+1
* Fix c6x-uclinux build failure.Bernd Schmidt2015-03-272-1/+6
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-1/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-3/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-0525-30/+30
* regrename.c (find_best_rename_reg): Rename to ...Thomas Preud'homme2014-12-051-1/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-293-44/+44
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* Instruction attributes take an rtx_insn *David Malcolm2014-09-151-2/+2
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-11/+13
* use rtx_insn * a little moreTrevor Saunders2014-09-041-6/+7
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-20/+22
* Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm2014-08-281-14/+15
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-271-4/+5
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-2/+2
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-37/+40
* config/c6x: Use rtx_insnDavid Malcolm2014-08-252-10/+11