summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * * Nintendo DS port updated to libnds ver.1.7.3Legolas2019-06-1097-1970/+4996
| * * GBA port updatedLegolas2019-06-095-154/+147
| * * changes shift parameter of shift helpers into ALUUInt, as there is an "and"...florian2019-06-093-20/+20
| * Use use_tag_types everywhere to get consistent results for 'Tt' versus 't' f...pierre2019-06-092-2/+2
| * * lazarus version updateflorian2019-06-091-7/+9
| * * fix bootstrapping with 3.0.x and -O3florian2019-06-091-0/+5
| * * Unicode string assertequal (removed doubles)michael2019-06-081-29/+1
| * * Unicode string assertequalmichael2019-06-081-0/+23
* | * fix warningsflorian2019-06-202-0/+2
* | + Encode(U/S)leb128 take now a third parameter to force that the constant has...florian2019-06-204-14/+59
* | * fix writing of augmentation sizeflorian2019-06-201-1/+1
* | * write correct s/uleb typesflorian2019-06-201-4/+4
* | * fixed LLVM type checking of typed files in ISO mode (fixes webtbs/tw34848)jonas2019-06-101-2/+12
* | * ensure the LLVM-based compiler does not try to load units compiled with ajonas2019-06-085-294/+313
* | * place exception handling code in the correct asmlistjonas2019-06-082-8/+8
* | * "on" nodes inherit the exception catching state from the "try"jonas2019-06-081-1/+1
* | * don't quote LLVM calling convention name (that will cause it to be ignored)jonas2019-06-081-2/+1
* | * synchronised with trunk till r42189jonas2019-06-0774-795/+3943
|\ \ | |/
| * - removed "cmp 0/1, pasbool1" optimization for llvm because this discardsjonas2019-06-071-29/+0
| * + added type TNewExeAdditionalHeaderFlagsnickysn2019-06-071-0/+7
| * + added enum TNewExeTargetOSnickysn2019-06-071-0/+10
| * Add {$goto on} if FPC macro is definedpierre2019-06-071-0/+5
| * * enable method implementation tests for i386 (interface tests will be ignore...svenbarth2019-06-061-0/+1
| * * change fallback implementation of the RTTI memory functions to do nothing s...svenbarth2019-06-061-3/+3
| * * implement memory allocation functions for Unix platforms using mmap/mprotec...svenbarth2019-06-061-0/+12
| * + add a size parameter to FreeMemory() as some platforms might need thatsvenbarth2019-06-063-3/+3
| * + add fpmprotect function to complete fpmmap/fpmunmapsvenbarth2019-06-065-0/+21
| * + add FreeBSD syscall number for mprotectsvenbarth2019-06-061-0/+1
| * + added TNewExeHeaderFlags type, describing the flags in the header of win16 ...nickysn2019-06-061-0/+30
| * fcl-pssrc, pastojs: fixed anonymous proc inside for-loopmattias2019-06-065-222/+286
| * * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (annickysn2019-06-052-1/+220
| * Fix compilation with release 3.0.4 ppcarmpierre2019-06-051-0/+8
| * * Fix bug ID 35674, do not create filestream for directoriesmichael2019-06-051-2/+3
| * Fix bug ID 0035672michael2019-06-041-1/+1
| * * Added constant for new error message in stringlistmichael2019-06-041-0/+1
| * * Sort public properties/methods in stringlistmichael2019-06-041-19/+18
| * * Better fix for 35660: Introduced TMissingNameValueSeparatorActionmichael2019-06-042-7/+31
| * Added T2 form of LDR/STR for SP relative forms.laksen2019-06-033-1/+17
| * * Changed String.Split to conform to behaviour in Delphi Rio (bug ID 35669)michael2019-06-031-12/+12
| * * fixed cbool "and" with full boolean evaluation, and cbool "xor"jonas2019-06-022-0/+53
| * * properly return from the signal handler on ARM/Linux instead of callingjonas2019-06-021-3/+55
| * * support for handling subsetrefs with bitlen > AIntBits in a_load_subsetre...jonas2019-06-021-1/+104
| * - Fix compilation on architectures without absolute call/jump instructions.laksen2019-06-021-0/+36
| * - Add mov optimization for STS instruction.laksen2019-06-021-1/+1
| * - Add assembler implementation of integer division, patch by Christo Crause. ...laksen2019-06-024-0/+233
| * Check if the current register was the last in the cgpara, to avoid running ov...laksen2019-06-021-2/+3
| * Fix division of constants on ARM thumb without long multiplication.laksen2019-06-011-5/+7
| * Fixed stack checking for embedded target. Based on work by Christo Crauselaksen2019-06-013-2/+18
| * * savetohhp from serbods git repomarco2019-06-012-8/+134
| * Add assembler implementation of Move.laksen2019-06-011-31/+37