summaryrefslogtreecommitdiff
path: root/compiler/options.pas
Commit message (Expand)AuthorAgeFilesLines
* VLink Support:karoly2015-11-151-1/+18
* * arm-android: Compile for ARMv5T by default to be compatible with all versio...yury2015-10-171-3/+3
* * fixed unwanted disabling of a codepage set via -FcXXX/{$codepage XXX}jonas2015-09-251-0/+4
* * Removed lot of unused vars.yury2015-09-171-1/+1
* * Set ARMv6 as default CPU for arm-android to eliminate multi-threading issue...yury2015-09-161-3/+3
* - removed FPC_OBJFPC_EXTENDED_IF-related code, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_STRTOSHORTSTRINGPROC-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_STRTOCHARARRAYPROC-related checks, FPC 2.6.4 had itjonas2015-09-151-1/+0
* - removed FPC_REAL2REAL_FIXED-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_HAS_VARSETS-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed FPC_HASINTERNALOLEVARIANT2VARIANTCAST-related checks, FPC 2.6.4jonas2015-09-151-1/+0
* - removed FPC_HASFIXED64BITVARIANT-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* - removed RESSTRSECTIONS-related checks, FPC 2.6.4 has itjonas2015-09-151-1/+0
* * use binutils 2.19+ linker script "augmentation" functionality to specifyjonas2015-09-141-0/+12
* - reverted r31664, it causes crashes with some ld versions :/jonas2015-09-131-12/+0
* * use binutils 2.19+ linker script "augmentation" functionality to specifyjonas2015-09-131-0/+12
* * support non-section-based threadvars on the LLVM targetjonas2015-09-121-2/+0
* + new target switch "FarProcsPushOddBP", which causes the i8086 compiler to pushnickysn2015-09-071-0/+3
* + started implementing a win16 target :)nickysn2015-09-051-1/+1
* + enabled the huge memory model command line optionnickysn2015-09-031-1/+1
* - removed leftover alpha, ia64 and vis codejonas2015-08-281-15/+0
* * changed LinkTypeSetExplicitly from a global variable into a field of toptionjonas2015-08-281-1/+3
* * changed paratargetdbg from a global variable into a field of toptionjonas2015-08-281-4/+6
* * changed paratargetasm from a global variable into a field of toptionjonas2015-08-281-6/+8
* * changed paratarget from a global variable into a field of toptionjonas2015-08-281-0/+2
* * define CPULLVM when using the LLVM backend (in addtion to the CPUXXX definejonas2015-08-241-0/+4
* * don't generate DWARF cfi when targeting LLVM, it will do that itselfjonas2015-08-181-0/+2
* * default to ARMv7/VFPv3 for Darwin/ARM (since that's what most iOS devicesjonas2015-08-091-5/+6
* * call DefaultReplacements for #WRITE and #INCLUDE, resolves #28315florian2015-08-021-0/+2
* + create defines for CPU ALU sizeflorian2015-04-051-0/+10
* * synchronised with trunk till r30345jonas2015-03-281-1/+6
|\
| * * interpret -daaa:=bbb after -Sm was passed as a macro definition, resolves #...florian2015-03-221-1/+6
* | * synchronised with trunk till r30240jonas2015-03-151-7/+46
|\ \ | |/
| * * define _CALL_ELF=1 or _CALL_ELF=2 symbol when targeting ppc(64)jonas2015-03-141-0/+10
| * * default to ppc64le/elfv2 when compiling on a ppc64le platformjonas2015-03-141-0/+19
| * * support for -WM10.XX (for 10.10) and defining the correct associatedjonas2015-03-131-6/+16
| * + internal bsr/bsf support for ppc32 and ppc64jonas2015-03-091-1/+1
* | * synchronized with privatetrunk till r30095jonas2015-03-051-213/+509
|\ \ | |/
| * * improved paging of help pages so that lines are not missed with 80x25 win...hajny2015-02-271-3/+11
| * + print Darwin/AArch64-specific command line options in the helpjonas2015-02-231-0/+3
| * + AArch64 internal bsf/bsr supportjonas2015-02-231-1/+1
| * * AArch64 doesn't need the software int64 to double codejonas2015-02-231-1/+1
| * * enable internal handling of abs(int64) on AArch64jonas2015-02-231-2/+2
| * + iphonesim/x86_64 target (64 bit iOS simulator)jonas2015-02-231-4/+5
| * - don't allow setting the OS X version (-WM) for Darwin/ARM or Darwin/AArch64jonas2015-02-231-1/+1
| * + initial AArch64 support in systemh.inc, options.pas, version.pas andjonas2015-02-231-2/+8
| * * default iOS deployment version for AArch64 is iOS 7jonas2015-02-231-0/+5
| * * only prepend the sysroot path to -Fl paths if these paths are absolute;jonas2015-02-231-3/+9