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