florian
|
f0dcb10509
* more fixes for 11062
|
17 anni fa |
joost
|
e8fcc2b82e
* Cleaned up old Arraybuf defines and code
|
17 anni fa |
joost
|
330d10851f
* Created two sub-classes of TBufIndex: TDoubleLinkedBufIndex and TArrayBufIndex, so that it is now possible to decide at run-time which kind of buffer should be used.
|
17 anni fa |
yury
|
4cabbe0e39
* Fixed compiler cycling with enabled range and overflow checking.
|
17 anni fa |
yury
|
db5f3f6662
* Commented out unused var.
|
17 anni fa |
Almindor
|
cc2b525e9d
* re-generate makefile with trunk fpcmake
|
17 anni fa |
yury
|
eb9c9c77d8
* More correct fix for overflow check for RELOC_RELATIVE_24.
|
17 anni fa |
yury
|
c92c034882
* Fixed overflow check for RELOC_RELATIVE_24.
|
17 anni fa |
yury
|
4cb3fef484
* Fixed executable size limit for wince.
|
17 anni fa |
yury
|
c84aa860bd
* Added error message if resulting executable image size is too big to fit in memory. bug #11702.
|
17 anni fa |
yury
|
5e11e697b4
* Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers.
|
17 anni fa |
Jonas Maebe
|
4ea13a420e
* version which also fails in 2.3.1
|
17 anni fa |
florian
|
916e982519
* possible fix for 11062
|
17 anni fa |
florian
|
d05d315aa5
* jump table is written to the data segment so create a proper label for it, resolves #11735
|
17 anni fa |
florian
|
0a6887a874
* fixed timer unit name
|
17 anni fa |
florian
|
daedb7d82e
* properties properly set
|
17 anni fa |
florian
|
66e015f48c
* avoid shifter constant overflow on arm when optimizing two shifter operations into one
|
17 anni fa |
florian
|
fe7cba52dc
+ support of inlined ror/rol on arm
|
17 anni fa |
florian
|
20e632c8d8
* reorganized ror/rol defines
|
17 anni fa |
florian
|
076df335e8
+ benchmark to test md5 improvement by internal rol
|
17 anni fa |
florian
|
572fe6282e
* teach peephole optimizer about ror/rol
|
17 anni fa |
Jonas Maebe
|
2f2d4714d0
+ test to make sure that {$x-} works properly for inlined functions
|
17 anni fa |
florian
|
1afb1aa9cc
+ ror/rol functions
|
17 anni fa |
florian
|
0a26b6a129
+ lazarus project to build win32 rtl
|
17 anni fa |
Jonas Maebe
|
b367162fcb
+ added test
|
17 anni fa |
marco
|
e6410f45c1
* disable iochecking when opening terminal (to avoid RTE of #11376).
|
17 anni fa |
Almindor
|
3588a9d02c
* inline the ** operators since they just call functions directly
|
17 anni fa |
marco
|
a9d85dea89
* or iconvlibfound according to initiconv lib result
|
17 anni fa |
florian
|
6d010d076e
* updated to libtar 2.0.8, resolves #11744
|
17 anni fa |
marco
|
dc14080182
* removed beautifying (camelcasing) of main module filename on *nix. Fixed #5614
|
17 anni fa |