summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sparc.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-4/+4
* sparc-opts.h (enum processor_type): Rename to...Eric Botcazou2019-02-261-79/+54
* linux.h (ASAN_CC1_SPEC): Define.Eric Botcazou2019-02-151-1/+1
* sparc.h: Remove superfluous blank lines.Eric Botcazou2019-02-041-77/+76
* sparc.c (parc_delegitimize_address): Recognize the GOT register and decoded H...Eric Botcazou2019-01-221-11/+17
* re PR target/84010 (problematic TLS code generation on 64-bit SPARC)Eric Botcazou2019-01-091-34/+59
* re PR bootstrap/88721 (-Wmaybe-uninitialized warnings in sparc.c)Eric Botcazou2019-01-081-3/+14
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR target/87807 (passing float/double vectors as variadic args fails on-64...Eric Botcazou2018-11-291-235/+232
* Enable libsanitizer on Solaris (PR sanitizer/80953)Rainer Orth2018-11-061-0/+12
* Remove SPARC HAVE_AS_REGISTER_PSEUDO_OPRainer Orth2018-11-021-2/+0
* sparc-protos.h (sparc_branch_cost): Declare.Eric Botcazou2018-09-281-41/+114
* Remove Pascal-related entries in code and comments.Martin Liska2018-09-251-3/+2
* sparc-protos.h (sparc_compute_frame_size): Delete.Eric Botcazou2018-07-131-1/+1
* Fix overflow handling in sparc.c:sparc_fold_builtinRainer Orth2018-07-091-3/+6
* [multiple changes]Martin Liska2018-07-041-3/+3
* Support SHF_EXCLUDE on non-x86 and with Solaris asRainer Orth2018-05-251-0/+4
* re PR bootstrap/85838 (-Wmaybe-uninitialized warning in sparc.c (sparc_expand...Eric Botcazou2018-05-181-0/+2
* re PR middle-end/85196 (ICE in extract_insn, at recog.c:2311: unrecognizable ...Eric Botcazou2018-04-061-14/+22
* [LVU] deal with md final_scan_insnAlexandre Oliva2018-02-111-4/+2
* re PR target/83368 (alloca after setjmp breaks PIC base reg)Eric Botcazou2018-01-121-32/+72
* PR83675: Restore TARGET_VIS2 check for SPARC vec_perm_constRichard Sandiford2018-01-041-0/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Remove vec_perm_const optabRichard Sandiford2018-01-021-0/+31
* SPARC: Make sure that jump is to a label in errata workaroundDaniel Cederman2017-12-191-1/+2
* poly_int: IN_TARGET_CODERichard Sandiford2017-12-161-0/+2
* tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2017-12-151-3/+3
* re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou2017-12-131-4/+2
* Use tree_vector_builder instead of build_vectorRichard Sandiford2017-12-071-6/+7
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-071-2/+2
* sparc.c (sparc_do_work_around_errata): Use mem_ref instead of MEM_P in a coup...Eric Botcazou2017-12-041-28/+29
* [SPARC] Recognize the load when accessing the GOTDaniel Cederman2017-11-291-1/+7
* [SPARC] Errata workaround for GRLIB-TN-0013Daniel Cederman2017-11-291-2/+111
* [SPARC] Errata workaround for GRLIB-TN-0010Daniel Cederman2017-11-291-1/+42
* [SPARC] Errata workaround for GRLIB-TN-0012Daniel Cederman2017-11-291-4/+53
* Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2017-10-231-2/+3
* Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2017-09-251-0/+14
* alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law2017-09-191-2/+4
* explow.c: Include "params.h".Jeff Law2017-09-191-8/+8
* Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2017-09-151-1/+27
* Use vec<> in build_vectorRichard Sandiford2017-09-141-14/+15
* Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford2017-09-131-0/+19
* Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford2017-09-131-0/+27
* sparc.c (output_return): Output the source location of the insn in the delay ...Eric Botcazou2017-09-121-4/+22
* Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2017-09-121-0/+25
* re PR bootstrap/80897 (gnat bootstrap broken on SPARC64/Linux)Eric Botcazou2017-09-071-1/+17
* Make more use of int_mode_for_sizeRichard Sandiford2017-09-051-2/+2
* Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford2017-09-041-7/+9
* Turn MODES_TIEABLE_P into a target hookRichard Sandiford2017-09-041-5/+6
* Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2017-09-041-4/+21