michael
|
b5a2b3860b
* Added AddEmptyStrings to ExtractStrings (bug 25633)
|
11 years ago |
michael
|
b023e30164
* Only resize TStringStream.Datastring in case the string will grow because of the write operation
|
11 years ago |
pierre
|
754790f641
Use new static library not supproted message
|
11 years ago |
pierre
|
6feab20b01
regenerated after: Add different message for static libraary not supported
|
11 years ago |
pierre
|
b4d0cf5593
* Add different message for static libraary not supported
|
11 years ago |
sergei
|
ff3fe06af9
* Changed condition around declaration of 'cgpara' to be the same as around its usage.
|
11 years ago |
nickysn
|
1faf138667
+ fixed mistyped call to BsfWord in test tbsx1.pp
|
11 years ago |
nickysn
|
4c27c42f35
+ added asm optimized BSF/BSR routines for i8086 by Max Nazhalov
|
11 years ago |
nickysn
|
5832c323b1
- don't define FPC_HAS_INTERNAL_BSF and FPC_HAS_INTERNAL_BSR on i8086. BSF/BSR
|
11 years ago |
nickysn
|
48edf78003
* make BSR/BSF return byte, instead of cardinal on 16/8-bit targets
|
11 years ago |
nickysn
|
5e0359d389
* 16/8-bit ALU fix for 64-bit pred/succ after r26580
|
11 years ago |
Tomas Hajny
|
444fdc818b
* corrected header (cosmetic)
|
11 years ago |
florian
|
48ae2d215a
+ concatcopy variants using sse and avx, only activated if optimization for size is done because at least on an i7-4770 it has shown no benefit
|
11 years ago |
florian
|
060aa2a7fe
+ SSE and AVX unit cpu flags
|
11 years ago |
florian
|
2ec5a649d7
* set Ch_* for more operations
|
11 years ago |
michael
|
92187d7045
* Fix to fill in Accept HTTP header (By Mark van Ham, bug #25621)
|
11 years ago |
florian
|
0ea0b5c34d
* quote parameters
|
11 years ago |
nickysn
|
e83ef05b74
- disable cs_opt_nodecse from -O2 on i8086, because it breaks building packages
|
11 years ago |
florian
|
c44b5d1043
* take care of tempinitcode when creating def information for tempcreatenodes
|
11 years ago |
florian
|
cb8100bccf
* do not reuse registers in prec/succ
|
11 years ago |
florian
|
1b355ce1e4
* apply cse to all non-regable variables if possible
|
11 years ago |
michael
|
03b859947f
* Fixed bug ID #25263
|
11 years ago |
michael
|
fa4aa67f35
* Fixed bug ID #24674
|
11 years ago |
michael
|
9bfe0b5e2a
* Fix bug ID #25262
|
11 years ago |
michael
|
1521541bf4
* Forgot to add this file prior to commit
|
11 years ago |
michael
|
d3ebc96dc8
* Fix bug ID #25412
|
11 years ago |
michael
|
7a3cd62e3a
* Patch from Dennis (Bug ID 25534) to add some APR functions to the interface
|
11 years ago |
michael
|
e164a16171
* Reworked TUploadedFile.Stream
|
11 years ago |
nickysn
|
be85998313
* fixes in optimize_op_const:
|
11 years ago |
Károly Balogh
|
2791e8ad15
use optimized cg loading functions in 64bit compares instead of hardcoded move.ls (move.l #X,dn is 48bit long, clr.l/moveq.l is 16bit long)
|
11 years ago |