[ARC] Rework code for profiling.
[gcc.git] / gcc / config / arc / arc.c
2016-12-16 Claudiu Zissulescu[ARC] Rework code for profiling.
2016-12-05 Claudiu Zissulescu[ARC] Remove unused patterns, refactor unspec+offset...
2016-11-30 Andrew Burgessarc: Avoid store/load pipeline hazard
2016-11-29 Claudiu Zissulescu[ARC] Fix compact casesi option.
2016-11-21 Trevor Saunderssplit up variables to use rtx_insn * more
2016-11-17 Claudiu Zissulescu[ARC] Fix compilation issue in pr71872.
2016-11-17 Claudiu Zissulescu[ARC] Add support for QuarkSE processor.
2016-11-16 Richard SandifordFix missing brackets in arc.c
2016-11-15 Claudiu Zissulescu[ARC] New option handling, refurbish multilib support.
2016-11-04 Claudiu Zissulescu[ARC] Various small miscellaneous fixes.
2016-11-02 Trevor Saundersuse rtx_insn * in various places where it is obvious
2016-10-26 Jeff Lawarc.c (acr_print_operand): Adjust fallthru comment.
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-10 Claudiu Zissulescu[ARC] Disable compact casesi patterns for arcv2
2016-09-22 Trevor Saundersuse rtx_insn * more
2016-06-16 Claudiu Zissulescu[ARC] Use GOTOFFPC relocation for pc-relative accesses.
2016-05-02 Claudiu ZissulescuFix warnings, update source code.
2016-05-02 Claudiu Zissulescu[ARC] Add new ARCv2 instructions.
2016-04-28 Joern Renneckearc.c (arc_print_operand): Print integer 'H' / 'L'
2016-04-28 Joern Renneckearc.h (SYMBOL_FLAG_CMEM): Define.
2016-04-28 Joern Renneckearc.h (SYMBOL_FLAG_CMEM): Define.
2016-04-28 Andrew Burgessarc-common.c (arc_handle_option): Add NPS400 support...
2016-04-28 Claudiu Zissulescu[ARC] Fix FPX/FPUDA code gen when compiling for big...
2016-04-28 Claudiu Zissulescu[ARC] Add TLS support.
2016-04-28 Claudiu Zissulescu[ARC] Add SIMD extensions for ARC HS
2016-02-16 Claudiu Zissulescu[ARC] Add single/double IEEE precission FPU support.
2016-01-25 Claudiu Zissulescu[ARC] Add basic support for double load and store instr...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Claudiu Zissulescu[ARC] Add and refurbish the builtins related functions.
2015-12-17 Andrew Burgessarc.c (arc_loop_hazard): Don't convert the jump label...
2015-12-14 Claudiu Zissulescu[ARC] Use TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P hook.
2015-12-14 Claudiu Zissulescu[ARC] Refurbish emitting DWARF2 related information...
2015-12-10 Claudiu Zissulescu[ARC] Add support for atomic memory built-in.
2015-11-12 Claudiu Zissulescuarc.c (gen_compare_reg): Swap operands also when we...
2015-11-11 Claudiu Zissulescuarc-common.c (arc_handle_option): Handle ARCv2 options.
2015-11-09 Julian BrownMachine modes for address printing.
2015-10-16 Andrew MacLeodgen-mul-tables.cc: Adjust include files.
2015-10-05 Richard SandifordRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-09-28 Jeff LawRe: [PATCH] Fix undefined behaviour in arc port
2015-09-26 Jeff Law[PATCH] Fix undefined behaviour in arc port
2015-09-10 Claudiu Zissulescuarc-common.c: Remove references to A5.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Oleg Endortlanal.c (refers_to_regno_p): Change return value...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-18 James Greenhalgh[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUC...
2014-11-02 Richard Sandifordarc.c (write_ext_corereg_1): Delete.
2014-11-02 Richard Sandifordarc.c (arc600_corereg_hazard_1): Delete.
2014-11-02 Richard Sandifordarc.c (arc_rewrite_small_data_p): Constify argument.
2014-11-02 Richard Sandifordarc.c: Include rtl-iter.h.
2014-11-01 James Greenhalgh[Patch 3/7 arc] Deprecate *_BY_PIECES_P, move to hookiz...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-15 David MalcolmInstruction attributes take an rtx_insn *
2014-09-15 David MalcolmThe TARGET_CAN_FOLLOW_JUMP hook takes insns
2014-09-09 David Malcolmrecog_memoized works on an rtx_insn *
2014-09-06 Joern Renneckearc.c (arc_predicate_delay_insns): Swap comparison...
2014-09-06 Joern Renneckearc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
2014-09-05 David MalcolmUse rtx_insn for various jump-handling functions and...
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-27 David MalcolmUse rtx_insn for various target.def hooks
2014-08-25 David Malcolmconfig/arc: Use rtx_insn
2014-08-22 David Malcolmfinal.c: Use rtx_insn (also touches output.c and config...
2014-07-09 Trevor Saundersremove has_execute
2014-06-12 Jan Hubickasymtab.c (section_hash): New hash.
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-19 Richard Sandifordreg-notes.def (CROSSING_JUMP): Likewise.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-16 Benno Schulenbergarc.c (arc_init): Fix typo in error message.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-01 Jan-Benedict Glawarc.c (TARGET_LRA_P): Undef before redefine.
2014-05-01 Jan-Benedict Glawarc.c (arc_select_cc_mode): Fix typo.
2014-04-29 Nick Cliftonarc.c (arc_select_cc_mode): Fix parentheses.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saundersremove has_gate
2014-04-11 Joern Renneckere PR target/60811 (arc/arc.c:2135: possible bad argume...
2014-03-13 Joern Renneckearc.c (arc_predicate_delay_insns): Fix third argument...
2014-03-11 Joern RenneckeFix arc_predicate_delay_insns ICE suring qt build:
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2014-01-02 Richard Sandifordarc-common.c, [...]: Use the standard form for the...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-16 Joern Renneckearc.c (arc_predicate_delay_insns): New function.
2013-11-09 Richard Sandifordtarget.def (can_use_doloop_p): New hook.
2013-11-07 Joern Renneckearc.c (arc_ifcvt): Use commutativity, e.g.: reg_a ...
2013-10-28 Joern Renneckejump-around-jump.c: New test.
2013-10-24 Joern Renneckearc.c (arc_ccfsm_post_advance): Also handle TYPE_UNCOND...
2013-10-01 Joern Renneckearc.c (pass_arc_ifcvt::clone): Update for ctxt_ ->m_ctx...
2013-10-01 Joern Rennecke* config/arc/arc.c (arc_frame_info): Restore GTY marker.
2013-10-01 Joern Renneckearc.c (stdio.h): Don't include directly.
2013-10-01 Joern Renneckearc.c (arc_conditional_register_usage): Use ARC_FIRST_S...
next