aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilepro
AgeCommit message (Expand)AuthorFilesLines
2014-01-25tilegx-c.c (tilegx_cpu_cpp_builtins): Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP...Walter Lee1-0/+5
2014-01-25tilegx.c (tilegx_expand_builtin): Set PREFETCH_SCHEDULE_BARRIER_P to true for...Walter Lee1-0/+6
2014-01-25tilepro.md (ctzdi2): Use register_operand predicate.Walter Lee1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford15-16/+16
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-09target.def (can_use_doloop_p): New hook.Richard Sandiford2-9/+4
2013-10-22tilepro.c: Include "tree.h".Jan-Benedict Glaw1-0/+1
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore1-1/+1
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-03-26tilegx.h (PROFILE_BEFORE_PROLOGUE): Define.Walter Lee1-0/+2
2013-03-25Switch eh data to always use pc relative/indirect encoding, to avoidWalter Lee1-4/+1
2013-02-26re PR target/52550 (tile*.c: unused variable ‘cfa_offset’)Joern Rennecke1-2/+0
2013-01-10Update copyright years in gcc/Richard Sandiford15-30/+16
2013-01-06gen-mul-tables.cc: Put copyright on one line.Richard Sandiford1-4/+2
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-08-27Fix a typo in the mcount function_profiler.Walter Lee1-1/+1
2012-08-18Define stubs for feedback instrumentation.Walter Lee1-1/+14
2012-08-16Add a stub header file "feedback.h," needed to compile glibc and linux.Walter Lee1-0/+1
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-1/+1
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2-5/+7
2012-03-07Fix an unwinding bug for functions with dynamic stack frames.Walter Lee1-15/+9
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee16-0/+29627