| Commit message (Expand) | Author | Age | Files | Lines |
* | * ARM: Fixed GOT init when optimization is off. | yury | 2015-09-16 | 1 | -13/+8 |
* | * Set ARMv6 as default CPU for arm-android to eliminate multi-threading issue... | yury | 2015-09-16 | 1 | -3/+3 |
* | * ARM: Do not use R9 as a fixed GOT register. | yury | 2015-09-16 | 2 | -6/+17 |
* | * Fixed instruction re-scheduler for ARM in case of PIC. | yury | 2015-09-16 | 1 | -4/+7 |
* | * arm-android: Enable PIC by default. | yury | 2015-09-15 | 1 | -0/+1 |
* | * moved the i8086-specific threadvar generation code from | nickysn | 2015-09-15 | 1 | -69/+86 |
* | - 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 | 2 | -3/+0 |
* | - removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it | jonas | 2015-09-15 | 2 | -3/+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 | 2 | -3/+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 |
* | - disabled x86-specific code when using llvm | jonas | 2015-09-15 | 1 | -6/+6 |
* | * don't allow records to be put in registers for the llvm target | jonas | 2015-09-15 | 1 | -0/+4 |
* | * also construct the high level code generator for high level targets; they | jonas | 2015-09-15 | 1 | -6/+0 |
* | + support for the text/file types on the JVM platform | jonas | 2015-09-15 | 4 | -3/+53 |
* | * Big fix for ARM GOT support to make it work: | yury | 2015-09-14 | 3 | -5/+17 |
* | * fixed compilation with -Oodfa/-O3 | jonas | 2015-09-14 | 1 | -15/+18 |
* | * converted tnodeutils.InsertMemorySizes() to the high level typed constant | jonas | 2015-09-14 | 2 | -31/+53 |
* | + new tcalo_no_dead_strip flag for the high level typed const builder to | jonas | 2015-09-14 | 2 | -2/+21 |
* | * only add the llvm "sret" attribute to "struct return" parameters if they | jonas | 2015-09-14 | 2 | -1/+25 |
* | * use binutils 2.19+ linker script "augmentation" functionality to specify | jonas | 2015-09-14 | 6 | -33/+64 |
* | * define avr => cpu8bitalu | florian | 2015-09-13 | 1 | -2/+2 |
* | - cclasses unit is not used | florian | 2015-09-13 | 1 | -1/+1 |
* | - reverted r31664, it causes crashes with some ld versions :/ | jonas | 2015-09-13 | 6 | -63/+32 |
* | - removed double calling of handlemanagedbyrefpara() for managed targets, | jonas | 2015-09-13 | 1 | -3/+1 |
* | - disabled InsertResStrTablesTable and InsertResStrInits for the JVM target | jonas | 2015-09-13 | 1 | -0/+14 |
* | * fixed infinite Java assembler writer create loop after r31625 | jonas | 2015-09-13 | 1 | -3/+14 |
* | * fixed compilation of the jvm compiler after r31591 - r31593 | jonas | 2015-09-13 | 2 | -12/+12 |
* | * use binutils 2.19+ linker script "augmentation" functionality to specify | jonas | 2015-09-13 | 6 | -32/+63 |
* | * fixed compilation of threadvars in i8086 far data memory models | nickysn | 2015-09-13 | 1 | -1/+1 |
* | * changed the threadvars table count back from | jonas | 2015-09-13 | 1 | -1/+1 |
* | * fixed threadvar support on linux/i386 and android/i386 after r31639 | jonas | 2015-09-13 | 1 | -4/+7 |
* | * add some llvm function flags | jonas | 2015-09-12 | 1 | -1/+22 |
* | * moved the generation of the "main" stub for libc-based platforms from | jonas | 2015-09-12 | 5 | -23/+45 |
* | + handle abs(real) internally for LLVM, as the generic code calls a helper | jonas | 2015-09-12 | 1 | -1/+58 |
* | + support mmregisters in the generic unaryminus code for floats | jonas | 2015-09-12 | 1 | -12/+38 |
* | * only specify the "unnamed_addr" flag for initialised data if its symbol is | jonas | 2015-09-12 | 3 | -3/+10 |
* | * converted taillvmdecl properties to a set | jonas | 2015-09-12 | 2 | -7/+13 |
* | * converted tnodeutils.InsertRuntimeInitsTablesTable to the high level typed | jonas | 2015-09-12 | 2 | -25/+25 |
* | * converted tnodeutils.InsertInitFinalTable to the high level typed const | jonas | 2015-09-12 | 2 | -31/+44 |
* | * removed outdated comment | jonas | 2015-09-12 | 1 | -2/+1 |
* | * converted tnodeutils.InsertThreadvarTablesTable to the high level typed | jonas | 2015-09-12 | 1 | -21/+35 |
* | + support for emitting simple placeholder elements in the high level | jonas | 2015-09-12 | 2 | -0/+142 |
* | * converted tnodeutils.InsertThreadvars to the high level typed constant | jonas | 2015-09-12 | 1 | -23/+32 |
* | * we only support resourcestrings in ttai_typedconstbuilder.queue_emit_const() | jonas | 2015-09-12 | 1 | -1/+12 |