summaryrefslogtreecommitdiff
path: root/gcc/config/tilepro
Commit message (Expand)AuthorAgeFilesLines
* 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-173-4/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-083-15/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-043-14/+0
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-1/+1
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-072-15/+14
* mul-tables.c: Move symtab.h include after coretypes.h include.Prathamesh Kulkarni2015-01-201-0/+27
* dojump.h: New header file.Prathamesh Kulkarni2015-01-152-13/+50
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-093-0/+14
* Update copyright years.Jakub Jelinek2015-01-0515-16/+16
* gen-mul-tables.cc: Add insn-codes.h to include list for generator file.Andrew MacLeod2014-12-112-0/+7
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-012-0/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-292-38/+38
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* Use rtx_insn for various target.def hooksDavid Malcolm2014-08-271-1/+2
* config/tilepro: Use rtx_insnDavid Malcolm2014-08-252-38/+42
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-7/+7
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* tilegx-c.c (tilegx_cpu_cpp_builtins): Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP...Walter Lee2014-01-251-0/+5
* tilegx.c (tilegx_expand_builtin): Set PREFETCH_SCHEDULE_BARRIER_P to true for...Walter Lee2014-01-251-0/+6
* tilepro.md (ctzdi2): Use register_operand predicate.Walter Lee2014-01-251-3/+3
* Update copyright years in gcc/Richard Sandiford2014-01-0215-16/+16
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+11
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* 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/+4
* tilepro.c: Include "tree.h".Jan-Benedict Glaw2013-10-221-0/+1
* expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore2013-09-271-1/+1
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-1/+1
* tilegx.h (PROFILE_BEFORE_PROLOGUE): Define.Walter Lee2013-03-261-0/+2
* Switch eh data to always use pc relative/indirect encoding, to avoidWalter Lee2013-03-251-4/+1
* re PR target/52550 (tile*.c: unused variable ‘cfa_offset’)Joern Rennecke2013-02-261-2/+0
* Update copyright years in gcc/Richard Sandiford2013-01-1015-30/+16
* gen-mul-tables.cc: Put copyright on one line.Richard Sandiford2013-01-061-4/+2
* loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke2012-10-161-1/+2
* Integrate lexical block into source_location.Dehao Chen2012-09-191-1/+0
* Fix a typo in the mcount function_profiler.Walter Lee2012-08-271-1/+1
* Define stubs for feedback instrumentation.Walter Lee2012-08-181-1/+14
* Add a stub header file "feedback.h," needed to compile glibc and linux.Walter Lee2012-08-161-0/+1
* output.h: (current_function_is_leaf...Steven Bosscher2012-06-241-1/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+1
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-052-5/+7
* Fix an unwinding bug for functions with dynamic stack frames.Walter Lee2012-03-071-15/+9
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-1416-0/+29627