Age | Commit message (Expand) | Author | Files | Lines |
2020-12-02 | introduce overridable clear_cache emitter | Alexandre Oliva | 1 | -1/+3 |
2020-11-29 | d: Add darwin support for D language front-end | Iain Buclaw | 1 | -0/+6 |
2020-11-25 | libsanitizer: mid-end: Introduce stack variable handling for HWASAN | Matthew Malcomson | 1 | -0/+14 |
2020-11-25 | libsanitizer: options: Add hwasan flags and argument parsing | Matthew Malcomson | 1 | -0/+2 |
2020-11-11 | CFI-handling : Add a hook to allow target-specific Personality and LSDA indir... | Iain Sandoe | 1 | -0/+2 |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -0/+2 |
2020-10-27 | d: Remove the d_critsec_size target hook. | Iain Buclaw | 1 | -2/+0 |
2020-08-03 | doc: fix a typo in tm.texi | Wei Wentao | 1 | -1/+1 |
2020-07-21 | Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237] | Sunil K Pandey | 1 | -0/+2 |
2020-05-12 | RISC-V: Add shorten_memrefs pass. | Craig Blackmore | 1 | -0/+2 |
2020-03-12 | doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL description | Jakub Jelinek | 1 | -3/+3 |
2020-01-09 | Add a compatible_vector_types_p target hook | Richard Sandiford | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-30 | [C] Add a target hook that allows targets to verify type usage | Richard Sandiford | 1 | -0/+2 |
2019-11-27 | target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove. | Richard Biener | 1 | -2/+0 |
2019-11-18 | Remove vestiges of MODIFY_JNI_METHOD_CALL | Tom Tromey | 1 | -16/+0 |
2019-11-14 | Replace autovectorize_vector_sizes with autovectorize_vector_modes | Richard Sandiford | 1 | -1/+1 |
2019-11-14 | Add a targetm.vectorize.related_mode hook | Richard Sandiford | 1 | -0/+2 |
2019-11-12 | Remove option_default_params and option_validate_param hooks. | Martin Liska | 1 | -4/+0 |
2019-10-31 | configure.ac: Compute and substitute omp_device_properties and omp_device_pro... | Jakub Jelinek | 1 | -0/+2 |
2019-09-30 | Remove global call sets: LRA | Richard Sandiford | 1 | -2/+0 |
2019-09-30 | Add a function for getting the ABI of a call insn target | Richard Sandiford | 1 | -2/+2 |
2019-09-30 | Add a target hook for getting an ABI from a function type | Richard Sandiford | 1 | -0/+5 |
2019-09-27 | [C][C++] Allow targets to check calls to BUILT_IN_MD functions | Richard Sandiford | 1 | -0/+2 |
2019-09-14 | Consider doloop IV in IVOPTs | Kewen Lin | 1 | -0/+6 |
2019-09-10 | Remove call_really_used_regs | Richard Sandiford | 1 | -2/+6 |
2019-09-09 | Remove bt-load.c | Richard Sandiford | 1 | -4/+0 |
2019-09-03 | Implement TARGET_HANDLE_GENERIC_ATTRIBUTE | Jozef Lawrynowicz | 1 | -0/+2 |
2019-08-15 | Remove TARGET_SETUP_INCOMING_VARARG_BOUNDS | Richard Sandiford | 1 | -2/+0 |
2019-06-18 | Add predict_doloop_p target hook | Kewen Lin | 1 | -0/+2 |
2019-05-20 | Come up with hook libc_has_fast_function (PR middle-end/90263). | Martin Liska | 1 | -0/+2 |
2019-02-18 | Support if statement in !GCC$ builtin directive. | Martin Liska | 1 | -0/+2 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -0/+2 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -0/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-14 | [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc | Sam Tebbs | 1 | -0/+2 |
2018-11-09 | PR c/87795 - Excessive alignment permitted for functions and labels | Martin Sebor | 1 | -2/+5 |
2018-11-07 | doc: Use @: where needed | Segher Boessenkool | 1 | -3/+3 |
2018-10-28 | Add D front-end, libphobos library, and D2 testsuite. | Iain Buclaw | 1 | -0/+19 |
2018-10-04 | re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr... | Peter Bergner | 1 | -0/+2 |
2018-10-01 | Allow back-ends to be able to do custom validations on params. | Tamar Christina | 1 | -0/+2 |
2018-10-01 | Add a hook to support telling the mid-end when to probe the stack. | Tamar Christina | 1 | -1/+1 |
2018-09-03 | Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). | Martin Liska | 1 | -0/+2 |
2018-08-30 | target.def (custom_function_descriptors): Improve documentation. | Sandra Loosemore | 1 | -19/+54 |
2018-07-31 | Add __builtin_speculation_safe_value | Richard Earnshaw | 1 | -0/+4 |
2018-07-17 | Clean up of new format of -falign-FOO. | Martin Liska | 1 | -8/+0 |
2018-07-12 | Extend tree code folds to IFN_COND_* | Richard Sandiford | 1 | -0/+2 |
2018-07-06 | re PR target/86324 (testsuite test divkc3-1.c FAILs when compiling with -mabi... | Peter Bergner | 1 | -0/+2 |
2018-07-05 | Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C. | Nathan Sidwell | 1 | -5/+4 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -8/+0 |