svenbarth
|
7e692fac2b
+ new utility function get_typekind() to retrieve the TTypeKind value of a def
|
8 years ago |
svenbarth
|
8b5461367b
* move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic
|
8 years ago |
svenbarth
|
5deca8ed7b
* copy and include rttih.inc (even though the functions are not available currently)
|
8 years ago |
svenbarth
|
2095cca98f
* ensure that source info is set correctly on Win64 by including i_win for all Windows targets (this is especially important when cross compiling (e.g. Java) as otherwise the utilities won't be found correctly)
|
8 years ago |
pierre
|
6a416a6aa1
use --32/--64 for Darwin GNU assembler calls
|
8 years ago |
pierre
|
2ccf7682b5
Fix RTL compilation of wii OS (with -Sfresources only)
|
8 years ago |
Károly Balogh
|
a1c879d093
* some tabs-to-spaces and whitespace cleanup. no functional changes
|
8 years ago |
nickysn
|
3c96090d3c
+ optimized avr code generation for shr by shiftcount=size*8-1 and sar by
|
8 years ago |
nickysn
|
1476b5168d
+ added F_PL and F_MI to TResFlags for avr. This allows generating the BRPL and
|
8 years ago |
pierre
|
225c4f33e9
Use old -m68020 architecture option for m68k-palmos assembler (version 2.14 from PRC tools)
|
8 years ago |
pierre
|
d5b314ca52
Fix EMX rtl compilation
|
8 years ago |
Károly Balogh
|
fed07e6643
m68k-palmos: yet another broken-over-a-decade platform build fixed
|
8 years ago |
Károly Balogh
|
5f2dce07d3
m68k-palmos: skeleton for a recent system unit
|
8 years ago |
pierre
|
4c7b73d48d
Adjust string size for CpuTxt and Targets string arrays
|
8 years ago |
pierre
|
90e846a470
Obsolete system_i386_qnx and remove last references to system_i386_qnx
|
8 years ago |
Károly Balogh
|
914ac30919
netbsd/powerpc: made it to build at least. resulting executables probably still crash & burn
|
8 years ago |
marco
|
d98065d706
* change external name of wait to wait instead of waitpid. Reported
|
8 years ago |
pierre
|
b74c805c49
Fix singlezipinstall for systems that set NoNativeBinaries to 1
|
8 years ago |
pierre
|
527d2dea4f
Set EXEEXT to SRCEXEEXT if NoNativeBinaries is set (allow snapshot of jvm-java on linux)
|
8 years ago |
pierre
|
5718fba573
Partial fix for symbian rtl Makefile problems
|
8 years ago |
pierre
|
82aa8c4d2f
Use REPE prefix instead of REP before CMPS{B,W,L} instruction (wasm generates an error for REP)
|
8 years ago |
joost
|
fd8072e525
* When available, try to negotiate a TLS connection, if not available, use the deprecated way (sslv23)
|
8 years ago |
joost
|
84635bcffa
* Added OpenSSL's SslTLSMethod
|
8 years ago |
joost
|
4d2d45da0b
* When InitContext fails, TSSLSocketHandler.Connect should return false.
|
8 years ago |
pierre
|
c98e9b230f
Some watcom assembler wasm improvements
|
8 years ago |
pierre
|
38704411b2
Define conditional FASTMOVE_DISABLE_SSE3 to discard SSE specific code, needed for Watcom Assembler support
|
8 years ago |
pierre
|
f4ecf87a50
Add conditional FASTMOVE_DISABLE_SSE3 to be able to discard SSE specific code, needed for Watcom Assembler support
|
8 years ago |
nickysn
|
ee79ff3635
* improved the optimization of signed modulus by power-of-2, so it uses less
|
8 years ago |
svenbarth
|
8ffc035a86
* inline for simple methods
|
8 years ago |
nickysn
|
a1928859b3
* in the optimization of signed division by power-of-2 constant in
|
8 years ago |