fpc/compiler/systems
Jonas Maebe fc60ec2ea4 + support for LLVM LTO: compile units with -CLflto -> when compiling a main
program/library also with -Clflto, all units compiled with that option
    will be linked using their bitcode files and LTO
   o compiling with -CLflto will compile all units twice: once for normal
     (static or smart) linking, and once for LTO. So the result can be
     used both with and without LTO.

git-svn-id: branches/debug_eh@41910 -
2019-04-20 18:56:11 +00:00
..
i_aix.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_amiga.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_android.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_aros.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_atari.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_beos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_bsd.pas * synchronised with trunk till r41907 2019-04-20 18:22:52 +00:00
i_embed.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_emx.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_gba.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_go32v2.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_haiku.pas Change default debugging format for x86_64-haiku to dwarf-2, as stabs is normally disabled on 64-bit systems 2019-01-10 14:40:05 +00:00
i_jvm.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_linux.pas * synchronised with trunk till r41537 2019-03-01 16:20:22 +00:00
i_macos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_morph.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_msdos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nativent.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nds.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nwl.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_nwm.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_os2.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_palmos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_sunos.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_symbian.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_watcom.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_wdosx.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_wii.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_win16.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
i_win.pas * fixed wrong change of jumpalignmax from 10 to 16 in previous commit 2018-12-28 13:22:50 +00:00
mac_crea.txt
t_aix.pas
t_amiga.pas
t_android.pas * Create the ".note.gnu.build-id" section for android. It fixes debugging of shared libs in Android Studio. 2018-10-19 20:23:08 +00:00
t_aros.pas
t_atari.pas
t_beos.pas
t_bsd.pas + support for LLVM LTO: compile units with -CLflto -> when compiling a main 2019-04-20 18:56:11 +00:00
t_embed.pas * properly quote pathes for objcopy calls, resolves #35072 2019-02-15 18:57:20 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas
t_haiku.pas haiku: linker support code for internal sysinit and make the x86_64 port use it 2019-01-04 03:00:03 +00:00
t_jvm.pas
t_linux.pas + support for LLVM LTO: compile units with -CLflto -> when compiling a main 2019-04-20 18:56:11 +00:00
t_macos.pas
t_morph.pas morphos: support section GC with GNU LD as well 2019-01-29 05:02:18 +00:00
t_msdos.pas * use uppercase object section names in the OMF linker script for matching the 2018-06-14 15:19:11 +00:00
t_nativent.pas
t_nds.pas
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sunos.pas Remove abolute path for native linker, ld is in directory /usr/ccs/bin in Oracle Solaris 10 8/11 2018-08-01 06:44:26 +00:00
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas