| Commit message (Expand) | Author | Age | Files | Lines |
* | * pass the procdef to getintparaloc instead of only the proccalloption, so | jonas | 2013-01-06 | 29 | -177/+291 |
* | * enabled threading feature for jvm target so that rtl/inc/genmath.inc | jonas | 2013-01-06 | 1 | -1/+1 |
* | * put records with 16 bytes size into two register on 64 bit targets if possible | florian | 2013-01-05 | 3 | -3/+24 |
* | + Stabs debug info needs swapping when linking for different endianness. | sergei | 2013-01-05 | 1 | -12/+19 |
* | * records with two times the size of a register can be kept in registers | florian | 2013-01-04 | 4 | -19/+73 |
* | + pseudo procedure aligned: tells the compiler to assume that the given param... | florian | 2013-01-04 | 7 | -3/+15 |
* | + nested exit support | florian | 2013-01-04 | 10 | -416/+470 |
* | Readded cutils to compiler/arm/rgcpu.pas for DEBUG_SPILLING | masta | 2013-01-04 | 1 | -0/+3 |
* | * remove unused units from uses statements | florian | 2013-01-03 | 18 | -76/+40 |
* | * enable section smartlinking for powerpc-linux to reduce compilation | florian | 2013-01-03 | 1 | -1/+2 |
* | * don't replace vmt entries of empty methods by FPC_EMPTYMETHOD | florian | 2013-01-03 | 1 | -1/+6 |
* | * check if current_procinfo is assigned in paramanager code to avoid crashes | florian | 2013-01-03 | 2 | -2/+9 |
* | * check for empty procedures after helper test so even empty helper methods c... | florian | 2013-01-03 | 1 | -9/+12 |
* | * Don't calculate data position of each object section. Instead, write out a ... | sergei | 2013-01-02 | 2 | -33/+21 |
* | * Moved creation of GOT section into separate virtual method. | sergei | 2013-01-02 | 1 | -7/+27 |
* | * Enable use of amd64 ld GNU linker for i386 by adding target and emul comma... | pierre | 2013-01-01 | 1 | -8/+44 |
* | * get rid of calls which redirect the program flow only, Bl2B optimization | florian | 2013-01-01 | 1 | -1/+87 |
* | + redirect calls to empty virtual methods to FPC_EMPTYMETHOD | florian | 2013-01-01 | 2 | -1/+31 |
* | * get rid of calls to empty procedures having parameters without side effect | florian | 2013-01-01 | 5 | -1/+45 |
* | * don't crash on thumb instructions with only two operands when optimizing AD... | florian | 2013-01-01 | 1 | -0/+2 |
* | it seems Coldfire needs tf_requires_proper_alignment, fixes taddr1/2 tests, m... | karoly | 2013-01-01 | 1 | -0/+1 |
* | * don't crash in case a symbol is not found in type/var/const section | florian | 2012-12-31 | 1 | -1/+1 |
* | * write supported cpu and fpu types more compact | florian | 2012-12-31 | 1 | -8/+34 |
* | * write controller types more compact | florian | 2012-12-31 | 1 | -11/+19 |
* | * open config files read only so they can be open by multiple compilers at once | florian | 2012-12-31 | 1 | -0/+4 |
* | FreeBSD and OpenBSD also seem to use eax:edx for small strcut returns | pierre | 2012-12-29 | 1 | -0/+2 |
* | * handle inc/dec/pred/succ correctly with type parameters, resolves #23299 | florian | 2012-12-29 | 1 | -4/+10 |
* | * accept with statements with generic variables having a generic parameter ty... | florian | 2012-12-28 | 5 | -16/+72 |
* | * fix trealconstnode.dogetcopy and trealconstnode.docompare, taking care of a... | florian | 2012-12-28 | 1 | -4/+18 |
* | * don't generate dec for case nodes of unsigned types because dec does not se... | florian | 2012-12-27 | 1 | -6/+17 |
* | Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf | pierre | 2012-12-26 | 1 | -0/+2 |
* | * Changed TExternalAssembler.CreateSmartLinkPath to use ansistrings (TPathStr... | sergei | 2012-12-23 | 1 | -3/+3 |
* | * Fixed incorrect condition (a linked list always has at least one dummy elem... | sergei | 2012-12-21 | 1 | -1/+1 |
* | * Proper fix for SPARC cycling with -dCHECK_PIC, pi_needs_got additionally mu... | sergei | 2012-12-18 | 4 | -1/+27 |
* | Add debugging generation ability for m68k compiler | pierre | 2012-12-18 | 1 | -0/+11 |
* | Use FPC_INCLUDE_LONGWORD_TO_DOUBLE for m68k | pierre | 2012-12-18 | 1 | -4/+8 |
* | Add DynLinkStr support | pierre | 2012-12-18 | 1 | -4/+18 |
* | Also handle fpu_soft | pierre | 2012-12-18 | 1 | -3/+3 |
* | Also handle fpu_soft | pierre | 2012-12-18 | 1 | -2/+3 |
* | Use GasCpuTypeStr array: GAS uses different names for cpu variants | pierre | 2012-12-18 | 1 | -3/+13 |
* | New GasCpuTypeStr array: GAS uses different names for cpu variants | pierre | 2012-12-18 | 1 | -1/+7 |
* | LOC_FPUREGISTER is not used for func_getretloc ig using fpu_soft | pierre | 2012-12-18 | 1 | -1/+2 |
* | + Initial work to support versions of ELF dynamic symbols. | sergei | 2012-12-18 | 2 | -6/+59 |
* | small & ugly patch to work around old GNU AS on Amiga, which doesn't know abo... | karoly | 2012-12-17 | 1 | -8/+22 |
* | Add support for generic type constraints. They are currently only useful to s... | svenbarth | 2012-12-16 | 9 | -83/+558 |
* | + lazarus compiler project for aarch64 | florian | 2012-12-16 | 1 | -0/+74 |
* | + Endian-swapping procedures for version (TElfverneed, etc.) records. | sergei | 2012-12-16 | 1 | -0/+55 |
* | + Added codes of dynamic relocations to TElfTarget; since most targets use si... | sergei | 2012-12-16 | 4 | -1/+30 |
* | * report resolveref errors on the correct line number | jonas | 2012-12-15 | 1 | -7/+7 |
* | * give a proper error when an mmx/fpu/sse register is used inside a memory | jonas | 2012-12-15 | 4 | -266/+273 |