Jonas Maebe
|
9a84dee059
* fixed static linking under Linux for ppc64; test still crashes under
|
před 16 roky |
Jonas Maebe
|
c2c68ddb8f
- removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs
|
před 16 roky |
Jonas Maebe
|
0eec337a00
- removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED
|
před 16 roky |
Jonas Maebe
|
a64c5a7b23
* fixed bug that sporadically caused the column of certain nodes to
|
před 16 roky |
Jonas Maebe
|
2f7457f37e
* set the fileinfo of typeconversions created using inserttypeconv*()
|
před 16 roky |
Jonas Maebe
|
1f5d9b932f
* various fixes for fully setting/restoring the token position, seems to
|
před 16 roky |
Jonas Maebe
|
acdb0bbb3e
* don't change current_filepos in pass_typecheck when not generating
|
před 16 roky |
Jonas Maebe
|
8dbc728926
* changed InputFileBufSize from 32kb to 32kb+1byte, because the last
|
před 16 roky |
Jonas Maebe
|
f2691c4ebf
* fixed indentation
|
před 16 roky |
Jonas Maebe
|
a1363e95f7
* no longer perform precision correction for single precision values, because
|
před 16 roky |
Jonas Maebe
|
146a819615
* fixed spilling of and operations on spilled 32 bit values for x86_64
|
před 16 roky |
Jonas Maebe
|
2eebadf944
* allow disabling the wpo cycle with NOWPOCYCLE=1
|
před 16 roky |
florian
|
d3d3596cd6
* accelerated/fixed TLS access on win32 by Pierre Muller
|
před 16 roky |
Jonas Maebe
|
d11764fe8c
- removed 1.0.x-specific checks
|
před 16 roky |
michael
|
a7ed599879
* Patch from martin friebe (bug id 14380) to fix streaming of frames
|
před 16 roky |
Jonas Maebe
|
df1c366428
- removed stray "SINGLEDOTESTRUNS" after "endif" (caused make warning)
|
před 16 roky |
Jonas Maebe
|
d9a65f5fcc
* clean wpo files with distclean
|
před 16 roky |
michael
|
e8a375c774
* Patch from Henry Vermaak to fix EABI kernel API for arm.
|
před 16 roky |
Jonas Maebe
|
c8f9cfe9ed
* only specify -Xs- when actually using -OWsymbolliveness
|
před 16 roky |
Jonas Maebe
|
6c948f0970
* when RELEASE=1, also perform two compilations of the compiler/rtl with WPO
|
před 16 roky |
Jonas Maebe
|
c6b5038d5e
* removed unnecessary internalerror triggered when reading wpo info for a
|
před 16 roky |
Jonas Maebe
|
125b9e79d7
* fixed an error with trashing (-gt) of open shortstring "out" parameters
|
před 16 roky |
Jonas Maebe
|
3ed4734f85
* fixed position where error message is given about wrong "class of"
|
před 16 roky |
florian
|
3ce72907c2
+ implementation of WriteBarrier
|
před 16 roky |
Jonas Maebe
|
e0c51caa7d
* fixed compilation after r13551
|
před 16 roky |
florian
|
f2a1d8edf6
* moved test to proper location
|
před 16 roky |
florian
|
c0d4efed2e
* forbid passing derived classes to call by reference parent classes (for objects, this is still allowed), resolves #13135
|
před 16 roky |
Jonas Maebe
|
e7c9a380f7
* fixed comment describing pshortstring2pchar
|
před 16 roky |
sergei
|
a4c60f81a0
Fixed buffer reloading logic which happened to crash on x64 when reading DTD with unterminated ignore section.
|
před 16 roky |
sergei
|
d6244f680a
* InstanceSize must be rounded up to sizeof(Pointer) everywhere, fixes #14348
|
před 16 roky |