| Commit message (Expand) | Author | Age | Files | Lines |
* | VLink Support: | karoly | 2015-11-15 | 1 | -1/+18 |
* | * arm-android: Compile for ARMv5T by default to be compatible with all versio... | yury | 2015-10-17 | 1 | -3/+3 |
* | * fixed unwanted disabling of a codepage set via -FcXXX/{$codepage XXX} | jonas | 2015-09-25 | 1 | -0/+4 |
* | * Removed lot of unused vars. | yury | 2015-09-17 | 1 | -1/+1 |
* | * Set ARMv6 as default CPU for arm-android to eliminate multi-threading issue... | yury | 2015-09-16 | 1 | -3/+3 |
* | - removed FPC_OBJFPC_EXTENDED_IF-related code, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_STRTOSHORTSTRINGPROC-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_STRTOCHARARRAYPROC-related checks, FPC 2.6.4 had it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_REAL2REAL_FIXED-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_HAS_VARSETS-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_HASINTERNALOLEVARIANT2VARIANTCAST-related checks, FPC 2.6.4 | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed FPC_HASFIXED64BITVARIANT-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | - removed RESSTRSECTIONS-related checks, FPC 2.6.4 has it | jonas | 2015-09-15 | 1 | -1/+0 |
* | * use binutils 2.19+ linker script "augmentation" functionality to specify | jonas | 2015-09-14 | 1 | -0/+12 |
* | - reverted r31664, it causes crashes with some ld versions :/ | jonas | 2015-09-13 | 1 | -12/+0 |
* | * use binutils 2.19+ linker script "augmentation" functionality to specify | jonas | 2015-09-13 | 1 | -0/+12 |
* | * support non-section-based threadvars on the LLVM target | jonas | 2015-09-12 | 1 | -2/+0 |
* | + new target switch "FarProcsPushOddBP", which causes the i8086 compiler to push | nickysn | 2015-09-07 | 1 | -0/+3 |
* | + started implementing a win16 target :) | nickysn | 2015-09-05 | 1 | -1/+1 |
* | + enabled the huge memory model command line option | nickysn | 2015-09-03 | 1 | -1/+1 |
* | - removed leftover alpha, ia64 and vis code | jonas | 2015-08-28 | 1 | -15/+0 |
* | * changed LinkTypeSetExplicitly from a global variable into a field of toption | jonas | 2015-08-28 | 1 | -1/+3 |
* | * changed paratargetdbg from a global variable into a field of toption | jonas | 2015-08-28 | 1 | -4/+6 |
* | * changed paratargetasm from a global variable into a field of toption | jonas | 2015-08-28 | 1 | -6/+8 |
* | * changed paratarget from a global variable into a field of toption | jonas | 2015-08-28 | 1 | -0/+2 |
* | * define CPULLVM when using the LLVM backend (in addtion to the CPUXXX define | jonas | 2015-08-24 | 1 | -0/+4 |
* | * don't generate DWARF cfi when targeting LLVM, it will do that itself | jonas | 2015-08-18 | 1 | -0/+2 |
* | * default to ARMv7/VFPv3 for Darwin/ARM (since that's what most iOS devices | jonas | 2015-08-09 | 1 | -5/+6 |
* | * call DefaultReplacements for #WRITE and #INCLUDE, resolves #28315 | florian | 2015-08-02 | 1 | -0/+2 |
* | + create defines for CPU ALU size | florian | 2015-04-05 | 1 | -0/+10 |
* | * synchronised with trunk till r30345 | jonas | 2015-03-28 | 1 | -1/+6 |
|\ |
|
| * | * interpret -daaa:=bbb after -Sm was passed as a macro definition, resolves #... | florian | 2015-03-22 | 1 | -1/+6 |
* | | * synchronised with trunk till r30240 | jonas | 2015-03-15 | 1 | -7/+46 |
|\ \
| |/ |
|
| * | * define _CALL_ELF=1 or _CALL_ELF=2 symbol when targeting ppc(64) | jonas | 2015-03-14 | 1 | -0/+10 |
| * | * default to ppc64le/elfv2 when compiling on a ppc64le platform | jonas | 2015-03-14 | 1 | -0/+19 |
| * | * support for -WM10.XX (for 10.10) and defining the correct associated | jonas | 2015-03-13 | 1 | -6/+16 |
| * | + internal bsr/bsf support for ppc32 and ppc64 | jonas | 2015-03-09 | 1 | -1/+1 |
* | | * synchronized with privatetrunk till r30095 | jonas | 2015-03-05 | 1 | -213/+509 |
|\ \
| |/ |
|
| * | * improved paging of help pages so that lines are not missed with 80x25 win... | hajny | 2015-02-27 | 1 | -3/+11 |
| * | + print Darwin/AArch64-specific command line options in the help | jonas | 2015-02-23 | 1 | -0/+3 |
| * | + AArch64 internal bsf/bsr support | jonas | 2015-02-23 | 1 | -1/+1 |
| * | * AArch64 doesn't need the software int64 to double code | jonas | 2015-02-23 | 1 | -1/+1 |
| * | * enable internal handling of abs(int64) on AArch64 | jonas | 2015-02-23 | 1 | -2/+2 |
| * | + iphonesim/x86_64 target (64 bit iOS simulator) | jonas | 2015-02-23 | 1 | -4/+5 |
| * | - don't allow setting the OS X version (-WM) for Darwin/ARM or Darwin/AArch64 | jonas | 2015-02-23 | 1 | -1/+1 |
| * | + initial AArch64 support in systemh.inc, options.pas, version.pas and | jonas | 2015-02-23 | 1 | -2/+8 |
| * | * default iOS deployment version for AArch64 is iOS 7 | jonas | 2015-02-23 | 1 | -0/+5 |
| * | * only prepend the sysroot path to -Fl paths if these paths are absolute; | jonas | 2015-02-23 | 1 | -3/+9 |