summaryrefslogtreecommitdiff
path: root/compiler/options.pas
Commit message (Expand)AuthorAgeFilesLines
* - Fix bug in 64bit softfloat double negation.laksen2019-07-071-7/+5
* * LLVM-specific support for bsr*/bsf*jonas2019-06-291-2/+2
* * synchronised with trunk till r42049jonas2019-05-121-0/+13
|\
| * + support for verifying whether a case statements handles all possibilitiesjonas2019-05-121-0/+5
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+8
* | + support for -CLflto_nosystem option to perform LTO for everything exceptjonas2019-04-201-0/+9
* | + support for LLVM LTO: compile units with -CLflto -> when compiling a mainjonas2019-04-201-0/+25
* | * support specifying the target LLVM/Xcode versionjonas2019-03-171-0/+28
* | * fix compilation of ARM compiler for LLVMjonas2019-02-031-1/+1
* | * synchronised with trunk till r41207jonas2019-02-031-0/+16
|\ \ | |/
| * * fixed the default external assembler for llvm when using -sjonas2019-02-031-0/+4
| * * set default Mac OS X target version to 10.6 for LLVM (earlier versions didjonas2019-02-031-0/+12
* | * synchronised with trunk till r41159jonas2019-02-011-3/+5
|\ \ | |/
| * * do not call the internal assembler if -s is passedflorian2019-01-291-2/+4
| * -Xr is also supported for systems_androidpierre2019-01-281-1/+1
* | * synchronised with trunk till r40775jonas2019-01-051-1/+1
|\ \ | |/
| * haiku-x86_64: add target to the compiler and ppudump, enable it in fpmake and...karoly2019-01-041-1/+1
* | * define CPULLVM for compilers with an llvm-based code generator (in additionjonas2018-12-011-0/+3
* | + added support for clang as an assembler for llvm IRjonas2018-12-011-5/+15
* | + new tf_use_psabieh target flag to indicate a target uses PSABI/Dwarf EHjonas2018-11-291-0/+6
|/
* + tsettings.tlsmodelflorian2018-11-071-0/+9
* * Removed unused local vars.yury2018-11-021-1/+0
* + new fields for more precise control of alignmentflorian2018-11-011-0/+1
* * Reverted r39961.yury2018-10-171-1/+1
* * Undef FPC_HAS_TYPE_EXTENDED for x86_64-android.yury2018-10-171-1/+1
* + Added support for the aarch64-android target.yury2018-10-061-5/+4
* Use vfpv2 as default fpu for eabihf if cpu is below armv7pierre2018-10-011-1/+4
* cleanup: remove ARMHF-related comments from RISC-V only codepath. no function...karoly2018-09-271-2/+1
* Fix default CPUs for riscv32pierre2018-09-261-0/+7
* Merged riscv_new branchflorian2018-09-261-3/+59
* * broken compilation after r39347 fixedflorian2018-06-301-0/+1
* * as the management operator feature is not platform specific using a specifi...svenbarth2018-06-201-1/+0
* + enable using the i8086 internal linker with debug info, if the compiler isnickysn2018-06-141-0/+2
* * automatically switch to external linking (and show message) when requested tonickysn2018-05-171-0/+8
* + started implementing support for generating Microsoft CodeView debugnickysn2018-05-161-0/+4
* * also allow a ";"-separated list of namespaces for -FNsvenbarth2018-05-061-2/+26
* * default namespaces are specified using the new -FN<x> option whereby <x> is...svenbarth2018-05-051-0/+19
* * based on patch by Christo Crause: when setting the controller type, set als...florian2018-02-181-1/+9
* + based on a patch by Christo Crause create a define for the selected control...florian2018-02-181-0/+19
* force dwarf-2 debug format if used assembler does not support stabs (as indi...pierre2018-02-141-0/+8
* m68k: set palmos to use 68000 and no FPU by defaultkaroly2018-01-061-8/+25
* Add 'U' to list of first pass parsing, required to set cs_compilesystem earl...pierre2018-01-041-2/+4
* amiga/m68k: disable dynlibs feature. while the amiga has dynamic libraries, t...karoly2017-12-301-0/+5
* atari: switch off threading for atari tos. i think if we'll ever support MiNT...karoly2017-12-301-0/+2
* + write selected features in ppu of the system unit and load them further onflorian2017-12-101-3/+6
* - disable threading on win16nickysn2017-12-031-0/+2
* * correctly set cpu defines after r37582, even if architecture and cpu type d...florian2017-11-131-204/+216
* * define CPU and FPU type macros before the second parsing of the parameters ...florian2017-11-121-14/+29
* * fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new com...svenbarth2017-10-091-0/+5
* Disable threading feature for arm-palmos (like it is done for m68k-palmos)pierre2017-09-151-0/+1