summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * do not crash on invalid property declaration, resolves #23980florian2014-02-192-1/+9
* * not(is_signed(ld) xor is_signed(rd)) changed to (is_signed(ld)=is_signed(rd...nickysn2014-02-191-1/+1
* fcl-db: bufdataset: formatting (cosmetic, char-case, ordering of methods)lacak2014-02-191-44/+47
* * Windows targets: removed 'errno' threadvar, OS error codes can be passed di...sergei2014-02-196-46/+25
* * Patch from Petr-K to take into account modifier - for short date format (bu...michael2014-02-181-6/+29
* * Added NullStream compilationmichael2014-02-181-0/+1
* * make the dwarf line info reader more fault tolerant, patch by Martin Friebe...florian2014-02-181-2/+6
* + test for #24410 so it does not popup againflorian2014-02-181-0/+9
* * Made TStartupInfo type common for win32 and win64 and updated as suggested ...sergei2014-02-183-46/+24
* * fixed shl/shr with constant value>=32 on 64 bit platformsjonas2014-02-181-1/+8
* * converted tshshrnode to thlcgobjjonas2014-02-181-4/+12
* * Second part of 64-bit Windows fixes and updates from Mantis #23074.sergei2014-02-184-109/+247
* * First part of 64-bit Windows fixes from Mantis #23074.sergei2014-02-1812-34/+34
* - Do not compile non-SEH parts of exception handling if SEH is used.sergei2014-02-181-0/+4
* Now that spilling correctly works on m68k we definitely need to store/restore...svenbarth2014-02-161-15/+28
* * properly simplify not(<const. cbool>), resolves #25255florian2014-02-162-4/+16
* * optimize type conversions away if bits has been masked by a previous and op...florian2014-02-161-5/+14
* * do OpCmp2OpS optimization also if after cmp follows an appropriate movflorian2014-02-161-1/+4
* * Applied patch from Luiz Americo with some optimizations. (Bug ID 25745)michael2014-02-162-37/+102
* * thlcgobj.a_load_regconst_subsetreg_intern takes care if the whole register ...florian2014-02-161-2/+8
* * cleanupflorian2014-02-161-8/+1
* * do not location_force_reg in tcgshlshrnode.second_integer if left is alread...florian2014-02-161-1/+4
* Add a modeswitch for type helpers as discussed in core on 24th October 2013. ...svenbarth2014-02-1617-7/+62
* + SPARC: two more peephole optimizationssergei2014-02-161-1/+35
* * patch by Martin Friebe to avoid wrong debugger output, resolves #25584florian2014-02-161-0/+1
* * parse the memory model command line options and define the FPC_MM_* macronickysn2014-02-161-11/+10
* * patch by Bernd which fixes InterLockedxxx functions on ARMv4T, resolves #25518florian2014-02-161-5/+46
* * i8086 has no cpu_capabilitesflorian2014-02-161-1/+6
* + CPU type coreiflorian2014-02-162-0/+6
* * popcnt has a separate cpuid flag so we should separate it from sseflorian2014-02-161-1/+1
* * moved test because it tests a certain functionalty and was made solely to t...florian2014-02-151-0/+0
* * Use factory for fielddefsmichael2014-02-151-1/+1
* * Use factory for fielddefsmichael2014-02-151-1/+1
* * Use factory for fielddefsmichael2014-02-151-1/+1
* * Use factory for fielddefsmichael2014-02-151-1/+1
* * Use factory for fielddefsmichael2014-02-151-1/+1
* * Use factory for fielddefsmichael2014-02-151-3/+3
* * Use TFieldDef descendent to implement updateable enumsmichael2014-02-151-18/+74
* * Use TFieldDef descendentmichael2014-02-151-136/+199
* * Add convenience method for adding fielddefsmichael2014-02-152-1/+7
* * Correct use of FieldDefs factorymichael2014-02-151-1/+1
* * Correct use of FieldDefs factorymichael2014-02-151-1/+1
* * Correct use of FieldDefs factory. Bind FieldDefs to fields.michael2014-02-153-36/+55
* * explicitly type cast constants so the compiler does not use smaller types i...florian2014-02-141-3/+3
* * do not allow VCOMISD/VCOMISS to use a memory location as targetflorian2014-02-141-1/+3
* * Use TSQLDBParams instead of TParamsmichael2014-02-141-39/+34
* * Moved (Commit,RollBack)[Retaining] up one level, avoids typecastsmichael2014-02-142-11/+37
* * Introduced factory possibility for TParams, TFieldDefsmichael2014-02-144-198/+240
* * Re-applied patch from Laco./src/sqldb/sqldb.ppmichael2014-02-141-2/+2
* * Update using TCustomSQLStatement instead of TSQLQuerymichael2014-02-141-7/+7