pierre
|
f4ecf87a50
Add conditional FASTMOVE_DISABLE_SSE3 to be able to discard SSE specific code, needed for Watcom Assembler support
|
8 years ago |
svenbarth
|
535621faaa
Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name
|
9 years ago |
Jonas Maebe
|
12030f904a
- removed FPC_HAS_VALGRINDBOOL-related checks, FPC 2.6.4 has it
|
10 years ago |
nickysn
|
4b3bf874df
* Added CLDs in the RTL i386 inline asm routines, wrapped in {$ifdef
|
12 years ago |
florian
|
b2b0e749bb
* win32 system unit doesn't depend anymore directly on the main program, this is necessary to be able to keep it in a dll
|
18 years ago |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 years ago |
florian
|
a8062fafe7
* valgrind safe primitive move implementation
|
18 years ago |
marco
|
57cfd89fbd
* Linux 64-bit FS patch from neli for FPC_USE_LIBC
|
18 years ago |
florian
|
90787bb436
* disable sse/mmx fastmode code in case of valgrind usage
|
19 years ago |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
michael
|
ffb55c4254
+ Removed VER1_0 defines
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
florian
|
d7dbd71881
* fastmove disabled, has too much drawbacks
|
20 years ago |
peter
|
8be342c36b
* pinteger in non-delphi/objfpc mode is psmallint
|
20 years ago |
florian
|
8a2bc0e507
* 1.0.x fix
|
20 years ago |
florian
|
6780d226ce
* made IA32 the default
|
20 years ago |
florian
|
3600b51d32
+ fastmove from John O'Harrow integrated
|
20 years ago |