aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-03Darwin : Fix out-of-bounds access to df_regs_ever_live.Iain Sandoe1-2/+3
2021-04-03Darwin : Fix whitespace and delete unused code (NFC).Iain Sandoe1-20/+14
2021-03-01dwarf2unwind : Force the CFA after remember/restore pairs [44107/48097].Iain Sandoe1-0/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe1-0/+11
2020-10-11Darwin, Objective-C : Adjust objective-c symbol linkage with version.Iain Sandoe1-3/+30
2020-10-11Darwin, Objective-C : Update meta-data linkage.Iain Sandoe1-1/+42
2020-10-11Objective-C, Darwin : Revise the runtime selection options.Iain Sandoe1-2/+2
2020-10-10Darwin : Only emit Objective-C section switches for older linkers.Iain Sandoe1-3/+4
2020-10-10Objective-C, Darwin : Update metadata section uses.Iain Sandoe1-0/+6
2020-10-10Objective-C, Darwin : Use special string sections for V2 NeXT runtime.Iain Sandoe1-0/+8
2020-10-10Darwin : Begin rework of zero-fill sections.Iain Sandoe1-28/+14
2020-09-30[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries1-1/+2
2020-09-07Darwin : Update libc function availability.Iain Sandoe1-1/+2
2020-08-03Darwin: Handle poly_int machine_modes.Iain Sandoe1-29/+33
2020-03-21Darwin: Handle NULL DECL_SIZE_TYPE in machopic_select_section (PR94237).Iain Sandoe1-10/+19
2020-02-20Fix error message for Darwin.Martin Liska1-1/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-09[Darwin, machopic 10/n] Rework X86 mcount stub code.Iain Sandoe1-9/+14
2019-10-15[Darwin] Clarify fix and continue support (NFC).Iain Sandoe1-12/+18
2019-10-15[Darwin] Update darwin_binds_local_p.Iain Sandoe1-2/+8
2019-10-14[Darwin, machopic 9/n] Minor code clean-ups.Iain Sandoe1-15/+17
2019-10-13[Darwin, machopic 8/n] Back out part of PR71767 fix.Iain Sandoe1-65/+43
2019-10-13[Darwin, machopic 7/n] Remove code that should be dead.Iain Sandoe1-15/+0
2019-10-12[Darwin, machopic 6/n] Fix for 67183Iain Sandoe1-93/+141
2019-10-12[Darwin, machopic 5/n] Make machopic_finish() static.Iain Sandoe1-1/+1
2019-10-12[Darwin] Suppress emitting empty ctor/dtor sections.Iain Sandoe1-1/+2
2019-10-10[Darwin, machopic 4/n] Arrange to indirect IVARs when needed.Iain Sandoe1-0/+11
2019-10-09[Darwin] Improve Objective-C NeXT ABI version check.Iain Sandoe1-10/+11
2019-10-09[Darwin, machopic 3/n] Set a SYMBOL flag for indirections.Iain Sandoe1-0/+2
2019-10-08[Darwin] Remove code deprecated in 4.x.Iain Sandoe1-73/+4
2019-10-08[Darwin, machopic 2/n] Compute and cache indirection rules.Iain Sandoe1-2/+15
2019-10-07[Darwin, machopic 1/n] Consider visibility in indirections.Iain Sandoe1-0/+7
2019-10-07[Darwin, machopic 0/n] Initial tidy of Mach-O symbol handling.Iain Sandoe1-17/+30
2019-10-06[Darwin] Fix some format-related build warnings.Iain Sandoe1-5/+6
2019-10-05[Darwin] Amend section for constants with reloactions.Iain Sandoe1-3/+4
2019-09-29[Darwin, PPC, Mode Iterators 5/n] Update macho_low.Iain Sandoe1-2/+2
2019-09-28[Darwin, PPC, Mode Iterators 4/n] Update macho_high.Iain Sandoe1-3/+4
2019-09-21[Darwin] Update machopic_legitimize_pic_address.Iain Sandoe1-4/+4
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-3/+2
2019-08-13[Darwin] There is no need to distinguish PIC/non-PIC symbol stubs.Iain Sandoe1-6/+6
2019-07-07[Darwin] Make a final check on PIC options.Iain Sandoe1-2/+6
2019-07-07[Darwin] Don't jam symbol stubs on for kernel code.Iain Sandoe1-2/+0
2019-06-18Darwin - strip trailing whitespace from a file, NFC.Iain Sandoe1-127/+127
2019-06-18[Darwin] The need for FDE symbols is dependent on linker used, not OS rev.Iain Sandoe1-9/+26
2019-06-16[Darwin] The need for picsym stubs is dependent on linker used, not OS rev.Iain Sandoe1-13/+27
2019-05-18darwin - use switch_to_section instead of asm output.Iain Sandoe1-4/+2
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-3/+3
2019-03-08re PR target/80190 (darwin: untranslateable placeholder "non-ASCII character")Jakub Jelinek1-2/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1