summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunk up to and including r25430cpstrrtljonas2013-09-06240-2746/+349210
|\
| * * calculate stack correction on exit correctly if stack parameters are passedflorian2013-09-051-4/+13
| * * fix tthumbcgarm.g_flags2reg, mov reg,#imm for thumb updates the flagsflorian2013-09-051-5/+8
| * * Changed definition of XMM register save area from array to record, removes ...sergei2013-09-051-1/+1
| * - Removed unused variables and dead assignments.sergei2013-09-051-15/+0
| * compiler: add a check for srsym <> nil since try_consume_unitsym may change s...paul2013-09-0523-238/+238
| * compiler: handle unit, namespace and class/record/object prefixes before iden...paul2013-09-053-91/+293
| * compiler: fix indentationpaul2013-09-051-2/+2
| * compiler: allow to hide parent function identifier inside them (by a nested f...paul2013-09-052-0/+35
| * compiler: don't output an error twice in 'on Exception do' block if Exception...paul2013-09-051-10/+14
| * * do shifts for sign/zero extensions correctlyflorian2013-09-041-3/+3
| * * check cputhumb/cputhumb2 to detect instruction setflorian2013-09-041-2/+2
| * * clz is only available on thumb2/armflorian2013-09-041-1/+3
| * * fixed a_op_*_reg() for OP_NOT/OP_NEG (due to the register allocation thejonas2013-09-041-6/+4
| * * x86_64-win64: SEH finalization procedures have frame pointer set to RBP but...sergei2013-09-041-2/+2
| * added missing closing parentheseskaroly2013-09-041-1/+1
| * compiler: modernize exception class parse:paul2013-09-043-27/+42
| * fcl-db: base: improve Blob handling. When writting empty blob set null on. ra...lacak2013-09-043-32/+94
| * Fix for Mantis #24953.svenbarth2013-09-042-0/+28
| * fcl-db: base: fix streaming of NULL values in XMLDatapacketReader (like in De...lacak2013-09-041-9/+12
| * * fixed a_load_reg_reg for thumbflorian2013-09-031-4/+23
| * * PLD is not supported by thumbflorian2013-09-031-1/+1
| * * strd/ldrd are not supported by thumbflorian2013-09-031-2/+4
| * * the -CI switch is now handled correctlyflorian2013-09-031-0/+1
| * * Forgot to commitmichael2013-09-031-1/+1
| * * Fixed AV when setting capacity to something smaller than count but larger t...michael2013-09-031-6/+8
| * Added ARMv6M to cpu types where the default instruction set is Thumblaksen2013-09-031-1/+1
| * * workaround for bug in Apple's assembler regarding movq/vmovq and integerjonas2013-09-022-0/+61
| * * fix building of go32v2 rtl with make 3.82florian2013-09-012-1/+98
| * Fix compilation of arm-wince on Linux(?).svenbarth2013-09-012-0/+24
| * Fix for Mantis #24929.svenbarth2013-09-012-0/+10
| * * changed from import by name (not working correctly) to import by index (a...hajny2013-09-011-64/+64
| * * x86_64: reworked register saving/restoring to use PUSH/POP instructions for...sergei2013-08-301-9/+112
| * * perform -CTlowercaseprocstart conversion it tprocsym.create rather thanjonas2013-08-293-3/+45
| * + -CTinitlocals switch for the JVM that initialises all local variablesjonas2013-08-299-139/+291
| * * brackets around and/or combinationjonas2013-08-291-5/+5
| * + -CTlowercaseprocstart switch to lowercase the first character of routinesjonas2013-08-298-116/+153
| * * RTL: fixed some warnings when compiling for x86_64:sergei2013-08-294-16/+16
| * use a TSuperRegister instead of an aintkaroly2013-08-282-6/+6
| * trying harder to follow the code style (no functional changes)karoly2013-08-281-6/+7
| * - Tcgx86_64.init_register_allocators: removed 'preserved_by_proc' parameter, ...sergei2013-08-281-19/+12
| * removed the const-in-the-left internalerrorkaroly2013-08-271-6/+2
| * save an extra reg if it's required to keep 64bit stack alignment on ARMkaroly2013-08-272-1/+27
| * * Remove redundant ifmichael2013-08-271-1/+0
| * fcl-db: tests: test that RowsAffected is specific per query not per connectio...lacak2013-08-271-15/+24
| * fcl-db: tests: it seems, that Sybase ASE does not have NTEXT data type; so co...lacak2013-08-271-1/+1
| * * fixed help page for -C3 as mentioned by Dmitry Boyarintsev on the mailing listflorian2013-08-263-62/+62
| * Fix ShiftShift2Shift 1 ARM-peephole optimizermasta2013-08-262-4/+3
| * fcl-db: base: add support for ftGuid field type in XMLDatapacketReader (type=...lacak2013-08-261-2/+2
| * fcl-db: tests: add more field types to FieldDataSetlacak2013-08-262-7/+19